fairseq/docs
Myle Ott ffffe04ea1 v0.7.2 -> v0.8.0 (#1017)
Summary:
Changelog:
- Relicensed under MIT license
- Add RoBERTa
- Add wav2vec
- Add WMT'19 models
- Add initial ASR code
- Changed torch.hub interface (`generate` renamed to `translate`)
- Add `--tokenizer` and `--bpe`
- f812e52: Renamed data.transforms -> data.encoders
- 654affc: New Dataset API (optional)
- `47fd985`: Deprecate old Masked LM components
- `5f78106`: Set mmap as default dataset format and infer format automatically
- Misc fixes for sampling
- Misc fixes to support PyTorch 1.2
Pull Request resolved: https://github.com/pytorch/fairseq/pull/1017

Differential Revision: D16799880

Pulled By: myleott

fbshipit-source-id: 45ad8bc531724a53063cbc24ca1c93f715cdc5a7
2019-08-14 05:02:45 -07:00
..
_static Add documentation 2018-09-03 19:15:23 -04:00
command_line_tools.rst Add fairseq to PyPI (#495) 2019-02-08 22:03:29 -08:00
conf.py v0.7.2 -> v0.8.0 (#1017) 2019-08-14 05:02:45 -07:00
criterions.rst Merge internal changes (#283) 2019-01-04 20:03:19 -08:00
data.rst Add fairseq to PyPI (#495) 2019-02-08 22:03:29 -08:00
docutils.conf Add documentation 2018-09-03 19:15:23 -04:00
getting_started.rst Improve interactive generation (support --tokenizer and --bpe) 2019-07-19 06:45:18 -07:00
index.rst Add documentation 2018-09-03 19:15:23 -04:00
lr_scheduler.rst Add fairseq to PyPI (#495) 2019-02-08 22:03:29 -08:00
make.bat Add documentation 2018-09-03 19:15:23 -04:00
Makefile Add documentation 2018-09-03 19:15:23 -04:00
models.rst Updates to model API (#561) 2019-05-15 07:12:41 -07:00
modules.rst Updates to model API (#561) 2019-05-15 07:12:41 -07:00
optim.rst Merge internal changes (#654) 2019-04-29 19:50:58 -07:00
overview.rst Updates to model API (#561) 2019-05-15 07:12:41 -07:00
requirements.txt Update documentation 2018-09-03 20:03:37 -04:00
tasks.rst Add documentation 2018-09-03 19:15:23 -04:00
tutorial_classifying_names.rst Standardize on 'teacher forcing' rather than 'input feeding' which is… (#769) 2019-07-25 07:24:07 -07:00
tutorial_simple_lstm.rst Standardize on 'teacher forcing' rather than 'input feeding' which is… (#769) 2019-07-25 07:24:07 -07:00