We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 051c324 commit ff356a0Copy full SHA for ff356a0
test/test_auto.py
@@ -54,11 +54,13 @@ def test_auto_processor(mapper_path):
54
"./examples/fastspeech2/conf/fastspeech2.kss.v1.yaml",
55
"./examples/fastspeech2/conf/fastspeech2.kss.v2.yaml",
56
"./examples/melgan/conf/melgan.v1.yaml",
57
- "./examples/melgan.stft/conf/melgan.stft.v1.yaml",
+ "./examples/melgan_stft/conf/melgan_stft.v1.yaml",
58
"./examples/multiband_melgan/conf/multiband_melgan.v1.yaml",
59
"./examples/tacotron2/conf/tacotron2.v1.yaml",
60
"./examples/tacotron2/conf/tacotron2.kss.v1.yaml",
61
"./examples/parallel_wavegan/conf/parallel_wavegan.v1.yaml",
62
+ "./examples/hifigan/conf/hifigan.v1.yaml",
63
+ "./examples/hifigan/conf/hifigan.v2.yaml",
64
]
65
)
66
def test_auto_model(config_path):
0 commit comments