fairseq/docs
Myle Ott bd710e75ae v0.7.0 (#817)
Summary:
Notable (possibly breaking) changes:
- d45db80: Remove checkpoint utility functions from utils.py into checkpoint_utils.py
- f2563c2: Move LM definitions into separate files
- dffb167: Updates to model API:
  - `FairseqModel` -> `FairseqEncoderDecoderModel`
  - add `FairseqDecoder.extract_features` and `FairseqDecoder.output_layer`
  - `encoder_out_dict` -> `encoder_out`
  - rm unused `remove_head` functions
- 34726d5: Move `distributed_init` into `DistributedFairseqModel`
- cf17068: Simplify distributed launch by automatically launching multiprocessing on each node for all visible GPUs (allows launching just one job per node instead of one per GPU)
- d45db80: Change default LR scheduler from `reduce_lr_on_plateau` to `fixed`
- 96ac28d: Rename `--sampling-temperature` -> `--temperature`
- fc1a19a: Deprecate dummy batches
- a1c997b: Add memory mapped datasets
- 0add50c: Allow cycling over multiple datasets, where each one becomes an "epoch"

Plus many additional features and bugfixes
Pull Request resolved: https://github.com/pytorch/fairseq/pull/817

Differential Revision: D15913844

Pulled By: myleott

fbshipit-source-id: d5b5d678efdd9dd3e4d7ca848ddcf1ec2b21bf6b
2019-06-19 19:08:50 -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.0 (#817) 2019-06-19 19:08:50 -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 Add fairseq to PyPI (#495) 2019-02-08 22:03:29 -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 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 Fix option in docs (#735) 2019-05-12 16:37:59 -07:00
tutorial_simple_lstm.rst Updates to model API (#561) 2019-05-15 07:12:41 -07:00