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

keras_applications not found for TF 2.2+ #2

Open
Flamefire opened this issue Sep 25, 2020 · 0 comments
Open

keras_applications not found for TF 2.2+ #2

Flamefire opened this issue Sep 25, 2020 · 0 comments

Comments

@Flamefire
Copy link

TensorFlow 2.2 folded the keras_applications package completely into TensorFlow: tensorflow/tensorflow@23c3bda

This means that from keras_applications.imagenet_utils import _obtain_input_shape fails to find the module unless this is installed separately.

This code should hence be updated to use tf.keras.applications or the dependency on that old package should be documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant