You have this line in the validation notebook - `cpp_stft = cpp_stft.reshape((int(len(cpp_stft)/514), 514))` How do you get the number 514? Thank you!
You have this line in the validation notebook -
cpp_stft = cpp_stft.reshape((int(len(cpp_stft)/514), 514))How do you get the number 514?
Thank you!