首页> 开发问题 >其它问题 其它问题
tf.matmul()报错expected scalar type Float but found Double
作者:小萝卜 2019-12-03 【 其它 】 浏览 2004
简介tf.matmul()报错expected scalar type Float but found Double
tf.matmul(a,b)将矩阵a乘以矩阵b,生成a * b,这里的a,b要有相同的数据类型,否则会因为数据类型不匹配而出错。
如果出错,请看是前后分别是什么类型的,然后把数据类型进行转换。
很赞哦! (0)
相关文章
- MapReduce报错:Error: java.io.IOException: Initialization of all the collectors failed. Error in last collector was :interface javax.xml.soap.Text
- Python问题:SyntaxError: Non-ASCII character '\xe2' in file
- module 'torch' has no attribute 'gesv'
- 报错:configure: error: no acceptable C compiler found in $PATH
- git中报unable to auto-detect email address
- 无法定位程序输入点到xxx.dll
- matlab命令行双箭头消失
- datagrid MAC和VPNIP显示不出来,Time显示错误的问题
- 报错:maven:java.lang.NoClassDefFoundError: org/apache/commons/io/Charsets
- idea maven 报-source 1.5 中不支持 diamond 运算符