New android app "BadukAI"
Re: New android app "BadukAI"
Kirin 990
It should be that dlc weights are not supported. Other weights are OK
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"
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!
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"
To speed up sorting of strings in python, I found this:
https://stackoverflow.com/questions/480 ... on-concern
https://stackoverflow.com/questions/480 ... on-concern
- 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"
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.
-
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"
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
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"
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"
kata1-b18c384nbt-s7405796608-d3635431045 is very strong! Can you support 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"
@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 ?
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 ?