mirror of https://github.com/coqui-ai/TTS.git
Fix WaveRNN test
This commit is contained in:
parent
5fa78ee69f
commit
4cacbf0d45
|
@ -11,7 +11,7 @@ output_path = os.path.join(get_tests_output_path(), "train_outputs")
|
||||||
|
|
||||||
|
|
||||||
config = WavernnConfig(
|
config = WavernnConfig(
|
||||||
model_params=WavernnArgs(),
|
model_args=WavernnArgs(),
|
||||||
batch_size=8,
|
batch_size=8,
|
||||||
eval_batch_size=8,
|
eval_batch_size=8,
|
||||||
num_loader_workers=0,
|
num_loader_workers=0,
|
||||||
|
|
Loading…
Reference in New Issue