- 25 Jul, 2018 1 commit
-
-
Sergey Edunov authored
-
- 28 Jun, 2018 1 commit
-
-
Myle Ott authored
-
- 21 Jun, 2018 2 commits
- 15 Jun, 2018 2 commits
-
-
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
-
Alexei Baevski authored
-
- 28 Mar, 2018 3 commits
-
-
Runqi Yang authored
specify a single GPU setup for IWSLT14
-
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 "\".
-
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.
-
- 26 Mar, 2018 1 commit
-
-
Runqi Yang authored
Change "awailable" to "available".
-
- 25 Mar, 2018 1 commit
-
-
Runqi Yang authored
Change "awailable" to "available".
-
- 31 Jan, 2018 2 commits
-
-
Sergey Edunov authored
-
Sergey Edunov authored
-