-
@TowelSniffer, I made another improvement to the templates that you might find interesting. The current template assumes that all lines of play in the problem are correct solutions. As long as you onl…
-
Two problems with these SGF files as generated by the **"SGF with AI review"** button.
Firstly, there's some issue where moves in the variations have a good chance of being the wrong colour, i.e. b…
-
when i run "python3 main.py preprocess data/other/tmp/wuqingyuan/" get this error info:
366 sgfs found.
Estimated number of chunks: 17
Traceback (most recent call last):
File "main.py", line 94…
-
This is the phase where KataGo made the worst mistake by failing to search a mere 30~40 moves.
Incidentally, FineArt also failed to come to the correct conclusion, so this seems to be a problem for …
-
Many times I'd like to see a certain move past the RESIGN point but not all the way to the end. I have to kill it manually and it does not end well with CTRL+C.
-
Thank you for what I know was a lot of work and which I hope will improve my go playing and analysis
I know some python, the python installed as a system default is Anaconda 3.6 so I am using a winpy…
-
Could we add the captioned function, so that the review results in exported sgf could be more intuitive and educational.
I know goreviewpartner could do it on its own panel, but enabling the featu…
-
I was editing an SGF and I had added a few variations since the last time I saved. I was trying to copy-paste some of the text in one of the SGF comments, but I accidentally pressed Ctrl-V before clic…
-
Hi there, I am trying to calculate `sigmoid` of `&[Decimal]` here, which fails while using Decimal but works fine after being converted to `f64`, is this expected behaviour or a bug?
```rust
const…
-
It appears that lizzieyzy handles SGF placements incorrectly when those placements are used in SGF commentaries to demonstrate alternative board positions in the middle of a game. Here is an attached …