SforAiDl / Neural-Voice-Cloning-With-Few-Samples

This repository has implementation for "Neural Voice Cloning With Few Samples"
MIT License
428 stars 123 forks source link

Error with single speaker adaptation #23

Closed ankitsindhu closed 4 years ago

ankitsindhu commented 4 years ago

'\torch\nn\backends\backend.py' line 11, in getattr

"Could not find function class for [{}]".format(name)) AttributeError: Could not find function class for [Embedding]

Sharad24 commented 4 years ago

This seems like an internal pytorch error due to versioning and not something spawning from our work. You might be running a version higher than when the code was writtern