It is currently Fri Sep 20, 2024 6:33 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 538 posts ]  Go to page Previous  1 ... 23, 24, 25, 26, 27
Author Message
Offline
 Post subject: Re: New android app "BadukAI"
Post #521 Posted: Wed Mar 20, 2024 3:42 pm 
Lives with ko

Posts: 181
Liked others: 13
Was liked: 154
The optimized weights are here: https://github.com/aki65/aki65.github.io/releases/tag/v1.19.13

If you want to let them play against each other, keep in mind that on android the optimal thread count is 2 (for both 18b and 28b)

By the way, it would be interesting to know the speed of the 28b network on SD8 gen 3 in this reference position (black to play)


Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #522 Posted: Fri Mar 22, 2024 8:58 am 
Lives with ko

Posts: 129
Liked others: 20
Was liked: 17
Latest version, B18 or B28 network -> "KG is dead/crashed" on move O. Anything I can do? Huawei Mate 20 X Android 10.
EDIT: LZ also crashes with both of its networks.

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #523 Posted: Fri Mar 22, 2024 4:18 pm 
Lives with ko

Posts: 181
Liked others: 13
Was liked: 154
The optimized 18b and 28b networks can only be loaded on Qualcomm processors. Huawei chipsets do not support all operations on NPU that are needed by these networks.

You can, however, load original KataGo networks ( either the built-in 10b or any .bin.gz file from https://katagotraining.org/networks/ ). They run on CPU, so this should work. But they are quite slow ...

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #524 Posted: Wed Apr 17, 2024 8:01 am 
Dies in gote

Posts: 57
Liked others: 0
Was liked: 0
Rank: KGS 1 dan
New b28 net snapshot!
https://drive.google.com/drive/folders/ ... drive_link

I think it should be stronger than 18b!

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #525 Posted: Sun Apr 21, 2024 6:10 am 
Lives with ko

Posts: 181
Liked others: 13
Was liked: 154
@lovego
The optimized version of the new 28b network is here: https://github.com/aki65/aki65.github.io/releases/tag/v1.19.16
How many visits/s does it yield on your device (in the reference position of my last network post) ?

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #526 Posted: Tue Apr 23, 2024 7:40 am 
Dies in gote

Posts: 57
Liked others: 0
Was liked: 0
Rank: KGS 1 dan
Sorry, The 8Gen3 phone belongs to my friend, I only have the 8Gen2 device

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #527 Posted: Thu May 09, 2024 3:59 am 
Dies in gote

Posts: 57
Liked others: 0
Was liked: 0
Rank: KGS 1 dan
https://media.katagotraining.org/upload ... 003.bin.gz

The new 28b weight is so strong!

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #528 Posted: Fri May 10, 2024 4:12 pm 
Lives with ko

Posts: 181
Liked others: 13
Was liked: 154
I put the optimized weights for that network here: https://github.com/aki65/aki65.github.io/releases/tag/v1.19.18

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #529 Posted: Fri May 10, 2024 7:00 pm 
Dies in gote

Posts: 57
Liked others: 0
Was liked: 0
Rank: KGS 1 dan
Is there a script that allows us to generate optimized weights ourselves, so that we don’t have to trouble you every time? :bow:

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #530 Posted: Sat May 11, 2024 12:19 am 
Gosei
User avatar

Posts: 1425
Liked others: 205
Was liked: 204
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.

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #531 Posted: Fri Jul 19, 2024 9:18 am 
Lives with ko

Posts: 181
Liked others: 13
Was liked: 154
I made a new version (1.20) available on play store https://play.google.com/store/apps/details?id=net.kir.baduk_ai and github https://github.com/aki65/aki65.github.io/releases/tag/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)


This post by akigo was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #532 Posted: Sat Jul 20, 2024 4:40 am 
Dies in gote

Posts: 57
Liked others: 0
Was liked: 0
Rank: KGS 1 dan
Ha, KataGo has just released a new version 1.15.1~

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #533 Posted: Sat Jul 20, 2024 7:58 am 
Lives with ko

Posts: 181
Liked others: 13
Was liked: 154
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 ...

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #534 Posted: Mon Jul 29, 2024 7:52 am 
Dies in gote

Posts: 57
Liked others: 0
Was liked: 0
Rank: KGS 1 dan
Can BadukAi load 18b.dlc weights on the latest 8sGen3 chip phones?

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #535 Posted: Mon Jul 29, 2024 2:24 pm 
Lives with ko

Posts: 181
Liked others: 13
Was liked: 154
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.

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #536 Posted: Sun Aug 11, 2024 12:47 am 
Gosei
User avatar

Posts: 1425
Liked others: 205
Was liked: 204
Thanks again for the wonderful program! is it possible to add (or replace leela) sayuri or pachi? and support for a human-like network?

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #537 Posted: Tue Aug 20, 2024 11:10 am 
Lives with ko

Posts: 181
Liked others: 13
Was liked: 154
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.


This post by akigo was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #538 Posted: Wed Aug 28, 2024 2:13 pm 
Lives with ko

Posts: 181
Liked others: 13
Was liked: 154
I made a new version available at https://github.com/aki65/aki65.github.io/releases/tag/v1.20.1 , which includes support for KataGo's human SL network.


This post by akigo was liked by: And
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 538 posts ]  Go to page Previous  1 ... 23, 24, 25, 26, 27

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group