Xiyor

Results 11 comments of Xiyor

@coice I have a question for run the procedure. In CPU tensorflow mode, I could run the code, but so slow. train1.py result is about 70%. train2.py is so slow....

@coice Thank you for your suggestion. I will try it again.

Thank you for your reply. Last cause of problem is: I did not add TIMIT dataset under dir:datasets. when I add TIMIT dataset, I found the filename is strange, has...

@boussaffawalid I have not make it run successfully. decide to research tensorflow.

@andabi @boussaffawalid andabi is right. I checked TIMIT dataset, some wavfiles have no related phn file or some phn files have no related wavfiles. I write a script to find...

@boussaffawalid did you set queue=false? This method can debugs some error where data preprocess. when data preprocess come with problems, the queue will close. but I am not certain your...

@andabi still hava problem when switch to tensorflow-gpu docker container. same code could run in tensorflow-cpu container, but failed in gpu container. It hang forever !!. I set queue=false, the...

@HudsonHuang hello. I feel your path is right. but, I see your TIMIT dataset is strange, your wav file's extension is WAV, not wav, you can modify the code to...

@boussaffawalid firstly, the code was written in python3 seemly. and set queue=false is a proper way to verify the preprocess is no bug.

@SriramS32 thank you for suggestion. ffmpeg has been installed. guess not this problem.