0

可以在程序执行期间直接从 keras 存储库下载任何 CNN 的权重,使用:

model = VGG16(weights='imagenet', include_top=True, input_shape = (224, 224, 3))

但是是否可以单独下载在 imagenet 上训练的权重并使用它来运行 CNN 模型?

4

0 回答 0