zhanghang1989 / PyTorch-Encoding

A CV toolkit for my papers.
https://hangzhang.org/PyTorch-Encoding/
MIT License
2.04k stars 450 forks source link

No module named 'encoder.params_model' #402

Closed alexhaislip closed 3 years ago

alexhaislip commented 3 years ago

`➜ Real-Time-Voice-Cloning git:(master) ✗ python3 demo_cli.py

Traceback (most recent call last): File "/Users/administrator/Projects/Real-Time-Voice-Cloning/demo_cli.py", line 1, in from encoder.params_model import model_embedding_size as speaker_embedding_size ModuleNotFoundError: No module named 'encoder.params_model'`

zhanghang1989 commented 3 years ago

This seems not my code. Did you ask in the wrong place?

alexhaislip commented 3 years ago

@zhanghang1989 Oh sorry mate!

Sarekasasikumar commented 3 months ago

`➜ Real-Time-Voice-Cloning git:(master) ✗ python3 demo_cli.py

Traceback (most recent call last): File "/Users/administrator/Projects/Real-Time-Voice-Cloning/demo_cli.py", line 1, in from encoder.params_model import model_embedding_size as speaker_embedding_size ModuleNotFoundError: No module named 'encoder.params_model'`

have you resolved this issue. i am having the same one.