Open chazo1994 opened 6 years ago
My acoustic configuration: [Outputs]
mag: 1025 dmag: 3075 real: 1025 dreal: 3075 imag: 1025 dimag: 3075 lf0: 1 dlf0: 3
Did you find a solution for this error? My training error is extremely high like what you show here.
I try to train a acoustic model with magphase vocoder and use mp.analysis_lossless to extract full lossless features of magphase. Here is the script I used. ` file_name_token = os.path.basename(os.path.splitext(wav_file)[0])
AND the following code to synthesis from lossless features:
sys.path.append(cfg.magphase_bindir) import libutils as lu import libaudio as la import magphase as mpDuring train acoustic model i has following issue (it same like this issue #329 But I can't figure out how to fix it):
2018-11-29 16:49:03,237 INFO main.train_DNN: fine-tuning the DNN model 2018-11-29 16:53:48,916 INFO main.train_DNN: epoch 1, validation error nan, train error nan time spent 285.68 2018-11-29 16:53:48,916 INFO main.train_DNN: overall training time: 4.76m validation error 179769313486231570814527423731704356798070567525844996598917476803157260780028538760589558632766878171540458953514382464234321326889464182768467546703537516986049910576551282076245490090389328944075868508455133942304583236903222948165808559332123348274797826204144723168738177180919299881250404026184124858368.000000
@felipeespic @m-toman @ronanki Please help me.