报错:
TypeError: Value passed to parameter 'a' has DataType int64 not in list of allowed values: float16, float32, float64, int32, complex64, complex128
原因
1.4.0版本 默认int64
代码内容:
改正 定义符合 格式
解决:TypeError: Value passed to parameter 'a' has DataType int64 not in list of allowed values: float1
阅读 74
2022-07-12
报错:
TypeError: Value passed to parameter 'a' has DataType int64 not in list of allowed values: float16, float32, float64, int32, complex64, complex128
原因
1.4.0版本 默认int64
代码内容:
改正 定义符合 格式
相关推荐
精彩评论(0)