We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Real-Time-Voice-Cloning/encoder/train.py
Line 14 in 1e16877
Originally posted by @JokerYan in #366 (comment)
The text was updated successfully, but these errors were encountered:
Thanks for reporting this @JokerYan . I did not test training with CPU before merging #366 .
Off-hand I think we just need to delete lines 13 and 14, the synchronize isn't needed for CPU.
Sorry, something went wrong.
I'm not sure training with CPU needs to be a supported mode, but maybe someone out there wants it?
Successfully merging a pull request may close this issue.
Real-Time-Voice-Cloning/encoder/train.py
Line 14 in 1e16877
The torch.cpu is giving me "AttributeError: module 'torch' has no attribute 'cpu'"
Originally posted by @JokerYan in #366 (comment)
The text was updated successfully, but these errors were encountered: