Update README.md
Browse files
README.md
CHANGED
@@ -86,7 +86,7 @@ sf.write(path_to_output_audio, output_audio, nemo_codec_model.sample_rate)
|
|
86 |
|
87 |
### Training
|
88 |
|
89 |
-
For fine-tuning on another dataset please follow the steps available at our [Audio Codec Training Tutorial](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/Audio_Codec_Training.ipynb). Note that you will need to set the ```CONFIG_FILENAME``` parameter to the "audio_codec_44100.yaml" config. You also will need to set ```pretrained_model_name``` to "audio-codec-44khz".
|
90 |
|
91 |
## Training, Testing, and Evaluation Datasets:
|
92 |
|
|
|
86 |
|
87 |
### Training
|
88 |
|
89 |
+
For fine-tuning on another dataset please follow the steps available at our [Audio Codec Training Tutorial](https://github.com/NVIDIA/NeMo/blob/main/tutorials/tts/Audio_Codec_Training.ipynb). Note that you will need to set the ```CONFIG_FILENAME``` parameter to the "audio_codec_44100.yaml" config. You also will need to set ```pretrained_model_name``` to "nvidia/audio-codec-44khz".
|
90 |
|
91 |
## Training, Testing, and Evaluation Datasets:
|
92 |
|