1. 15 Jun, 2018 7 commits
  2. 24 May, 2018 1 commit
  3. 22 May, 2018 1 commit
  4. 21 May, 2018 1 commit
  5. 09 May, 2018 3 commits
  6. 01 May, 2018 3 commits
  7. 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
  8. 28 Mar, 2018 4 commits
    • Sergey Edunov's avatar
      Merge pull request #134 from hitvoice/master · 48836525
      Sergey Edunov authored
      Update training commands
      48836525
    • Runqi Yang's avatar
      Update training command for IWSLT14 · 0a141e3f
      Runqi Yang authored
      specify a single GPU setup for IWSLT14
      0a141e3f
    • Runqi Yang's avatar
      Update training commands · 435ed351
      Runqi Yang authored
      Update training commands in data/README to match the latest version of this project according to #132.
      
      Continue from 3c072958: add omitted "\".
      435ed351
    • Runqi Yang's avatar
      Update training commands · 3c072958
      Runqi Yang authored
      Update training commands in data/README to match the latest version of this project according to #132.
      
      - Motivation: in the previous data/README, the commands are obsolete and will cause the error "unrecognized arguments: --label-smoothing 0.1 --force-anneal 50". 
      - What's changed: add arguments "--criterion label_smoothed_cross_entropy" and "--lr-scheduler fixed" to the training commands of all 3 datasets.
      - Result: the new commands run without error on all 3 datasets.
      3c072958
  9. 27 Mar, 2018 1 commit
  10. 26 Mar, 2018 1 commit
  11. 25 Mar, 2018 1 commit
  12. 07 Mar, 2018 1 commit
  13. 05 Mar, 2018 4 commits
  14. 02 Mar, 2018 1 commit
  15. 01 Mar, 2018 2 commits
  16. 27 Feb, 2018 8 commits