fairseq/scripts
Hirofumi Inaguma b4001184f4
UnitY implementation (#4670)
* Add UnitY implementation

* Rename for consistency

* Refactor conformer encoder construction

* Change the order of arguments for rdrop_alpha

* Add compute_loss_with_rdrop

* Move build_multitask_decoder to xm_transformer_unity.py

* Fix generator selection

* Fix check in build_criterion

* Modularize Rdrop

* Minor fix

* Refine class names

* Refactor submodules

* Fix CE

* Fix import

* Fix argments for datasets

* Add description to AugTransformerDecoderBase

* Fix SpeechToTextDatasetCreator

* Fix metavar in arguments

* Uncomment override_decoder_args

* Fix comment in warning

* Add is_fisrt_pass_decoder flag

* Change Translatotron2SpeechGenerator to MultiDecoderSpeechGenerator

* Move inference code to examples/speech_to_speech/unity

* Fix rdrop default value in aux tasks

* Add language tag mapping option to multitask-config-yaml

* Rename encoder_out2 and encoder_outs2

* Rename UnitYXMTransformerModel to XMTransformerModelUnitY

* Support num_best_checkpoints in average_checkpoints

* Fix has_multitask

* Inherit SequenceGenerator

* Reflect recent updates

* Minor fix in logging

* Fix typo

* Refactor SpeechToSpectrogram2passMultitaskTaskCriterion

* Minor update for multitask
2022-10-06 19:38:32 -07:00
..
constraints fix flake8 issues (#2570) 2021-12-09 02:34:30 -08:00
__init__.py remediation of S205607 2020-07-17 17:21:51 -07:00
average_checkpoints.py UnitY implementation (#4670) 2022-10-06 19:38:32 -07:00
build_sym_alignment.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
check_installation.py run all tests (#4733) 2022-09-23 18:40:50 +02:00
compare_namespaces.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
compound_split_bleu.sh fix parameter error (#1596) 2020-01-09 10:41:06 -08:00
convert_dictionary.lua Relicense fairseq under MIT license (#786) 2019-07-30 07:48:23 -07:00
convert_model.lua Relicense fairseq under MIT license (#786) 2019-07-30 07:48:23 -07:00
count_docs.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
read_binarized.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
rm_pt.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
sacrebleu.sh Small fixes (#1215) 2020-07-14 14:17:13 -07:00
shard_docs.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
split_train_valid_docs.py Apply black+isort (#1357) 2020-10-18 18:14:51 -07:00
spm_decode.py fix flake8 issues (#2570) 2021-12-09 02:34:30 -08:00
spm_encode.py fix flake8 issues (#2570) 2021-12-09 02:34:30 -08:00
spm_train.py remove shlex.quote in scripts/spm_train.py (#972) 2019-08-19 07:34:46 -07:00
test_fsdp.sh FSDP uses new optimizer gathering to save optimizer state (#1744) 2021-03-26 07:18:59 -07:00