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 »

Kirin 990

It should be that dlc weights are not supported. Other weights are OK
go4thewin
Lives with ko
Posts: 150
Joined: Thu Jan 23, 2020 6:09 am
Rank: 25 kyu
GD Posts: 0
Has thanked: 200 times
Been thanked: 30 times

Re: New android app "BadukAI"

Post by go4thewin »

I know this is a longshot and offtopic, but akigo, since you are such a tensorflow wizard and a charitable person I thought I would try :bow: . Would you know if there is any way force GPU support of the sorting of abstracts in this hobby project I am using to learn python:

https://github.com/GithubUser017/Entrez ... on_Windows

The code is here:

https://github.com/GithubUser017/Entrez ... rch_gui.py

It is very slow because it sorts and organizes the abstracts using only one CPU thread. Whether you have time to look at it or not, sincere thanks for your wonderful project!
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 »

To speed up sorting of strings in python, I found this:

https://stackoverflow.com/questions/480 ... on-concern
User avatar
Harleqin
Lives in sente
Posts: 921
Joined: Sat Mar 06, 2010 10:31 am
Rank: German 2 dan
GD Posts: 0
Has thanked: 401 times
Been thanked: 164 times

Re: New android app "BadukAI"

Post by Harleqin »

Are you sure (i. e. have you profiled) that the sorting step is your bottleneck, instead of, say, using a scripting language or that sleep(1) in the middle?
A good system naturally covers all corner cases without further effort.
go4thewin
Lives with ko
Posts: 150
Joined: Thu Jan 23, 2020 6:09 am
Rank: 25 kyu
GD Posts: 0
Has thanked: 200 times
Been thanked: 30 times

Re: New android app "BadukAI"

Post by go4thewin »

Thanks so much for the replies, will look into it!
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 »

on the new device (android 11), the "load" button is not active after selecting a network for loading. I tried versions 1.18.0 and the latest 1.18.3 (baduk_ai__armeabi-v7a). what are the possible reasons? it works fine on android 7 devices :)
https://imgur.com/a/p4N6EW8
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 »

.bin is not a loadable model extension. Should be .bin.gz
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 »

thank you very much!
in this phone when downloading ".bin.gz" turns into ".bin" :o
after renaming it works :D
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 »

KataGo 1.13.0 is released, can BadukAI update it? :salute:
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 »

@lovego

Update to KataGo 1.13.2 is here: https://github.com/aki65/aki65.github.i ... ag/v1.18.7
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 »

wonderful! will it be for 32 bits?
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 added a 32 bit version to release 1.18.7.

Be aware that .dlc files can't be loaded with the 32 bit version (Qualcomm doesn't support that).
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.19) 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.19.0 which wraps up all the changes in the pre-releases on github of the past months.
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 »

kata1-b18c384nbt-s7405796608-d3635431045 is very strong! Can you support it :salute:
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 »

@lovego

I put an optimized version of kata1-b18c384nbt-s7405796608-d3635431045 here: https://github.com/aki65/aki65.github.i ... ag/v1.19.1

By the way, in version 1.19 I have implemented "parallel evaluation" for the 18b networks, but it depends on the chipset if that really yields an increase in performance. Could you please try on Snapdragon 8 gen 2, if there is any speed difference when you tick "parallel evaluation" in settings ?
Post Reply