-
I'm having issues with my ASR data, which is braking my training. I'm getting the following error:
Is there any easy/fast way to pinpoint the files that are causing this issue? E.g. how could one dump the files that constitute the current batch? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
You're probably using multi channel audio. Normalize to monochannel, 16 khz audio |
Beta Was this translation helpful? Give feedback.
-
@titu1994 thanks for a quick reply. My initial guess was too, that there may be some multi channel audio, but I checked and there seems to be none, all data is mono channel, 16kHz. I guess I'll need to recheck. Any ideas what could be wrong if all data is indeed mono, 16kHz, 16bit? The error seems to originate from the preprocessing module. The full stack trace is:
|
Beta Was this translation helpful? Give feedback.
Yeah, you are right. There's a bunch of zero length files. Thank's @titu1994 for helping me find the problem.