1. 27 Feb, 2018 2 commits
    • Myle Ott's avatar
      Add OOM counter back to logging output · b9f2d427
      Myle Ott authored
      b9f2d427
    • Myle Ott's avatar
      fairseq-py goes distributed (#106) · 66415206
      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
      66415206
  2. 12 Feb, 2018 1 commit
  3. 09 Feb, 2018 1 commit
  4. 31 Jan, 2018 5 commits
  5. 29 Jan, 2018 1 commit
  6. 27 Jan, 2018 2 commits
  7. 22 Jan, 2018 28 commits