CuriosAI / sai

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

will sai use quantize on 20x256 nets? #127

Closed l1t1 closed 4 years ago

l1t1 commented 4 years ago

such as https://github.com/leela-zero/leela-zero/blob/next/training/tf/quantize_weights.py

Vandertic commented 4 years ago

I think it can be done in the same way as LZ (more or less). I don't see if there is actually a strong reason to do this though. Maybe some user could try to quantize the official weights and we can check if there is strength loss?

l1t1 commented 4 years ago

thanks