"docs/vscode:/vscode.git/clone" did not exist on "532d4ac3d9310855ccbf9f13907b5172acf2eca8"
- 28 Jun, 2018 1 commit
-
-
Myle Ott authored
-
- 21 Jun, 2018 3 commits
-
-
Myle Ott authored
-
Louis MARTIN authored
When downloading files in examples directory (e.g. when running `prepare-iwslt14.sh`), git sees them as untracked files but they should not be committed. Add a .gitignore script that ignore everything in the examples subdirectories except for .sh and .md files.
-
Myle Ott authored
-
- 20 Jun, 2018 3 commits
-
-
Angela Fan authored
-
Angela Fan authored
-
Angela Fan authored
-
- 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
-