-
Similar to [15b training](https://github.com/leela-zero/leela-zero/issues/2192), I will start to train 20b from 40b selfplays from time to time
2019/9/21
[b7e1fc49](http://zero.sjeng.org/networks/…
-
Hello.
I've built KataGo as instructed and got the following result when running `./katago benchmark`. My GPU is Intel Iris Xe Graphics.
**Edit:** Forgot to mention possibly relevant info: I'm o…
-
C[0.63 0.36 0.00 2.0 v=2000 weight=1.26];
Hi, I want know what's this means in sgf file? can you explain every number in C[] means?thanks
-
Hi, I created a repo for recording katago performance on different GPU deivces.
https://github.com/inisis/katago-benchmark
Hope this helps.
-
Since there're many games that will be played in training, I think it's reasonable to play more different moves like the following
1) move that will gain the most points
2) move that has the highest…
-
9x9 - https://drive.google.com/open?id=19QnzpENWRWk-c97HyV4NC2P-VEYE9OGd
13x13 - https://drive.google.com/open?id=1knpQd7wSC8Slqnz_Jro9VnhqQMT5sovE
These are the nets I created using three GTX 108…
-
Which GUIs are known to work with the GTP `python/play.py`?
I can't tell whether Lizzie works: I play a single move and Lizzie has been "Loading engine..." for 15min; however, when I look in the co…
-
The following figure shows a wonderful search path that could never have been reached in the previous version. (Although in the actual game move-3 is D6 and move-4 is D8, it does not directly affect t…
-
How to reproduce this issue
```
reportPerformanceEvery = 1
taskRepFactor = 16
```
In contribute mode, `maybePrintPerformanceUnsynchronized` is called after `taskRepFactor` games. In other words…
-
After Black plays `F4`, it seems to me `kata-analyse` shows the best White move is `H8`:
However, `kata-genmove_analyse` plays `J11` (not what I expected `H8`):
Why?