deep-voice-conversion icon indicating copy to clipboard operation
deep-voice-conversion copied to clipboard

Can somebody provide me with 10000 epochs of train2.py's weights?

Open YashBangera7 opened this issue 5 years ago • 6 comments

I am training epoch=10000 and still training . Been 2 weeks. Certain problems. Please help in providing me pretrained weights.

YashBangera7 avatar Mar 11 '19 07:03 YashBangera7

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

KnowBetterHelps avatar Mar 12 '19 09:03 KnowBetterHelps

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.

YashBangera7 avatar Mar 12 '19 17:03 YashBangera7

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 from data_load import Net1DataFlow File "/home/huyuezhi/deep-voice-conversion/data_load.py", line 7, in import librosa File "/home/huyuezhi/.local/lib/python2.7/site-packages/librosa/init.py", line 12, in from . import core File "/home/huyuezhi/.local/lib/python2.7/site-packages/librosa/core/init.py", line 108, in from .time_frequency import * # pylint: disable=wildcard-import File "/home/huyuezhi/.local/lib/python2.7/site-packages/librosa/core/time_frequency.py", line 10, in from ..util.exceptions import ParameterError File "/home/huyuezhi/.local/lib/python2.7/site-packages/librosa/util/init.py", line 67, in from .utils import * # pylint: disable=wildcard-import File "/home/huyuezhi/.local/lib/python2.7/site-packages/librosa/util/utils.py", line 103, in def valid_audio(y, mono=True): File "/home/huyuezhi/.local/lib/python2.7/site-packages/librosa/cache.py", line 49, in wrapper if self.cachedir is not None and self.level >= level: File "/home/huyuezhi/.local/lib/python2.7/site-packages/joblib/memory.py", line 918, in cachedir DeprecationWarning, stacklevel=2) TypeError: expected string or buffer

I use python2.7

KnowBetterHelps avatar Mar 13 '19 08:03 KnowBetterHelps

I have successfully running the NET1 training, Thanks for you kind help!

KnowBetterHelps avatar Mar 14 '19 06:03 KnowBetterHelps

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 ?

sebasdeldi avatar Apr 19 '19 22:04 sebasdeldi

@hyuezhi hey can you tell us what is the command to run net1 please

kabich avatar Feb 16 '22 11:02 kabich