CuriosAI / sai

SAI: a fork of Leela Zero with variable komi.
GNU General Public License v3.0
103 stars 11 forks source link

Fix prob cache bug #139

Closed CGLemon closed 3 years ago

CGLemon commented 3 years ago

The value may be mistake from cache because the NNCache Entry did not record the komi. If we set the different komi with cache and got the value from prob cache at the same time, it would get the wrong value.

Vandertic commented 3 years ago

BTW thanks for the help! 😲

CGLemon commented 3 years ago

Done