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. """Inception V3 model for Keras. Reference: - [Rethinking the Inception Architecture for Computer Vision]( http://arxiv.org/abs/1512.00567) (CVPR 2016) """ from __future__ import print_function as _print_function import sys as _sys from tensorflow.python.keras.applications.inception_v3 import InceptionV3 from tensorflow.python.keras.applications.inception_v3 import decode_predictions from tensorflow.python.keras.applications.inception_v3 import preprocess_input del _print_function