2 lines
132 B
Python
2 lines
132 B
Python
|
from keras.applications.vgg16 import VGG16 as VGG16, decode_predictions as decode_predictions, preprocess_input as preprocess_input
|