Ya Tienna
Ya Tienna
It is because lizgoban tells nothing meaningful. Shouldn't it tell the user: **which `config.json` file it read the which line cause err?** Python for example: ```js $ python report_err.py Traceback...
@jackiesteed Do u just want a mobile version? Well, KataGo is written in C++, so it's cross-platform, you can compile. But none official arm64 release yet. However, many GUIs has...
@jackiesteed But is far more than sufficient already. With - KG b15/20 neural network models - recent mobile chips, A14 or 8gen3 - around 2 seconds per move You can...
And via `b✕c✕c` speed formula [from LeelaChessZero userguide](https://lczero.org/play/networks/basics/#network-structure), I add z axis to see how many evaluations at equal time. 
Some media [once asked](https://www.163.com/dy/article/FP8F9RPS0529BOGK.html) the same question at 2020, ``` Why is this AI named KataGo? As I understand things, 'kata' is a word originally from Japanese that has now...
Because C++ is cross-paltform, the compile steps of arm-linux and amd-linus are **exactly the same**. Just follow the guide of KataGo Compile Doc.
It is not fuse. it's `modprobe` to set fuse. Perhaps you confused the point.
Oh my buddy, there is only one parameter `maxSimultaneousGames` to fill in. For GPU parameters, just copy the gened gtp.cfg file.
It had done several years ago. And there are few kinds of search limits, choose one of them: - training: [Playout Cap Randomization](https://arxiv.org/pdf/1902.10565#subsection.3.1) - trained: - gtp: [kata-set-param PARAM VALUE](https://github.com/lightvector/KataGo/blob/master/docs/GTP_Extensions.md)...
There is a trade-off: faster or stronger? In my raw view, 32/64 is for computers, and 16/8 is for pad/phone/micro-control-unit/etc. KataGo is for computers, even it runs on any hardware...