minkz94

Results 1 comments of minkz94

Hi, Could you please tell me where exactly I need to insert: """ args_file = os.path.join("./data", "args.pkl") with open(args_file, 'wb') as handle: pickle.dump(args, handle, protocol=pickle.HIGHEST_PROTOCOL) """ I've tried running this...