1. 30 Jul, 2019 1 commit
  2. 25 Jun, 2018 1 commit
  3. 02 Apr, 2018 1 commit
    • Myle Ott's avatar
      Merge internal changes (#136) · d3795d6c
      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
      d3795d6c
  4. 08 Nov, 2017 1 commit
    • Myle Ott's avatar
      Refactor model definitions · 6e4b7e22
      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
      6e4b7e22
  5. 11 Oct, 2017 1 commit