alphago icon indicating copy to clipboard operation
alphago copied to clipboard

How to fix bug in file end_to_end.py

Open PhamLeQuangNhat opened this issue 5 years ago • 0 comments

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?

PhamLeQuangNhat avatar Jun 16 '20 16:06 PhamLeQuangNhat