您的位置:首页 > 产品设计 > UI/UE

TypeError: Value passed to parameter 'input' has DataType float64 not in list of allowed values: fl

2017-07-20 08:01 821 查看
File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/op_def_library.py", line 590, in apply_op param_name=input_name) File "/usr/local/lib/python2.7/dist-packages/tensorflow/python/framework/op_def_library.py", line 61, in _SatisfiesTypeConstraint
", ".join(dtypes.as_dtype(x).name for x in allowed_list)))TypeError: Value passed to parameter 'input' has DataType float64 not in list of allowed values: float32, float16

images=tf.image.convert_image_dtype(images,tf.float32)
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐