New android app "BadukAI"

For discussing go computing, software announcements, etc.
lovego
Dies in gote
Posts: 61
Joined: Thu Jan 21, 2021 6:17 pm
Rank: KGS 1 dan
GD Posts: 0

Re: New android app "BadukAI"

Post by lovego »

Sorry, The 8Gen3 phone belongs to my friend, I only have the 8Gen2 device
lovego
Dies in gote
Posts: 61
Joined: Thu Jan 21, 2021 6:17 pm
Rank: KGS 1 dan
GD Posts: 0

Re: New android app "BadukAI"

Post by lovego »

akigo
Lives with ko
Posts: 186
Joined: Sun Jun 28, 2020 11:20 am
GD Posts: 0
Has thanked: 13 times
Been thanked: 154 times

Re: New android app "BadukAI"

Post by akigo »

I put the optimized weights for that network here: https://github.com/aki65/aki65.github.i ... g/v1.19.18
lovego
Dies in gote
Posts: 61
Joined: Thu Jan 21, 2021 6:17 pm
Rank: KGS 1 dan
GD Posts: 0

Re: New android app "BadukAI"

Post by lovego »

Is there a script that allows us to generate optimized weights ourselves, so that we don’t have to trouble you every time? :bow:
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: New android app "BadukAI"

Post by And »

lovego
akigo wrote:
lovego wrote:
Can you provide scripts to optimize weight? So we can change the weight we like.
It's not that simple, because:

1) The optimization needs a complex environment of third-party tools. I built that for myself over a couple of months with a lot of "trial and error" diversions. So I couldn't even give a straightforward recipe how to get there from scratch (to do that, I would have to restart from scratch again myself, and I don't have the time to do that).

2) These tools have some bugs, that have to be corrected manually during the optimization process, so anybody doing this can't just run a script, he has to understand exactly what's going on.

3) The optimization is different for each type of network, e.g. for the new KataGo 40b ones it doesn't exist yet, I still have to develop it.
akigo
Lives with ko
Posts: 186
Joined: Sun Jun 28, 2020 11:20 am
GD Posts: 0
Has thanked: 13 times
Been thanked: 154 times

Re: New android app "BadukAI"

Post by akigo »

I made a new version (1.20) available on play store https://play.google.com/store/apps/deta ... r.baduk_ai and github https://github.com/aki65/aki65.github.i ... ag/v1.20.0 which wraps up all the changes in the pre-releases on github since last September:

customization of rules
customization of board appearance
sgf tree view
animation of variations
upgrade to KataGo 1.14
support for 28b networks (on recent snapdragon devices)
lovego
Dies in gote
Posts: 61
Joined: Thu Jan 21, 2021 6:17 pm
Rank: KGS 1 dan
GD Posts: 0

Re: New android app "BadukAI"

Post by lovego »

Ha, KataGo has just released a new version 1.15.1~
akigo
Lives with ko
Posts: 186
Joined: Sun Jun 28, 2020 11:20 am
GD Posts: 0
Has thanked: 13 times
Been thanked: 154 times

Re: New android app "BadukAI"

Post by akigo »

Regarding the part of KataGo's functionality that BadukAI uses, there have been no significant changes from 1.14 to 1.15.1, so it's not urgent to upgrade. But of course I will do so sooner or later ...
lovego
Dies in gote
Posts: 61
Joined: Thu Jan 21, 2021 6:17 pm
Rank: KGS 1 dan
GD Posts: 0

Re: New android app "BadukAI"

Post by lovego »

Can BadukAi load 18b.dlc weights on the latest 8sGen3 chip phones?
akigo
Lives with ko
Posts: 186
Joined: Sun Jun 28, 2020 11:20 am
GD Posts: 0
Has thanked: 13 times
Been thanked: 154 times

Re: New android app "BadukAI"

Post by akigo »

I don't have a SD 8s gen3 phone to test it, so I can't give any guarantees. But I am quite optimistic, since (according to Qualcomm's documentation) the DSP of the SD 8s gen 3 has same architecture as SD 8 gen 2.
And
Gosei
Posts: 1464
Joined: Tue Sep 25, 2018 10:28 am
GD Posts: 0
Has thanked: 212 times
Been thanked: 215 times

Re: New android app "BadukAI"

Post by And »

Thanks again for the wonderful program! is it possible to add (or replace leela) sayuri or pachi? and support for a human-like network?
akigo
Lives with ko
Posts: 186
Joined: Sun Jun 28, 2020 11:20 am
GD Posts: 0
Has thanked: 13 times
Been thanked: 154 times

Re: New android app "BadukAI"

Post by akigo »

Sorry for the late response, I have been on vacation.

I'm currently working on integration of KataGo's human SL network into BadukAI.

Adding sayuri or pachi would be an interesting programming task, but it's a lot of work without much benefit for users, so it does not have high priority for me.
akigo
Lives with ko
Posts: 186
Joined: Sun Jun 28, 2020 11:20 am
GD Posts: 0
Has thanked: 13 times
Been thanked: 154 times

Re: New android app "BadukAI"

Post by akigo »

I made a new version available at https://github.com/aki65/aki65.github.i ... ag/v1.20.1 , which includes support for KataGo's human SL network.
lovego
Dies in gote
Posts: 61
Joined: Thu Jan 21, 2021 6:17 pm
Rank: KGS 1 dan
GD Posts: 0

Re: New android app "BadukAI"

Post by lovego »

Can you optimize the final s996 weight for 18b? Thank you very much
akigo
Lives with ko
Posts: 186
Joined: Sun Jun 28, 2020 11:20 am
GD Posts: 0
Has thanked: 13 times
Been thanked: 154 times

Re: New android app "BadukAI"

Post by akigo »

Post Reply