jaywalnut310 / glow-tts

A Generative Flow for Text-to-Speech via Monotonic Alignment Search
MIT License
651 stars 150 forks source link

Working 'version' of WaveGlow #35

Closed dechubby closed 3 years ago

dechubby commented 3 years ago

Hi everyone! I'm getting acquainted with this repo, particularly with trying out inference.ipynb. I have a question: I followed the instructions and ran "git submodule init; git submodule update" but it seems it didn't behave as expected (no waveglow folder created).

So I manually cloned from the github of WaveGlow (cloning, initializing and updating) and tried running inference.ipynb, but then ran into lots of errors that I think are related to version mismatches of waveglow and torch, etc. e.g. 'Conv1d' object has no attribute '_ non_persistent buffers set'

So may I ask if anyone has a copy/folder of waveglow that currently works this repo that you can share?

Thanks a lot and please let me know if there's anything I can provide to make my question clearer!

dechubby commented 3 years ago

Found out that this error was actually related to PyTorch's version. Closed.