Nyarpy wrote:Thank you so much! I just used this to analyze a couple of my reverse komi games, and it works exactly as I would have hoped.
Glad to see its working well for you
mb76 wrote:A) goreviewpartner-v0.15-PhoenixGo returns the following errors: See attachments 2x.
Yes, it is a mistake in the configuration, command should be
PhoenixGo\bin\mcts_main.exe not
PhoenixGo-win-x64-cpuonly-v1\bin\mcts_main.exe. I am uploading a new package with correct config inside.
mb76 wrote:B) There are no GPU (cuda) profiles in GRP-PhoenixGo?
The executable are different and to save space I only proposed the cpu only. PhoenixGo support a lot of different hardward (opencl, cuda and tensoorflow) but the configuration is a bit complicated. There is a part of PhoenixGo documentation that describes in details how to set GRP for PhoenixGo here:
https://github.com/Tencent/PhoenixGo/bl ... partner.md
mb76 wrote:I also have three feature request (for the next version...):
A) Batch analysis to .rsgf
I know there is a guide for batch analysis but I could not figure it out how it works.
Well noted, I will see if I can make something with a graphical interface for batch analysis.
mb76 wrote:B) Batch convert .rsgf to .sgf
Same as above, the feature exists, but command line only.
mb76 wrote:C) To swap "White Value Network" with "White to play....". For example: See attachment.
Because when I open a analyzed .sgf on a mobile phone the Value Network is not visible (have to scroll down)
For this one, I think "White to play...." is still important (maybe I can display ot somewhere else, but for now, GRP interface is a bit confusing so it's important).
Now, my guess is that you are opening the conversion of RSGF into SGF on your mobile phone right? Maybe for the SGF conversion, I can simply remove that line?
Drew wrote:Is there a way to support high-dpi screens with GRP? I'm running it on Ubuntu with a 4k monitor and the menus and text are almost unreadable because they don't scale with my system UI settings.
It seems it is possible: maybe tkinter won't detect the value properly, but it should be possible to add a manual setting. (https://github.com/pnprog/goreviewpartner/issues/5)
Problem is that I don't own a 4k monitor myself, so I have no way to test that myself. If you have time, you could help me implementing the feature by testing it?Edit: Had a quick test to change the dpi on my computer, the size of widget (like buttons) change, but the text is as small as before

I need to search more for a solution.