Views
No views yet
1git lfs install
2git clone https://huggingface.co/amphion/hifigan_speech_bigdatagit clone https://github.com/open-mmlab/Amphion.git1cd Amphion
2mkdir -p ckpts/vocoder
3ln -s "$(realpath ../hifigan_speech_bigdata/hifigan_speech)" pretrained/hifigan_speech1sh egs/vocoder/gan/tfr_enhanced_hifigan/run.sh --stage 3 \
2 --infer_mode [Your chosen inference mode] \
3 --infer_datasets [Datasets you want to inference, needed when infer_from_dataset] \
4 --infer_feature_dir [Your path to your predicted acoustic features, needed when infer_from_feature] \
5 --infer_audio_dir [Your path to your audio files, needed when infer_form_audio] \
6 --infer_expt_dir Amphion/ckpts/vocoder/[YourExptName] \
7 --infer_output_dir Amphion/ckpts/vocoder/[YourExptName]/result \1@misc{gu2023cqt,
2 title={Multi-Scale Sub-Band Constant-Q Transform Discriminator for High-Fidelity Vocoder},
3 author={Yicheng Gu and Xueyao Zhang and Liumeng Xue and Zhizheng Wu},
4 year={2023},
5 eprint={2311.14957},
6 archivePrefix={arXiv},
7 primaryClass={cs.SD}
8}