1. 25 Jan, 2019 1 commit
  2. 30 Sep, 2018 1 commit
    • Myle Ott's avatar
      Merge internal changes (#295) · b87c5366
      Myle Ott authored
      Summary:
      Changelog:
      - `90f52a1`: Support loading subsets of the data on each worker with the `--fix-batches-to-gpus` flag. This should fix #217 and #266.
      - `6eda0a9`: Update README for replicating the "Scaling Neural Machine Translation" paper
      - `b14c7cf`: Fallback to no_c10d backend for pytorch 0.4.1 (fixes #294)
      Pull Request resolved: https://github.com/pytorch/fairseq/pull/295
      
      Differential Revision: D10121559
      
      Pulled By: myleott
      
      fbshipit-source-id: 41c84d0ee4cdd113544b5d3aa38ae8b23acc2c27
      b87c5366
  3. 25 Jul, 2018 1 commit
  4. 28 Jun, 2018 1 commit
  5. 21 Jun, 2018 2 commits
  6. 15 Jun, 2018 2 commits
    • Myle Ott's avatar
      Add FairseqTask · ff68a9ef
      Myle Ott authored
      A Task defines the data format, stores shared state (e.g., dictionaries) and provides helpers for building the model/criterion and calculating the loss.
      
      Changes:
      - Add TranslationTask and LanguageModelingTask. New tasks can be registered with @register_task decorator.
      - Add EpochBatchIterator to encapsulate batching and saving/restoring dataloader position
      - Remove LEFT_PAD_* constants and make them configurable per task
      ff68a9ef
    • Alexei Baevski's avatar
      c778a31e
  7. 28 Mar, 2018 3 commits
    • 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
  8. 26 Mar, 2018 1 commit
  9. 25 Mar, 2018 1 commit
  10. 31 Jan, 2018 2 commits