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
相關文章
相關標籤/搜索