- 25 Apr, 2019 1 commit
-
-
Angela Fan authored
Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/665 Differential Revision: D15077853 Pulled By: huihuifan fbshipit-source-id: 2a0d3f6236ae002579f1ee72735d6d8000b8e6b6
-
- 09 Feb, 2019 1 commit
-
-
Myle Ott authored
Summary: - fairseq can now be installed via pip: `pip install fairseq` - command-line tools are globally accessible: `fairseq-preprocess`, `fairseq-train`, `fairseq-generate`, etc. Pull Request resolved: https://github.com/pytorch/fairseq/pull/495 Differential Revision: D14017761 Pulled By: myleott fbshipit-source-id: 10c9f6634a3056074eac2f33324b4f1f404d4235
-
- 25 Jan, 2019 1 commit
-
-
Myle Ott authored
Summary: Changelog: - `e330f56`: Add code for the "Pay Less Attention with Lightweight and Dynamic Convolutions" paper - `5e3b98c`: Add scripts for computing tokenized BLEU with compound splitting and sacrebleu - update READMEs - misc fixes Pull Request resolved: https://github.com/pytorch/fairseq/pull/473 Differential Revision: D13819717 Pulled By: myleott fbshipit-source-id: f2dc12ea89a436b950cafec3593ed1b04af808e9
-
- 01 Nov, 2018 1 commit
-
-
John Pope authored
Summary: Pull Request resolved: https://github.com/pytorch/fairseq/pull/290 Differential Revision: D12876759 Pulled By: myleott fbshipit-source-id: 9f6d1c9de27dad29368a7edb923dfcf770355938
-
- 07 Sep, 2018 1 commit
-
-
Angela Fan authored
-
- 20 Jul, 2018 1 commit
-
-
Angela Fan authored
-
- 08 Jul, 2018 1 commit
-
-
Angela Fan authored
add model override argument from load_ensemble_for_inference at generation time, updating readme for stories
-
- 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
-