代码 tensorflow:Layer conv_1 is casting an input tensor from dtype float64 to the layer's dtype of float32, which is new behavior in TensorFlow 2. The layer has dtype float32 because it's dtype defaults to floatx.
时间: 2023-05-27 07:07:11 浏览: 127
Tensorflow tf.nn.atrous_conv2d如何实现空洞卷积的
这段代码中,卷积层 conv_1 将输入张量从 float64 类型转换为该层的 dtype 类型 float32,这是 TensorFlow 2 中的新行为。该层的 dtype 类型为 float32,因为其默认为 floatx。
阅读全文