Replies: 4 comments
-
>>> georroussos |
Beta Was this translation helpful? Give feedback.
-
>>> LucasRotsen |
Beta Was this translation helpful? Give feedback.
-
>>> erogol |
Beta Was this translation helpful? Give feedback.
-
>>> LucasRotsen |
Beta Was this translation helpful? Give feedback.
-
>>> LucasRotsen
[June 23, 2020, 12:59am]
Hello everyone!
I'm having some problems to get Parallel Wavegan to work. The steps I
took until now were:
1. Cloned the repo
2. Checked out to the correct branch (the one of the pre-trained PWGan
model)
3. Adjusted the
config.yml
file to match my dataset (sample_rate from22050 to 16000) and changed the paths
4. Executed
bin/preprocess_tts.py
5. Executed
bin/train.py
The error I get is located at
parallel_wavegan.py
, onassert c.size(-1) == x.size(-1)
(AssertionError: 37400 vs 27200), butI still haven't figured out what may be causing it.
I'd be glad if someone could bring a light upon this.
[This is an archived TTS discussion thread from discourse.mozilla.org/t/trouble-on-getting-pwgan-to-work]
Beta Was this translation helpful? Give feedback.
All reactions