Pierre
Pierre
Hi, Can you share a sgf file where last move doesn't get analysis? I cannot reproduce the issue.
Yes you are somehow right, in fact, half the analysis is performed: + LeelaZero provides the alternative moves for the position + But the win rate of that last move...
Hi! I think it does already. Something like: ` ssh -X [email protected] python2 /home/user/GRP/main.py ` or something like: ` ssh [email protected] python2 /home/user/GRP/leela_zero_analysis.py --no-gui mygame.sgf ` You can check the...
Thanks for reporting the issue, I will look into it :)
Hi, Thanks for the PR, and sorry for low reactivity, I slowly trying to get back into GRP development. I had never heard about "submodule" until today, so I will...
Hi! This is going to be hard to troubleshoot! May I first ask if you are using windows, macos or linux? Are you running a released version like v0.11.2, or...
Hi! I fixed a situation in the code that could be responsible for your issue (it's just that it won't happen on other computers for some reason) https://github.com/pnprog/goreviewpartner/commit/33e14c0f5487c90ef6d8535de1190e1363231ac0 Could you...
Hi! Thanks for the suggestion. I think a web version of the application would be possible, at least to be used as a RSGF viewer: + One direct benefit is...
Hi! This is most probably due to me starting to add the "tabbed goban" features (this is still work in progress). The tabs are provided by tkinter-tix (they are called...
Right at the moment, I rewriting this to use **ttk** instead of **tix**, as both propose a very similar Notebook widget, but **ttk** seems a bit more convenient. So it's...