Shubham Sharma

Results 2 issues of Shubham Sharma

hi, first of all thanks for your pytorch implementation. i m getting a pretty good results when i put is_coverage=False in config. But while putting it true all the summaries...

code : while (epoch < args.epochs): epoch += 1 random.shuffle(file_list) print("length of file list is:",len(file_list)) for file in file_list: opt.zero_grad() with open(os.path.join(args.data_dir, file)) as f: minibatch = f.read() stories, summaries...