📜  vgg16 应用程序 - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:09.232000             🧑  作者: Mango

代码示例1
tf.keras.applications.VGG16(
    include_top=True,
    weights="imagenet",
    input_tensor=None,
    input_shape=None,
    pooling=None,
    classes=1000,
    classifier_activation="softmax",
)