Keras model evaluate returns triggered tf.function retracing warning

后端 未结 0 1959
后悔当初
后悔当初 2021-01-15 04:06

I am training the following model using Keras as shown:

model = tf.keras.models.Sequential([tf.keras.layers.Conv2D(64, (3,3), activation=\'relu\', input_shape         


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