-
Notifications
You must be signed in to change notification settings - Fork 845
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
who can tell me what is case in train1... #28
Comments
You don't have Timit datasets? |
You can get the trained weights here so you don't have to worry about Train1. |
File "G:\code\python\myfile\ASR\deep-voice-conversion-master\data_load.py", line 205, in get_batch
File "G:\anaconda\lib\site-packages\spyder\utils\site\sitecustomize.py", line 102, in execfile |
raise NoBackendError() |
According to this thread you might want to try installing ffmpeg. |
It's better to work under Linux. Tensorflow-gpu does not support Python2.7. |
@JiaYK @VictoriaBentell Dear friends, it this means I success training now? the epoch and step goes strange INFO:tensorflow:Restoring parameters from ./logdir/default1/train1\epoch_24_step_24 WARNING:tensorflow:From G:\code\python\myfile\ASR\deep-voice-conversion-master\models.py:73: arg_max (from tensorflow.python.ops.gen_math_ops) is deprecated and will be removed in a future version. WARNING:tensorflow:From G:\code\python\myfile\ASR\deep-voice-conversion-master\models.py:73: arg_max (from tensorflow.python.ops.gen_math_ops) is deprecated and will be removed in a future version. WARNING:tensorflow:From G:\code\python\myfile\ASR\deep-voice-conversion-master\models.py:73: arg_max (from tensorflow.python.ops.gen_math_ops) is deprecated and will be removed in a future version. |
Those warnings are normal, so if you just let it keep training you should be fine. |
How did you solve the "argument" problem in the first case? |
@VictoriaBentell did y manage to get the whole pipeline working (with convert) ? |
For those still struggling with the initial problem: The "case" the script asks for is your name for the case, passed as an argument. e.g. |
I'm surprised this isn't in the docs. It was confusing. Thanks to @CIDFarwin and #35 (comment) |
test what erver Traceback (most recent call last): |
thank you |
reading hparams.py and u can find your answer
here the author merged two dicts: user_hp[case] & default_hp , when u dig into those .yaml files in hparams dir &merge_dict() function in hparams.py ,u can find that :case may refer to different attempt on training hyperparamters(case just like a Fine-tuned version number) ,as u can see the merge_dict() fn replace params in default_hp with same named params in user_hp[case] |
i meet the same problem ,may i ask u for the answer? |
hello,do you still have the trained weights from drive.google.com?I can't open the url and also can't download the weights.Could you send the weights to me or download then send to me?thanks.@VictoriaBentell |
It works for me in an incognito window on Windows 10 in Google Chrome. It's been a while but I think the file you should be looking at is "checkpoint" |
I face this problem for long time....
The text was updated successfully, but these errors were encountered: