Closed Monster-Gaming-Studios closed 4 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@pierluigiferrari
Somebody please help me.
@Monster-Gaming-Studios
I ran this today. I came across the same problem. U have to downgrade tensor flow and keras
Install tensorflow 1.4 and keras 2.0.4
After creating model and saving it, when u try to load it, u will face another problem, closure must be none or tuple error
Remove the line clear session in the load_model block. This part alone i did it in google colab
You can do all the above steps in google colab itself.
But you have to do this two steps %tensorflow_version 1.x !pip install q keras==2.1.5
@Sri-user Right now I am out of station, but I will try once I get home. But thanks for your help.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I am getting the above error when loading weights in the section
5.2 Build the model
forweight_sampling_tutorial.ipynb
I am using
tensorflow 1.13.2
andkeras 2.1.4
Please help me @pierluigiferrari .