"docs/vscode:/vscode.git/clone" did not exist on "532d4ac3d9310855ccbf9f13907b5172acf2eca8"
  1. 28 Jun, 2018 1 commit
  2. 21 Jun, 2018 3 commits
  3. 20 Jun, 2018 3 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