1. 25 Jul, 2018 1 commit
  2. 28 Jun, 2018 1 commit
  3. 21 Jun, 2018 2 commits
  4. 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
  5. 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
  6. 26 Mar, 2018 1 commit
  7. 25 Mar, 2018 1 commit
  8. 31 Jan, 2018 2 commits