Page 36 of 37

Re: New android app "BadukAI"

Posted: Tue Apr 23, 2024 7:40 am
by lovego
Sorry, The 8Gen3 phone belongs to my friend, I only have the 8Gen2 device

Re: New android app "BadukAI"

Posted: Thu May 09, 2024 3:59 am
by lovego

Re: New android app "BadukAI"

Posted: Fri May 10, 2024 4:12 pm
by akigo
I put the optimized weights for that network here: https://github.com/aki65/aki65.github.i ... g/v1.19.18

Re: New android app "BadukAI"

Posted: Fri May 10, 2024 7:00 pm
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:

Re: New android app "BadukAI"

Posted: Sat May 11, 2024 12:19 am
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.

Re: New android app "BadukAI"

Posted: Fri Jul 19, 2024 9:18 am
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)

Re: New android app "BadukAI"

Posted: Sat Jul 20, 2024 4:40 am
by lovego
Ha, KataGo has just released a new version 1.15.1~

Re: New android app "BadukAI"

Posted: Sat Jul 20, 2024 7:58 am
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 ...

Re: New android app "BadukAI"

Posted: Mon Jul 29, 2024 7:52 am
by lovego
Can BadukAi load 18b.dlc weights on the latest 8sGen3 chip phones?

Re: New android app "BadukAI"

Posted: Mon Jul 29, 2024 2:24 pm
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.

Re: New android app "BadukAI"

Posted: Sun Aug 11, 2024 12:47 am
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?

Re: New android app "BadukAI"

Posted: Tue Aug 20, 2024 11:10 am
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.

Re: New android app "BadukAI"

Posted: Wed Aug 28, 2024 2:13 pm
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.

Re: New android app "BadukAI"

Posted: Wed Sep 25, 2024 6:44 am
by lovego
Can you optimize the final s996 weight for 18b? Thank you very much

Re: New android app "BadukAI"

Posted: Mon Oct 07, 2024 2:10 pm
by akigo