1. 25 Apr, 2019 1 commit
  2. 16 Apr, 2019 1 commit
  3. 15 Apr, 2019 1 commit
  4. 12 Apr, 2019 1 commit
  5. 10 Apr, 2019 2 commits
  6. 15 Mar, 2019 1 commit
    • Myle Ott's avatar
      0.6.1 -> 0.6.2 (#577) · e6422528
      Myle Ott authored
      Summary:
      Changelog:
      - 998ba4f: Add language models from Baevski & Auli (2018)
      - 4294c4f6: Add mixture of experts code from Shen et al. (2019)
      - 00493490: Add example for multilingual training
      - 48d9afbe: Speed improvements, including fused operators from apex
      - 44d27e64: Add Tensorboard support
      - d17fa851: Add Adadelta optimizer
      - 9e1c880f: Add `FairseqEncoderModel`
      - b65c579b: Add `FairseqTask.inference_step` to modularize generate.py
      - 2ad1178e: Add back `--curriculum`
      - Misc bug fixes and other features
      
      Pull Request resolved: https://github.com/pytorch/fairseq/pull/577
      
      Differential Revision: D14481233
      
      Pulled By: myleott
      
      fbshipit-source-id: 4ff8625ef1c0b24273fc65df7c5658e3c932e8b7
      e6422528
  7. 14 Mar, 2019 1 commit
  8. 12 Mar, 2019 1 commit
    • Dmytro Okhonko's avatar
      FairseqEncoderModel · 9e1c880f
      Dmytro Okhonko authored
      Summary: Base class for encoder-only models. Some models doesn't have decoder part.
      
      Reviewed By: myleott
      
      Differential Revision: D14413406
      
      fbshipit-source-id: f36473b91dcf3c835fd6d50e2eb6002afa75f11a
      9e1c880f
  9. 16 Feb, 2019 1 commit
  10. 30 Jan, 2019 1 commit
    • Myle Ott's avatar
      Merge internal changes (#483) · 42be3ebd
      Myle Ott authored
      Summary:
      Changelog:
      - `4889802`: can now remove detokenize sentencepiece output with `--remove-bpe=sentencepiece` (fixes #331). Also added `--sacrebleu` for computing detokenized BLEU.
      - `0d76427`: fix assertion error when training language model with dataset containing empty sentences
      - minor bug and style fixes
      Pull Request resolved: https://github.com/pytorch/fairseq/pull/483
      
      Differential Revision: D13867899
      
      Pulled By: myleott
      
      fbshipit-source-id: 25c940b847fe270262ac8f5ac838407b3977fdda
      42be3ebd
  11. 25 Jan, 2019 2 commits
  12. 24 Jan, 2019 1 commit
  13. 17 Jan, 2019 1 commit
  14. 14 Jan, 2019 1 commit
    • Huihui Fan's avatar
      Fixes (#442) · d9284ee7
      Huihui Fan authored
      Summary:
      minor fixes:
      1- adding fairseq logo
      2- encoder padding for fconv self att
      3- legacy ddp change
      Pull Request resolved: https://github.com/pytorch/fairseq/pull/442
      
      Differential Revision: D13651715
      
      Pulled By: myleott
      
      fbshipit-source-id: ac93c80f1dbffdfe03fbd4b8a8ea527aecb576a7
      d9284ee7
  15. 10 Jan, 2019 1 commit
  16. 05 Jan, 2019 1 commit
  17. 26 Dec, 2018 1 commit
  18. 06 Dec, 2018 3 commits
  19. 27 Nov, 2018 1 commit
  20. 26 Nov, 2018 1 commit
  21. 17 Nov, 2018 1 commit
  22. 07 Nov, 2018 1 commit
  23. 21 Oct, 2018 1 commit
  24. 19 Oct, 2018 1 commit
    • Peng-Jen Chen's avatar
      Update upgrade_state_dict in transformer.py to upgrade_state_dict_named (#317) · 0a628401
      Peng-Jen Chen authored
      Summary:
      Pull Request resolved: https://github.com/pytorch/fairseq/pull/317
      
      When upgrading `state_dict` variable, `upgrade_state_dict` function in TransformerEncoder/TransformerDecoder doesn't handle multiple encoders/decoders, however, D10052908 will be the case.
      
      Before the change, we will hit error message [1] when loading checkpoint for multilingual_transformer model in D10052908. This diff will fix it.
      
      Reviewed By: myleott, liezl200
      
      Differential Revision: D10375418
      
      fbshipit-source-id: 7104c1a463e78f3fa33d8479a37c51608be50610
      0a628401
  25. 03 Oct, 2018 1 commit
  26. 25 Sep, 2018 4 commits
  27. 03 Sep, 2018 7 commits