Convoluted Base MODEL conv_base = ResNet50(weights='imagenet', include_top=False, input_shape=(224, 224, 3)) print(conv_base.summary()).
確定! 回上一頁