I had issue #756 which occurred while trying to import VGG16 model from keras_core.applications as the init.py doesn't import the models built in the keras_core.applications.
I have included the imports to the VGG16, VGG19, and EfficientNet models with this PR.
Thanks for the PR. Please note that the public API is generated via keras_core_export decorators. Always use the public API (e.g. by installing Keras Core from pip).
I had issue #756 which occurred while trying to import VGG16 model from keras_core.applications as the init.py doesn't import the models built in the keras_core.applications.
I have included the imports to the VGG16, VGG19, and EfficientNet models with this PR.