alphago icon indicating copy to clipboard operation
alphago copied to clipboard

Reference implementation of DeepMinds AlphaGo based on "Deep Learning and the Game of Go"

Results 1 alphago issues
Sort by recently updated
recently updated
newest added

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...