Hjwjames

Results 5 comments of Hjwjames

![1111](https://user-images.githubusercontent.com/31679768/37324303-b00e8a6a-26c3-11e8-896f-fc9f417d4643.png) ok...I solve that problem now... but now I find the training stop at 0b [00:00 , ?b/2]

mfcc, ppg = get_batch(model.mode, model.batch_size) File "G:\code\python\myfile\ASR\deep-voice-conversion-master\data_load.py", line 205, in get_batch mfcc, ppg = list(map(_get_zero_padded, list(zip(*[get_mfccs_and_phones(w, hp_default.sr) for w in target_wavs])))) File "G:\code\python\myfile\ASR\deep-voice-conversion-master\data_load.py", line 205, in mfcc, ppg = list(map(_get_zero_padded,...

raise NoBackendError() audioread.NoBackendError It raise NobackendError...... @JiaYK @VictoriaBentell Do you know anything about it? Any comments would be much appreciated..... Thanks for your answer... I haven't put my Timit dataset...

@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 Model loaded. mode: train1, model_name: epoch_24_step_24 acc: 0.0425952 loss:...

@boussaffawalid Thank you for your code, I face the problem " raise ValueError("Sample larger than population or is negative")" What it means, should I change batch_size or anything else? this...