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

来源:互联网 发布:韩火火的淘宝店 编辑:程序博客网 时间:2024/06/05 03:35
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就行了。。一个个的巨坑

3 0
原创粉丝点击