Skip to content

Commit

Permalink
Fix typo in audio codec config, encoder target (#7697)
Browse files Browse the repository at this point in the history
Signed-off-by: Ante Jukić <[email protected]>
  • Loading branch information
anteju authored Oct 12, 2023
1 parent 8d074e1 commit 6c13556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tts/conf/audio_codec/audio_codec_24000.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6c13556

Please sign in to comment.