fairseq/examples
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
..
backtranslation Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
bart remove max_sentences from args, use batch_size instead (#1333) 2020-10-05 19:09:01 -07:00
byte_level_bpe Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
camembert Fix link in CamemBERT readme (#2722) 2020-10-14 09:47:26 -07:00
constrained_decoding Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
conv_seq2seq Add code for "Pay Less Attention with Lightweight and Dynamic Convolutions" (#473) 2019-01-25 15:40:26 -08:00
criss Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
cross_lingual_language_model Move Masked LM components to legacy/ -- new ones are coming 2019-07-21 19:38:00 -07:00
joint_alignment_translation Use the HTTPS URL for cloning fastBPE (#1441) 2019-12-04 07:22:17 -08:00
language_model remove max_sentences from args, use batch_size instead (#1333) 2020-10-05 19:09:01 -07:00
latent_depth Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
layerdrop Miscellaneous fixes (#2193) 2020-05-28 07:29:59 -07:00
linformer Package config and examples with fairseq (#1356) 2020-10-19 09:24:04 -07:00
m2m_100 minor fix for linter (#1360) 2020-10-19 09:11:03 -07:00
mbart remove max_sentences from args, use batch_size instead (#1333) 2020-10-05 19:09:01 -07:00
megatron_11b Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
multilingual remove max_sentences from args, use batch_size instead (#1333) 2020-10-05 19:09:01 -07:00
noisychannel Enable Hydra configs in fairseq (#1343) (#1510) 2020-10-20 00:32:26 -07:00
nonautoregressive_translation Update README.md (#2381) 2020-08-04 08:22:12 -07:00
paraphraser Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
pay_less_attention_paper Add lightconv and dynamic conv models to torch.hub and add missing BPE codes 2019-12-18 16:54:41 -08:00
pointer_generator Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
quant_noise remove max_sentences from args, use batch_size instead (#1333) 2020-10-05 19:09:01 -07:00
roberta Enable Hydra configs in fairseq (#1343) (#1510) 2020-10-20 00:32:26 -07:00
rxf RXF OS Implementation (#2455) 2020-10-16 14:32:12 -07:00
scaling_nmt Small fixes (#1215) 2020-07-14 14:17:13 -07:00
simultaneous_translation Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
speech_recognition Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
speech_to_text Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
stories Misc fixes (#2448) 2020-08-14 10:24:51 -07:00
translation Misc fixes (#2448) 2020-08-14 10:24:51 -07:00
translation_moe Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
unsupervised_quality_estimation Enable Hydra configs in fairseq (#1343) (#1510) 2020-10-20 00:32:26 -07:00
wav2vec Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
wmt19 Releasing single pre-finetuning models (#1347) 2020-10-14 14:19:54 -07:00
xlmr typo: Sanskrit* (#2394) 2020-08-04 08:31:11 -07:00
__init__.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
.gitignore 0.6.1 -> 0.6.2 (#577) 2019-03-15 10:27:01 -07:00