Page 34 of 37
Re: New android app "BadukAI"
Posted: Mon Feb 20, 2023 6:49 pm
by lovego
Kirin 990
It should be that dlc weights are not supported. Other weights are OK
Re: New android app "BadukAI"
Posted: Sat Mar 25, 2023 9:53 am
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

. 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!
Re: New android app "BadukAI"
Posted: Wed Mar 29, 2023 12:18 pm
by akigo
To speed up sorting of strings in python, I found this:
https://stackoverflow.com/questions/480 ... on-concern
Re: New android app "BadukAI"
Posted: Thu Mar 30, 2023 8:52 am
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?
Re: New android app "BadukAI"
Posted: Fri Mar 31, 2023 8:31 pm
by go4thewin
Thanks so much for the replies, will look into it!
Re: New android app "BadukAI"
Posted: Mon Apr 24, 2023 11:13 pm
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
Re: New android app "BadukAI"
Posted: Tue Apr 25, 2023 2:28 pm
by akigo
.bin is not a loadable model extension. Should be .bin.gz
Re: New android app "BadukAI"
Posted: Tue Apr 25, 2023 8:21 pm
by And
thank you very much!
in this phone when downloading ".bin.gz" turns into ".bin"

after renaming it works

Re: New android app "BadukAI"
Posted: Mon May 22, 2023 10:07 pm
by lovego
KataGo 1.13.0 is released, can BadukAI update it?

Re: New android app "BadukAI"
Posted: Fri May 26, 2023 10:39 am
by akigo
Re: New android app "BadukAI"
Posted: Fri May 26, 2023 10:45 am
by And
wonderful! will it be for 32 bits?
Re: New android app "BadukAI"
Posted: Sun May 28, 2023 2:45 pm
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).
Re: New android app "BadukAI"
Posted: Sat Sep 02, 2023 9:34 am
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.
Re: New android app "BadukAI"
Posted: Fri Sep 08, 2023 9:07 am
by lovego
kata1-b18c384nbt-s7405796608-d3635431045 is very strong! Can you support it

Re: New android app "BadukAI"
Posted: Sun Sep 10, 2023 12:57 pm
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 ?