Aisha Jaddoh
Aisha Jaddoh
@Burton2000 Thanks, but how can I use the pre-trined models in the TensorFlow2 code?
@Burton2000 Thanks, we would also appreciate adding label_wav.py file for TensorFlow 2 version. THank you
The reason of me trying to create the freez.py is because I want to use label_wav.py. So I want to send a sound file to the model. However, label_wav.py requires...
Hi Richard @Burton2000 Is there anything you would recommend trying?
Thank you for your reply @Burton2000 . Yes, I already did all that you mentioned. and yes the data is balanced. Not sure what could be the problem
Hi, I wonder if anyone managed to regenerate the wav file from the warped_masked_spectrogram. I tried the below code ` warped_masked_spectrogram = warped_masked_spectrogram.numpy() warped_masked_spectrogram = warped_masked_spectrogram.reshape( (warped_masked_spectrogram.shape[1], warped_masked_spectrogram.shape[2])) warped_masked_spectrogram =...