ModuleNotFoundError: No module named 'dlas.models.clip.model' #188
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#188
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi
Thank you for this cool project and great documentation.
I am running into a ModuleNotFound error when attempting to use the training feature.
I noticed I can repro it quickly outside of the GUI by invoking directly like so:
python src/train.py --yaml training/mytest/train.yaml
And so I tried to dig around inside
ai-voice-cloning/modules/dlas/dlas/trainer/networks.py
. The best I could understand is that this dynamic import is supposed to be able to pick up some variable created by the @register_model decorator, but that's not happening. I am wondering if it might be because I'm running on an incompatible version of python (I am using Python 3.10.9).Anyway this is the stack trace, if you have any ideas to try let me know.
I will keep trying to play around and if I figure it out I'll update the ticket.
Thank you!
Did you run the appropriate setup script?
@psammites thanks for your reply. honestly I think No.. I have been testing so many projects that I dont remember anymore and i probably need to put more effort into repeatability and isolation.
You've inspired me to put something together towards this end. I will update this again after I reformat and reinstall my OS.
I have solved the issue by implementing docker. I have made a pull request here #191