Hi, It seems there are several pkl files that contain beam search information in reorder.py
ex) "experiments/wikitext-103-lrsched/wikitext-103-203456-samples/bs_results_height_n_freqknown_{args.freqknown}.pkl"
However, I can't find the code that produce that pkl file.
The only file I can get from beamsearch_rust is a file doesn't match with that form.
(There's no "original single", "candidate single", and "bleu". The File only contains "original" and "results" keys.)
Hi, It seems there are several pkl files that contain beam search information in reorder.py
ex) "experiments/wikitext-103-lrsched/wikitext-103-203456-samples/bs_results_height_n_freqknown_{args.freqknown}.pkl"
However, I can't find the code that produce that pkl file.
The only file I can get from beamsearch_rust is a file doesn't match with that form.
(There's no "original single", "candidate single", and "bleu". The File only contains "original" and "results" keys.)