You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.
I have been troubleshooting issues through various search engines. The questions I want to ask are not common.
I am NOT using one click package / environment package.
OS version
Win10 Professional 22H2
GPU
RTX3060Ti, CUDA Version:12.1, Driver Version:531.41
Python version
3.8.9
PyTorch version
torch-2.0.0+cu118-cp38-cp38-win_amd64.whl
Branch of sovits
4.0(Default)
Dataset source (Used to judge the dataset quality)
No background noise and clear vocal audio recorded using a mobile phone
Where thr problem occurs or what command you executed
Trainning
Problem description
When I train using train.py, the command line window will always output information such as Epoch: XXXX, cost 6. x s.
At first, it was normal, but when Epoch was over 3000, there were occasional errors such as' ValueError: math domain error '.
So I had to input the training command line again.
I have currently trained to a G_ The model of 20800.pth,
So, in line 227 of the train.py script, I added code and made the final modifications as follows:
for i in losses:
try:
reference_loss += math.log(i, 10)
except ValueError:
print("value error")
continue
As of the time I submitted this issue, my training progress was not interrupted and I successfully received a G_ 21600.pth model.
So, does anyone know if my problem has been effectively solved?
Please check the checkboxes below.
OS version
Win10 Professional 22H2
GPU
RTX3060Ti, CUDA Version:12.1, Driver Version:531.41
Python version
3.8.9
PyTorch version
torch-2.0.0+cu118-cp38-cp38-win_amd64.whl
Branch of sovits
4.0(Default)
Dataset source (Used to judge the dataset quality)
No background noise and clear vocal audio recorded using a mobile phone
Where thr problem occurs or what command you executed
Trainning
Problem description
When I train using train.py, the command line window will always output information such as Epoch: XXXX, cost 6. x s.
At first, it was normal, but when Epoch was over 3000, there were occasional errors such as' ValueError: math domain error '.
So I had to input the training command line again.
I have currently trained to a G_ The model of 20800.pth,
So, in line 227 of the train.py script, I added code and made the final modifications as follows:
As of the time I submitted this issue, my training progress was not interrupted and I successfully received a G_ 21600.pth model.
So, does anyone know if my problem has been effectively solved?
Log
Screenshot
so-vits-svc
andlogs/44k
folders and paste hereSupplementary description
No response
The text was updated successfully, but these errors were encountered: