-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
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
Fail to run on colab #852
Comments
Might need to restart the runtime inbetween. #@title Train Maybe tensorboard causes issues for you. |
Thank you a million for updating. I went through the steps you mentioned and kept doing again and again, but it seems not work. I might be doing. I want to make it clear. I left training then it reached 900 epochs. Today I watn to continue training again. So I restarted the runtime and went again step by step as to train it from the start, the same steps I mean. Should I cancel a step or so? maybe I am doing something wrong. I attached a video .. 2023-07-25.16-24-34.mp4 |
Looks ok so far to me. Try this: |
I believe the colab is broken or something. I went through all the steps you mentioned, I even decided to start a fresh new colab, choose different dataset, When I reach train, it's not working. don't know what happened to it. |
I wanted to ask you, if you even had your graphics card activated, but I could tell that you have from your video :) I have been trying for like 3 hours now with a fresh new model and ran through all the steps multiple times and just now it works again. As my workaround is redundant, there must have been changes made by some devs I guess. Maybe they fixed it just now. Pls try running without my workaround and tell us if works for you as well now. |
Hi [pusemuckel888], Sorry for the late response, had to work on whatever I reached at that point and I would like to share with you what I created in here. By the way, I just tried it and it's still not working. The same thing happening, I don't know why when I reach Train. that's it done. Please see the link below for the video, Cillian Murphy voice cloned and changed the language to arabic, while deepfaking him on. |
The issue is still there, again. Step "Train" stops executing without error. |
Well, training works for me again.
to this:
|
Can the colab itself be repaired and updated or forked rather than requiring the end user to modify scripts up front? There are now numerous roadblocks; the loading of dependencies stage is riddled with errors, the configs folder and .json file creation step doesnt create either, and the Training/Tensorflow step fails. Thanks to anyone who is able to get it working again. |
Describe the bug
EDIT: Issue seems solved. Waitingfor confirmation. DO NOT USE MY WORKAROUND!Well, they updated the repo. There is no need for my workaround anymore. Do NOT run my two lines anymore!
END EDIT
There are alot of tickets saying that so-vits-svc-fork is bugged or broken and cannot be used especially with the example Colab Notebook.
What happened was, that a package from the requirements for this repo was changed and you manually should install
!pip install pyworld==0.3.2
!pip install numpy==1.23.5
After that continue with the first step "Check GPU" and you should be able to clone the repo and use it for training. For the last step "Inference" you might needto run this command:
!pip install numpy==1.24
Check your logs for errors and remember this is only a workaround. There might be more elegant solutions and I hope @voicepaw will update the repo soon.
#843
#840
#838
#837
To Reproduce
!pip install pyworld==0.3.2
!pip install numpy==1.23.5
Additional context
No response
Version
4.1.1
Platform
Colab
Code of Conduct
No Duplicate
The text was updated successfully, but these errors were encountered: