from keras.applications.vgg16 import VGG16 as VGG16, preprocess_input encode_model = VGG16(input_shape=(768,768,3), include_top=False, weights='imagenet') ...
確定! 回上一頁