Reputation: 4081
getting:
AttributeError: module 'keras_applications' has no attribute 'set_keras_submodules'
in:
keras_applications.set_keras_submodules(backend, layers, models, utils)
solutions of this issue https://github.com/tensorflow/tensorflow/issues/25062 don't solve the error
on:
Upvotes: 2
Views: 5596
Reputation: 4081
downgrade keras_applications to 1.0.7 solve the problem for me
Upvotes: 1