mirror of
https://github.com/facebookresearch/fairseq.git
synced 2024-11-11 03:31:32 +03:00
3b27ed7996
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 |
||
---|---|---|
.. | ||
__init__.py | ||
asr_test_base.py | ||
test_collaters.py | ||
test_cross_entropy.py | ||
test_data_utils.py | ||
test_vggtransformer.py |