ValueError: Tensorflow error: “Tensor must be from the same graph as Tensor…”

ValueError: Tensorflow error: “Tensor must be from the same graph as Tensor…”
错误详情

可能有多个计算图,尝试删除:
with tf.Graph().as_default():
参考链接:
https://stackoverflow.com/questions/42616625/valueerror-tensor-must-be-from-the-same-graph-as-tensor-with-bidirectinal-rnn-i

猜你喜欢

转载自blog.csdn.net/weixin_41038905/article/details/79051852
今日推荐