mobile_net在spyder下载不下来

#设置 MobileNet 的权重为不可训练 #MobileNet的基本单元是深度级可分离卷积(depthwise separable convolution) mobile_net = tf.keras.applications.MobileNetV2(input_shape=(192, 192, 3), include_top=False) mobile_net.trainable=False
相关文章
相关标签/搜索