Hello, I've trained a deep CNN for move prediction and would like to visualize it using gogui (or a python library if anyone knows of one!). I have gogui installed and have a somewhat decent understanding of the go text protocol, although this is my first time trying to use it. I'm not looking to have my CNN play another program, instead I'd like to iterate through an existing sgf file and view the model probablities at each state of the game. So, I'm trying to write a python script which can communicate with gogui but I'm getting confused with which gogui executable from the list below I should be using:
gogui-adapter gogui-convert gogui-dummy gogui-server gogui-terminal gogui-twogtp gogui gogui-client gogui-display gogui-regress gogui-statistics gogui-thumbnailer I assume one of these should just wait for the program to give a bunch of genmove commands? Seems like gogui-regress is what I want? I see no documentation on how to use this on http://gogui.sourceforge.net/doc/index.html and the provided help isn't very helpful. Hoping someone on this mailing list has used gogui before :). Am I missing anything? Is there any easier way to visualize my model? Many thanks! -Justin Gilmer
_______________________________________________ Computer-go mailing list [email protected] http://computer-go.org/mailman/listinfo/computer-go
