fairseq/tests/speech_recognition
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
..
__init__.py remediation of S205607 2020-07-17 17:21:51 -07:00
asr_test_base.py Enable Hydra configs in fairseq (#1343) (#1510) 2020-10-20 00:32:26 -07:00
test_collaters.py Small fixes 2019-08-19 15:08:25 -07:00
test_cross_entropy.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
test_data_utils.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
test_vggtransformer.py Asr initial push (#810) 2019-08-08 02:46:12 -07:00