文章 2024-10-16 来自:开发者社区

Tensorflow error(二):x and y must have the same dtype, got tf.float32 != tf.int32

原代码 with tf.GradientTape() as tape: # 打平操作,[b, 28, 28] => [b, 784] x = tf.reshape(x, (-1, 28*28)) # Step1. 得到模型输出output [b, 784] => [b, 10] out = model(x) ...

Tensorflow error(二):x and y must have the same dtype, got tf.float32 != tf.int32
文章 2022-10-18 来自:开发者社区

TensorFlow中CNN的两种padding方式“SAME”和“VALID”

在用tensorflow写CNN的时候,调用卷积核api的时候,会有填padding方式的参数,找到源码中的函数定义如下(max pooling也是一样): def conv2d(input, filter, strides, padding, use_cudnn_on_gpu=None, data_format=None, name=None)源码中对于padding参...

TensorFlow中CNN的两种padding方式“SAME”和“VALID”

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。

人工智能

了解行业+人工智能最先进的技术和实践,参与行业+人工智能实践项目

+关注
AI助理

你好,我是AI助理

可以解答问题、推荐解决方案等