fairseq/docs
alexeib 3b27ed7996 Enable Hydra configs in fairseq (#1343) (#1510)
Summary:
Pull Request resolved: https://github.com/facebookresearch/pytext/pull/1510

this is the main pr that switches on hydra functionality in fairseq

we migrate "args" object into omegaconf "DictConfig" at all legacy entry points

in addition this migrates various components from secondary registries (like bpe encoders and tokenizers) to make the migration smoother

i am going through code that references migrated fairseq components and changing it to inherit from "Legacy*" components instead. hopefully tests will catch most of this

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

Reviewed By: myleott

Differential Revision: D23973928

Pulled By: alexeib

fbshipit-source-id: dd9554981fff51ea75c1ff343874d1d6e61793c9
2020-10-20 00:32:26 -07:00
..
_static Add documentation 2018-09-03 19:15:23 -04:00
command_line_tools.rst Small fixes (#1215) 2020-07-14 14:17:13 -07:00
conf.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07: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 Misc fixes (#2492) 2020-08-20 06:42:10 -07:00
hydra_integration.md Enable Hydra configs in fairseq (#1343) (#1510) 2020-10-20 00:32:26 -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 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 Enable Hydra configs in fairseq (#1343) (#1510) 2020-10-20 00:32:26 -07:00
tutorial_simple_lstm.rst Misc fixes (#2448) 2020-08-14 10:24:51 -07:00