2 lines
139 B
Python
2 lines
139 B
Python
from keras.applications.resnet import ResNet50 as ResNet50, decode_predictions as decode_predictions, preprocess_input as preprocess_input
|