您的位置:首页 > 移动开发 > Objective-C

TensorBoard tf.summary.merge_all() AttributeError: 'NoneType' object has no attribute 'bucket 错误

2017-04-05 15:53 1616 查看
InvalidArgumentError (see above for traceback): You must feed a value for placeholder tensor 'inputs/x_input' with dtype float
[[Node: inputs/x_input = Placeholder[dtype=DT_FLOAT, shape=[], _device="/job:localhost/replica:0/task:0/cpu:0"]()]]


运行环境anaconda2.4.1 python3.5.1(Windows)

找了半天,最后在将代码复制到Linux上,利用python2.7 运行并没有报错,是版本原因还是系统原因呢 文档上版本支持python2.7-3.5

AttributeError: 'NoneType' object has no attribute 'bucketize'


也是换用Linux就行了。。一个个的巨坑
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  tensorflow
相关文章推荐