EVOLUTION-MANAGER
Edit File: __init__.py
# This file is MACHINE GENERATED! Do not edit. # Generated by: tensorflow/python/tools/api/generator/create_python_api.py script. """VGG16 model for Keras. Reference: - [Very Deep Convolutional Networks for Large-Scale Image Recognition] (https://arxiv.org/abs/1409.1556) (ICLR 2015) """ from __future__ import print_function as _print_function import sys as _sys from tensorflow.python.keras.applications.vgg16 import VGG16 from tensorflow.python.keras.applications.vgg16 import decode_predictions from tensorflow.python.keras.applications.vgg16 import preprocess_input del _print_function