k2kobayashi / crank

A toolkit for non-parallel voice conversion based on vector-quantized variational autoencoder
MIT License
169 stars 31 forks source link

print() sometimes missing in log #49

Open Vadim2S opened 3 years ago

Vadim2S commented 3 years ago

I am add debug print(...) somewhere, for example, in feature.py _open_wavf(...) for print wav file name.

Sometimes I am see output, sometimes not. Оbviously this is multithread related error.

P.S. I am can see exceptions always.