Spoken-language-identification icon indicating copy to clipboard operation
Spoken-language-identification copied to clipboard

RuntimeWarning: divide by zero encountered in log10

Open tftangming opened this issue 5 years ago • 0 comments

Hello, I meet a problem when using the augment_data.py.
RuntimeWarning: divide by zero encountered in log10. it means that the command " ims = 20. * np.log10(np.abs(sshow) / 10e-6)" has some problem .Maybe there are some zero value in the array"sshow", now what should I continue to do? Thanks very much~~~

tftangming avatar Jun 05 '19 06:06 tftangming