ResNet50() not displaying summary and throwing error

后端 未结 0 567
你的背包
你的背包 2021-01-06 01:48
**inputs = tf.keras.layers.Input(shape=(32,32,3))
    resize = tf.keras.layers.UpSampling2D(size=(7,7))(inputs)
    feature_extractor = tf.keras.applications.resnet.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题