Spoken-language-identification
Spoken-language-identification copied to clipboard
RuntimeWarning: divide by zero encountered in log10
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~~~