-
-
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
Trouble with training on google colab #220
Comments
Can someone help? |
please add -n 2 |
where? |
And you know what I have to do to continue training model? Which code I don't need to execute |
last line |
So I just have to execute all the code again one by one? |
The previous error is gone, now there is a new one when I run this code: error: /usr/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown |
do I also need to add -n 2? |
This is a bug. I'm going to bed now, so please use version 2 or earlier, or add -t so-vits-svc-4.0-v1-legacy to pre-config, |
This is a bug. I'm going to bed now, so please use version 2 or earlier, or add -t so-vits-svc-4.0v1-legacy to pre-config |
oh okay, thanks anyway |
Can you tell me if the parameter "-t so-vits-svc-4.0-v1-legacy" makes the quality of the model worse or not? |
I also have the same problem, -and 2 is put like below
You can run |
I get it, only I have another problem, I wrote about it above |
@34j do you know how to fix the bug? |
😴 |
please help me when you come back |
I get similar bugs in Colab, is there a new / update Colab version or a fix I should try again? |
Have you tried this: |
@allcontributors add Meldoner bug |
1 similar comment
@allcontributors add Meldoner bug |
I've put up a pull request to add @Meldoner! 🎉 |
Describe the bug
I have a model trained for only 5600 steps, then the colab turned me off because of the limits, when I want to continue training I get this error at the stage Copy configs file:
0% 0/15 [00:00<?, ?it/s]
0% 0/15 [00:00<?, ?it/s]
0% 0/15 [00:00<?, ?it/s]
0% 0/15 [00:00<?, ?it/s]
0% 0/15 [00:00<?, ?it/s]Traceback (most recent call last):
File "/usr/local/bin/svc", line 8, in
sys.exit(cli())
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1130, in call
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1055, in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1657, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 1404, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.9/dist-packages/click/core.py", line 760, in invoke
return __callback(*args, **kwargs)
File "/usr/local/lib/python3.9/dist-packages/so_vits_svc_fork/main.py", line 590, in pre_hubert
preprocess_hubert_f0(
File "/usr/local/lib/python3.9/dist-packages/so_vits_svc_fork/preprocessing/preprocess_hubert_f0.py", line 112, in preprocess_hubert_f0
Parallel(n_jobs=n_jobs)(
File "/usr/local/lib/python3.9/dist-packages/joblib/parallel.py", line 1061, in call
self.retrieve()
File "/usr/local/lib/python3.9/dist-packages/joblib/parallel.py", line 938, in retrieve
self._output.extend(job.get(timeout=self.timeout))
File "/usr/local/lib/python3.9/dist-packages/joblib/_parallel_backends.py", line 542, in wrap_future_result
return future.result(timeout=timeout)
File "/usr/lib/python3.9/concurrent/futures/_base.py", line 446, in result
return self.__get_result()
File "/usr/lib/python3.9/concurrent/futures/_base.py", line 391, in __get_result
raise self._exception
joblib.externals.loky.process_executor.TerminatedWorkerError: A worker process managed by the executor was unexpectedly terminated. This could be caused by a segmentation fault while calling the function or by an excessive memory usage causing the Operating System to kill the worker.
The exit codes of the workers are {SIGKILL(-9)}
/usr/lib/python3.9/multiprocessing/resource_tracker.py:216: UserWarning: resource_tracker: There appear to be 10 leaked semaphore objects to clean up at shutdown
warnings.warn('resource_tracker: There appear to be %d '
To Reproduce
Additional context
Is there anything you can do to help me? And how to continue training, I don't really understand
The text was updated successfully, but these errors were encountered: