From eb558e3b141417af1dc61b08f989b7034b96b5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ante=20Jukic=CC=81?= Date: Wed, 11 Oct 2023 13:54:50 -0700 Subject: [PATCH] Fix typo in audio codec config, encoder target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ante Jukić --- examples/tts/conf/audio_codec/audio_codec_24000.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tts/conf/audio_codec/audio_codec_24000.yaml b/examples/tts/conf/audio_codec/audio_codec_24000.yaml index 14e6fe236545..7d90392767ea 100644 --- a/examples/tts/conf/audio_codec/audio_codec_24000.yaml +++ b/examples/tts/conf/audio_codec/audio_codec_24000.yaml @@ -112,7 +112,7 @@ model: num_workers: 2 audio_encoder: - _target_: nemo.collections.tts.modules.encodec_modules.HifiGanEncoder + _target_: nemo.collections.tts.modules.encodec_modules.SEANetEncoder down_sample_rates: ${down_sample_rates} audio_decoder: