Skip to content

keras_applications not found for TF 2.2+ #2

@Flamefire

Description

@Flamefire

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions