原创 深度學習12-遷移學習+VGG16+cifar10案例

直接應用原模型預測 導入模型 導入函數: 導入代碼 import keras # 讀入完整的VGG16模型設定 model = keras.applications.vgg16.VGG16(include_top = True