原文:TypeError: Fetch argument 0.484375 has invalid type , must be a string or Tensor. (Can not convert a float32 into a Tensor or Operation.)

报错: TypeError: Fetch argument . has invalid type lt class numpy.float gt , must be a string or Tensor. Can not convert a float into a Tensor or Operation. 出错代码: 原因: 代码迭代了n次,第 次迭代可以打印出acc的值,第 次迭代就开始报错误 ...

2019-04-13 18:24 0 1107 推荐指数:

查看详情

tensorflow TypeError: Can not convert a float32 into a Tensor or Operation

遇到这种情况可能是你的程序中有和你定义的tensor 变量重名的其他变量名字,jishi在for循环中使用了这个名字的作为临时变量也不行.tenor 变量很娇气.坑了我一晚上的时间. 比如:x = tf.placeholder(tf.float32,[None,512]) 那么在程序中就 ...

Thu May 09 04:52:00 CST 2019 0 556
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM