1. 13 Jun, 2019 1 commit
  2. 12 Jun, 2019 3 commits
    • Nayan Singhal's avatar
      Add Model Averaging · 6982c404
      Nayan Singhal authored
      Summary:
      Implemented model averaging for fairseq.
      Removed the ddp wrapper if global optimizer is provided.
      Syncing all the models based on the iteration provide in the input
      
      TODO:
      1) Fix throughput and wps meter. Need to check other meters too.
      2) Replace Model average code with BMUF algorithm implementation.
      
      Reviewed By: myleott
      
      Differential Revision: D15711044
      
      fbshipit-source-id: 58a4af74db2a61d06762597b95836cbeb1ed82cc
      6982c404
    • Myle Ott's avatar
      Add more torch.hub deps · 78c2fcf0
      Myle Ott authored
      Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/801
      
      Differential Revision: D15781975
      
      Pulled By: myleott
      
      fbshipit-source-id: b86276cd3a40138c09494637c43ce52a56c4aced
      78c2fcf0
    • Myle Ott's avatar
      Add missing dependencies to hubconf · 37df862e
      Myle Ott authored
      Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/799
      
      Differential Revision: D15773932
      
      Pulled By: myleott
      
      fbshipit-source-id: 650c0621bedb3b7ecebc0654d8e10d7692c50994
      37df862e
  3. 11 Jun, 2019 7 commits
  4. 10 Jun, 2019 2 commits
    • Myle Ott's avatar
      More generator features for demo (#791) · 4868c182
      Myle Ott authored
      Summary:
      - make it possible to load file_utils.py without the dependencies
      - add some more demo features
      Pull Request resolved: https://github.com/pytorch/fairseq/pull/791
      
      Differential Revision: D15739950
      
      Pulled By: myleott
      
      fbshipit-source-id: 38df5209973a6fe2e3651575b97134e096aaf5bf
      4868c182
    • freewym's avatar
      fix log printing in progress bar (#778) · a58c1127
      freewym authored
      Summary:
      In the current progress bar, the counter for log_interval will always start from 0, which is not correct if  reloading from a checkpoint in the middle of an epoch. This fix obtains the offset from the iterator to set the counter correctly.
      Pull Request resolved: https://github.com/pytorch/fairseq/pull/778
      
      Differential Revision: D15739953
      
      Pulled By: myleott
      
      fbshipit-source-id: a1d13403ec5783b22e01d7cb63874fd8dea7f8b0
      a58c1127
  5. 07 Jun, 2019 1 commit
  6. 06 Jun, 2019 1 commit
  7. 04 Jun, 2019 4 commits
  8. 03 Jun, 2019 2 commits
  9. 02 Jun, 2019 2 commits
  10. 01 Jun, 2019 1 commit
  11. 31 May, 2019 1 commit
  12. 30 May, 2019 7 commits
  13. 29 May, 2019 7 commits
  14. 28 May, 2019 1 commit