add unit tests for SoftmaxAngleProtoLoss and ResnetSpeakerEncoder and bugfix

This commit is contained in:
Edresson
2021-05-26 20:35:58 -03:00
parent 7a9a27282a
commit bc5307caa0
5 changed files with 57 additions and 12 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ config = SpeakerEncoderConfig(
print_step=1,
save_step=1,
print_eval=True,
audio=BaseAudioConfig(num_mels=40),
audio=BaseAudioConfig(num_mels=80),
)
config.audio.do_trim_silence = True
config.audio.trim_db = 60