-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keras/tensorflow dependency bugs #6
Comments
Hi @sedurCode thanks for using this repo. I have tested this code with Keras 2.2.4 and Tensorflow 1.14.0, which is basically one of the preconfigured TensorFlow environments in my university. I have used librosa 0.8.0 for feature extraction purpose. |
Hi @sharathadavanne thank you very much for responding so quickly! |
I found two subsequent bugs, one caused by h5py being of a version >= 3.0.0 [this is a known keras/tensorflow bug] Could you please express which numpy and h5py versions are in your distribution @sharathadavanne |
Hi @sedurCode I am sorry you are facing so many issues with this repo. Here are the versions you asked for, numpy==1.20.3 and h5py==3.2.1 |
Great, thank you @sharathadavanne! |
Yeah ok, i'm guessing the h5py related known bug WRT the numpy related bug, at line 251 of 'saving,py' it doesn't appear changing the numpy version to 1.20.3 solved this for me. I appreciate the time and effort you have made in order to release this code, thank you again. |
Good morning,
Can you please add the pre-requisit tensorflow version, along with the other project pre-requisits such as librosa to the readme.
As it stands, when using an environment with the given python and keras versions, the current code in this repository does not run.
The text was updated successfully, but these errors were encountered: