1. 11 Jun, 2019 7 commits
  2. 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
  3. 07 Jun, 2019 1 commit
  4. 06 Jun, 2019 1 commit
  5. 04 Jun, 2019 4 commits
  6. 03 Jun, 2019 2 commits
  7. 02 Jun, 2019 2 commits
  8. 01 Jun, 2019 1 commit
  9. 31 May, 2019 1 commit
  10. 30 May, 2019 7 commits
  11. 29 May, 2019 7 commits
  12. 28 May, 2019 1 commit
  13. 24 May, 2019 2 commits
  14. 23 May, 2019 2 commits
    • Jason Fried's avatar
      collections.abc python 3.8 · 6b3a516f
      Jason Fried authored
      Summary:
      In python 3.7 collections.abc warns when importing abc classes from `collections`
      In 3.8 this will not work at all.
      
      This changes all code using abc's from collections to attempt to import from `collections.abc`
      
      I am not fixing existing lint's don't ask, if `arc lint` auto-fixed I accepted, except for spelling in code.
      
      Reviewed By: lisroach
      
      Differential Revision: D15461049
      
      fbshipit-source-id: ac2bf2ec8cffacd8ba5572882b0832bbf99a1646
      6b3a516f
    • Myle Ott's avatar
      Fix gating for find_unused_parameters · 128f4bea
      Myle Ott authored
      Summary: Pull Request resolved: https://github.com/fairinternal/fairseq-py/pull/600
      
      Differential Revision: D15469322
      
      Pulled By: myleott
      
      fbshipit-source-id: fdefa8efbb10e48b2a04a6bc10404fd2f3f21ecf
      128f4bea