deep-voice-conversion
deep-voice-conversion copied to clipboard
Can somebody provide me with 10000 epochs of train2.py's weights?
I am training epoch=10000 and still training . Been 2 weeks. Certain problems. Please help in providing me pretrained weights.
are you still in training train2.py?
how do you train the NET1? I can not understand what the param 'case' is ......
can you help me to start the training NET1?
sincerely Regen
are you still in training train2.py?
how do you train the NET1? I can not understand what the param 'case' is ......
can you help me to start the training NET1?
sincerely Regen
Sure man . The case parameter can be anything. The name you want your model to be saved as . Example : if you give command as -> python train1.py -case "train1_net" -gpu 0 , it will be saved in the "case"-->"train1_net" folder. For starting train1 , go for the above command with the case name that you desire.
Thank you for your kind help, I figured out the "case" just means one kind of hparams: "default.yaml" or "hparams.yaml" but after running command "python train1.py -case "train1_net" -gpu 0" or “python train1.py case”, I got the following log, and I have no idea what is going wrong... ...
Traceback (most recent call last):
File "train1.py", line 17, in
I use python2.7
I have successfully running the NET1 training, Thanks for you kind help!
How long did it take you guys to train NET1 ? Do you think it is possible to run this project on google colab ? Maybe make a "notebook" port of this ?
@hyuezhi hey can you tell us what is the command to run net1 please