fairseq/docs
Myle Ott f0a61a2774 Miscellaneous fixes (#1196)
Summary:
Incorporate several fixes, incl. from OSS contributors:
- fix model argument in sequence generator in semisupervised_translation.py
- fix aggregate logging in semisupervised_translation.py
- Fix EOS token in multilingual_denoising
- Handle missing eos_idx in data_utils.collate_tokens
- Better OOM handling for single-GPU training
- fix prepend_bos argument in translation_from_pretrained_bart.py …
- Fix eos_idx in multilingual_denoising
- Small logging fixes
- Fix fb_hub on PyTorch 1.6
- Better variable names
- Add support for model parallel to interactive.py
- Use `//` operator to fix Integer division warning
- Set default `--clip-norm=0.0`
- Cleanup some binaries in root directory

Pull Request resolved: https://github.com/fairinternal/fairseq-py/pull/1196

Reviewed By: ngoyal2707

Differential Revision: D22162202

Pulled By: myleott

fbshipit-source-id: 835b0c0ad9246827f9d915fdb4e89d7b5be2475d
2020-06-24 10:08:53 -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.8.0 -> v0.9.0 (#1452) 2019-12-03 15:19:33 -08:00
criterions.rst Merge internal changes (#283) 2019-01-04 20:03:19 -08:00
data.rst Miscellaneous documentation improvements: (#868) 2019-09-23 12:27:12 -07:00
docutils.conf Add documentation 2018-09-03 19:15:23 -04:00
fairseq_logo.png Miscellaneous fixes (#1196) 2020-06-24 10:08:53 -07:00
fairseq.gif Miscellaneous fixes (#1196) 2020-06-24 10:08:53 -07:00
getting_started.rst More fully deprecate --raw-text and --lazy-load (fixes #1488) 2019-12-16 17:22:11 -08: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 add vq-wav2vec (#1029) 2020-02-29 18:25:34 -08: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 TPU support for Translation (#2245) 2020-06-24 09:56:42 -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