Closed Cpruce closed 4 years ago
same here, any suggestions?
I tried several versions and finally managed to run the model. Pytorch=0.3.1 Tensorflow=1.4.1 Cuda=9 Cudnn=7 Python=3.6 My English is poor, I hope it will not cause ambiguity.
I tried a version of pytorch 0.4 or higher, which can be run in deepvoice3_pytorch project, but it cannot be run in the Neural voice project. Then the pytorch version 0.3 can be run on the Neural voice project, but it can't be run in the deepvoice3_pytorch project, which makes me feel confused.
I've tried the latest torch (1.1.0) and torch==0.4.0, but I hit NotImplementedError
I've been able to run deepvoice3_pytorch from the original repo and used that environment with no luck. Issue seems to stem from
self._backend.Embedding
What is the recommended pytorch version?