- 15 Jun, 2018 6 commits
-
-
ngimel authored
-
Alexei Baevski authored
-
Alexei Baevski authored
-
Myle Ott authored
-
Alexei Baevski authored
remove completed sentences from batch and allow batching uneven lengths (with fixes to make padded sequences work correctly in all models)
-
Myle Ott authored
-
- 21 May, 2018 1 commit
-
-
Myle Ott authored
-
- 09 May, 2018 3 commits
- 02 Apr, 2018 1 commit
-
-
Myle Ott authored
Changes: - 7d19e36: Add `--sampling` flag to generate.py to sample instead of doing beam search - c777340: Add `scripts/average_checkpoints.py` to average multiple checkpoints into a combined model - 3ea882c: Add `--max-update` option to train.py to stop training after a given number of updates - small bugfixes for distributed training, LSTM, inverse square root LR scheduler
-
- 02 Mar, 2018 1 commit
-
-
James Reed authored
Remove custom ConvTBC code
-
- 27 Feb, 2018 2 commits
-
-
Myle Ott authored
-
Myle Ott authored
This PR includes breaking API changes to modularize fairseq-py and adds support for distributed training across multiple nodes. Changes: - c7033ef: add support for distributed training! See updated README for usage. - e016299: modularize fairseq-py, adding support for register_model, register_criterion, register_optimizer, etc. - 154e440: update LSTM implementation to use PackedSequence objects in the encoder, better following best practices and improving perf - 90c2973 and 1da6265: improve unit test coverage
-
- 22 Jan, 2018 6 commits
- 06 Dec, 2017 2 commits
- 12 Nov, 2017 1 commit
-
-
Myle Ott authored
-
- 08 Nov, 2017 5 commits
-
-
Myle Ott authored
-
Myle Ott authored
-
Myle Ott authored
-
Myle Ott authored
-
Myle Ott authored
* Move some functionality out of FConvModel into FairseqModel base class * Move incremental decoding functionality into FairseqIncrementalDecoder module * Refactor positional embeddings to be more specific to FConvModel
-
- 19 Oct, 2017 2 commits
- 11 Oct, 2017 1 commit
-
-
Sergey Edunov authored
-
- 26 Sep, 2017 1 commit
-
-
Myle Ott authored
-
- 15 Sep, 2017 2 commits
-
-
Sergey Edunov authored
-
Sergey Edunov authored
-