Robin

Results 5 comments of Robin

Great to see effort being made in this direction and not just abondening fairseq all together which felt like it with the release of [metaseq](https://github.com/facebookresearch/metaseq). A few suggestions: 1. Please...

Sure, as written above, the main flag for that is `--use-glat` which will enable the glancing sampling. Given that you ran `fairseq-preprocess` and you have your data correctly set up...

Sure, given that you have averaged your checkpoints and saved it in a file e.g. `ckpts_last_5.pt` running inference on the test set works with the following command: ``` fairseq-generate data-bin...

No problem at all, please let me know in case you run into any issues!

@mjpost @rewicks let me know in case you want to get this integrated, I currently have this implemented in a private fork but I can open up a PR.