-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能否更新最強的權重? #113
Comments
It takes time to convert the desktop model to mobile model. And 20elo is really a little one, you can check the elo-winrate formula via google or bing. 250elo means 80% winrate, that's a big elo. |
@HackYardo Converting models is very easy, I think we can do it ourselves if we have some tools. I am familiar with the Elo formula. The 20 Elo difference mentioned here is based on rated games with 600 playouts per game, so you can assume that the Elo difference will be greater as the number of playouts increases. Updating the network from time to time is necessary, and it's not just for me. Why did you mention 250 Elo? Are you just talking about an 80% win rate? |
Not that easy, u can see KataGo issue 321, the author of KaTrain failed too. |
I uploaded the new model here: https://github.com/aki65/aki65.github.io/releases/tag/v1.19.6 |
Will you update the last and strongest 18b network? Additionally, 28b also has a strongest network. Can you release them simultaneously? Thank you! |
I will do it when I have enough time to spare, but I don't consider this urgent, since
|
I look forward to the update of the strongest b28 network. |
目前最強的網絡是在九月發布的18bs7405,但是現在官網上最強的網絡等級分差異已經超過20elo。
可不可以每隔一段時間或出現明顯更強的網絡的時候就發布最強的權重?
The text was updated successfully, but these errors were encountered: