tensorboard--[[Node: inputs/x_input = Placeholder[dtype=DT_FLOAT, shape=[], _device="/job:localhost

错误1:
[[Node: inputs/x_input = Placeholder[dtype=DT_FLOAT, shape=[],
 _device="/job:localhost/replica:0/task:0/cpu:0"]()]]
先运行tf.reset_default_graph(),清除图层,再注释掉tf.reset_default_graph(),运行代码即可
'''

猜你喜欢

转载自blog.csdn.net/qq_21161993/article/details/83449326