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

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/sinat_34233802/article/details/69258581
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就行了。。一个个的巨坑

猜你喜欢

转载自blog.csdn.net/sinat_34233802/article/details/69258581