TypeError: Value passed to parameter 'a' has DataType int64 not in list of allowed values: f
Posted bluesl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了TypeError: Value passed to parameter 'a' has DataType int64 not in list of allowed values: f相关的知识,希望对你有一定的参考价值。
这是我在做多元线性回归时遇到的错误:这个也是数据类型类的错误;
解决办法就是把数据的类型转化之后就行的了,于‘TypeError: Input ‘b‘ of ‘MatMul‘ Op has type int64 that does not match type float32 of argument ‘a‘. ’这个错误类似;
详情参考这个博文:https://mp.csdn.net/postedit/80778525
以上是关于TypeError: Value passed to parameter 'a' has DataType int64 not in list of allowed values: f的主要内容,如果未能解决你的问题,请参考以下文章
值传递(pass-by-value)引用传递(pass-by-reference)以及函数与const关系
pass by value和pass by reference在C++中有啥区别?
TypeError: Error #1006: value 不是函数。
Python中的passed by assignment与.NET中的passing by reference、passing by value
TypeError: (intermediate value).parseFromString(...).replace 不是函数