deep-voice-conversion
deep-voice-conversion copied to clipboard
run train2 stop at Model loaded
hello, i use trained weights from #28 ,@VictoriaBentell.
and run python eval1.py timit is ok.
but in next step,python train2.py timit arctic/slt,I find the training stop at (Model loaded. mode: train2, model_name: epoch_12_step_6924)
who can tall me why? thanks.
environment:Ubuntu16.04 tf-gpu:1.4.0
Check paths, there is some inconsistency in using *.WAV & *.wav in settings and hparams.py. Also might be worth disabling 'queue' mode in code, there are some bugs there.