tensorflow-wavenet icon indicating copy to clipboard operation
tensorflow-wavenet copied to clipboard

n_threads argument of AudioReader.start_threads cause the code to lock up

Open Beronx86 opened this issue 7 years ago • 0 comments

I want to add a valid set in my code. So I created 2 AudioReader in train.py. But the code locks up. if there is only 1 AudioReader andn_threads argument of AudioReader.start_threads is set to 2, the code also locks up.

Beronx86 avatar Feb 06 '18 11:02 Beronx86