mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
use one testing sentence in tts tests
This commit is contained in:
@@ -23,6 +23,9 @@ config = AlignTTSConfig(
|
||||
epochs=1,
|
||||
print_step=1,
|
||||
print_eval=True,
|
||||
test_sentences=[
|
||||
"Be a voice, not an echo.",
|
||||
],
|
||||
)
|
||||
config.audio.do_trim_silence = True
|
||||
config.audio.trim_db = 60
|
||||
|
||||
@@ -23,6 +23,9 @@ config = GlowTTSConfig(
|
||||
epochs=1,
|
||||
print_step=1,
|
||||
print_eval=True,
|
||||
test_sentences=[
|
||||
"Be a voice, not an echo.",
|
||||
],
|
||||
)
|
||||
config.audio.do_trim_silence = True
|
||||
config.audio.trim_db = 60
|
||||
|
||||
@@ -23,6 +23,9 @@ config = SpeedySpeechConfig(
|
||||
epochs=1,
|
||||
print_step=1,
|
||||
print_eval=True,
|
||||
test_sentences=[
|
||||
"Be a voice, not an echo.",
|
||||
],
|
||||
)
|
||||
config.audio.do_trim_silence = True
|
||||
config.audio.trim_db = 60
|
||||
|
||||
@@ -23,6 +23,9 @@ config = Tacotron2Config(
|
||||
test_delay_epochs=-1,
|
||||
epochs=1,
|
||||
print_step=1,
|
||||
test_sentences=[
|
||||
"Be a voice, not an echo.",
|
||||
],
|
||||
print_eval=True,
|
||||
max_decoder_steps=50,
|
||||
)
|
||||
|
||||
@@ -22,6 +22,9 @@ config = TacotronConfig(
|
||||
test_delay_epochs=-1,
|
||||
epochs=1,
|
||||
print_step=1,
|
||||
test_sentences=[
|
||||
"Be a voice, not an echo.",
|
||||
],
|
||||
print_eval=True,
|
||||
r=5,
|
||||
max_decoder_steps=50,
|
||||
|
||||
Reference in New Issue
Block a user