-
- Downloads
DNS recipe (#1742)
* First commit * add recipe in recipes.csv * fixing pre-commit errors * update recipes.csv * update recipes * remove unused models * major fix- dns_downloader script, add results * minor changes * formatting; parallel_download more stable * add Readme * add recipes/DNS.csv * add HF link in readme * remove 8k hparams file * fix conclficts * fix HF links * fix trailing whitepsace * fix yamllint conflicts * add scripts for DNSMOS evaluation * update instructions to download DNSMOS evaluation models * Suport for baseline model NSNet2 evaluation discarded * update readme and documentation * update readme and documentation * update readme, add docstring, update hparams header * fix tests/recipes/DNS.csv * remove unused params * add script to shard DNS 4 data * script now saves the synthesized clean-noisy as shards * update readme * fix trailing whitespace * remove option to store synthesized data as wavs * save train and valid shards * training uses webdataset * minor fixes * fix pre-commit conflicts * some more fixes * removed forced dtype change * fix recipes/DNS.csv * script now takes all shards in the given dir for training * readme updated, test-recipe updated, other cosmetic update * pre-commit conflicts fixed * Delete tests/samples/annotation/separation_train.csv this file is no more needed * remove samples from repo and put them on dropbox (to avoid pushing large files) * restore separation_train.csv (otherwise pytest fails) * sort extra req * add dropbox link --------- Co-authored-by:root <root@serv-3317.kl.dfki.de> Co-authored-by:
root <root@graz.kl.dfki.de> Co-authored-by:
root <root@serv-9208.kl.dfki.de> Co-authored-by:
sangeet2020 <15uec053@gmail.com> Co-authored-by:
Mirco Ravanelli <mirco.ravanelli@gmail.com>
Showing
- recipes/DNS/README.md 143 additions, 0 deletionsrecipes/DNS/README.md
- recipes/DNS/create_wds_shards.py 186 additions, 0 deletionsrecipes/DNS/create_wds_shards.py
- recipes/DNS/dns_download.py 600 additions, 0 deletionsrecipes/DNS/dns_download.py
- recipes/DNS/enhancement/README.md 74 additions, 0 deletionsrecipes/DNS/enhancement/README.md
- recipes/DNS/enhancement/composite_eval.py 466 additions, 0 deletionsrecipes/DNS/enhancement/composite_eval.py
- recipes/DNS/enhancement/dnsmos_local.py 195 additions, 0 deletionsrecipes/DNS/enhancement/dnsmos_local.py
- recipes/DNS/enhancement/extra_requirements.txt 8 additions, 0 deletionsrecipes/DNS/enhancement/extra_requirements.txt
- recipes/DNS/enhancement/hparams/sepformer-dns-16k.yaml 183 additions, 0 deletionsrecipes/DNS/enhancement/hparams/sepformer-dns-16k.yaml
- recipes/DNS/enhancement/train.py 864 additions, 0 deletionsrecipes/DNS/enhancement/train.py
- recipes/DNS/noisyspeech_synthesizer/README.md 34 additions, 0 deletionsrecipes/DNS/noisyspeech_synthesizer/README.md
- recipes/DNS/noisyspeech_synthesizer/audiolib.py 352 additions, 0 deletionsrecipes/DNS/noisyspeech_synthesizer/audiolib.py
- recipes/DNS/noisyspeech_synthesizer/noisyspeech_synthesizer.yaml 101 additions, 0 deletions.../DNS/noisyspeech_synthesizer/noisyspeech_synthesizer.yaml
- recipes/DNS/noisyspeech_synthesizer/noisyspeech_synthesizer_singleprocess.py 720 additions, 0 deletions...eech_synthesizer/noisyspeech_synthesizer_singleprocess.py
- recipes/DNS/noisyspeech_synthesizer/utils.py 54 additions, 0 deletionsrecipes/DNS/noisyspeech_synthesizer/utils.py
- tests/consistency/test_recipe.py 1 addition, 0 deletionstests/consistency/test_recipe.py
- tests/recipes/DNS.csv 2 additions, 0 deletionstests/recipes/DNS.csv
Loading
Please register or sign in to comment