Fix WaveRNN test

pull/847/head
Eren Gölge 2021-09-30 14:33:18 +00:00
parent 5fa78ee69f
commit 4cacbf0d45
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ output_path = os.path.join(get_tests_output_path(), "train_outputs")
config = WavernnConfig(
model_params=WavernnArgs(),
model_args=WavernnArgs(),
batch_size=8,
eval_batch_size=8,
num_loader_workers=0,