ikatago-server
ikatago-server copied to clipboard
Is it possible to use Colab to run Katago for KaTrain?
I had success with using iKatago to run a Katago engine on Google Colab on my local Lizzie, which is awesome (Thanks) ! However, when trying to use the same engine setup with KaTrain, I hit the following error:
ERROR: Unexpected exception Expecting value: line 1 column 1 (char 0) while processing KataGo output b'? unknown command'
(See attached for the error screenshot & KaTrain debug console)
On KaTrain's github, they stated that "you can override the entire command used to start the analysis engine, which can be useful for connecting to a remote server. Do keep in mind that KaTrain uses the analysis engine of KataGo, and not the GTP engine." I wonder if there's a way to modify it so it could use the iKatago server's engine?
Any help on this would be greatly appreciated!