Skip to content
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

TypeError: ('Keyword argument not understood:', 'freeze') #1572

Closed
Mazenode opened this issue Apr 15, 2022 · 1 comment
Closed

TypeError: ('Keyword argument not understood:', 'freeze') #1572

Mazenode opened this issue Apr 15, 2022 · 1 comment
Labels
stale Issues with no activity for a long time

Comments

@Mazenode
Copy link

I am re-opening an old issue that was closed even tho no solution has been given : #1170

Loading a model with keras :

from tensorflow import keras
model = keras.models.load_model(path)

gives :

TypeError: ('Keyword argument not understood:', 'freeze')

Here is my full config (running only on cpu) :

keras==2.2.4
keras-retinanet==1.0.0
keras-resnet==0.2.0
h5py==2.10.0
torch==1.4.0
torchvision==0.5.0

The model was originnally compiled in 2017 so keras librairy might be too recent ? I'm not sure

@stale
Copy link

stale bot commented Jun 23, 2022

This issue has been automatically marked as stale due to the lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Issues with no activity for a long time label Jun 23, 2022
@stale stale bot closed this as completed Jul 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues with no activity for a long time
Projects
None yet
Development

No branches or pull requests

1 participant