alphago
alphago copied to clipboard
How to fix bug in file end_to_end.py
I tried to run file end_to_end.py and got this error: raise ValueError("Tensor %s is not an element of this graph." % obj) ValueError: Tensor Tensor("dense_2_1/Softmax:0", shape=(?, 361), dtype=float32) is not an element of this graph.
How to fix this bug?