It is currently Mon Mar 18, 2024 10:37 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 520 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19, 20, 21 ... 26  Next
Author Message
Offline
 Post subject: Re: New android app "BadukAI"
Post #341 Posted: Tue Mar 09, 2021 1:35 pm 
Lives with ko

Posts: 172
Liked others: 13
Was liked: 151
And wrote:
on my tablet, in the latest version, the buttons at the top have become smaller,


That is intended. Before, the buttons were quadratic. And on a phone the top row is much higher (in relation to screen height) than on your tablet, otherwise the text would not be readable. Therefore the buttons are also much wider on a phone,so that they take about half of the screen width altogether. On small phones, this means that there is not enough space for the status text which can be quite long (KG is pondering). So I made the buttons slimmer (less width than height).

And wrote:
... at the bottom part of the image goes beyond the screen


The plan was, that the "own" button is as wide as the move buttons, so that there is exactly one move button less on the screen. On my phone it exactly turns out that way, but it seems that the scaling is different on your tablet. I will see if I can find the reason for that and fix it.

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #342 Posted: Tue Mar 09, 2021 2:43 pm 
Gosei
User avatar

Posts: 1348
Liked others: 202
Was liked: 203
and maybe make the buttons of the first and second row from the bottom the same size? then you can move the "own" and "pass" buttons to an empty space. some of the buttons are very small, while some are very large

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #343 Posted: Tue Mar 09, 2021 2:55 pm 
Lives with ko

Posts: 150
Liked others: 200
Was liked: 30
Rank: 25 kyu
Wow i cant believe how fast you make the optimized network. Thatis really amazing.

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #344 Posted: Wed Mar 10, 2021 10:57 am 
Dies in gote

Posts: 54
Liked others: 60
Was liked: 10
And wrote:
some of the buttons are very small, while some are very large

yes, some buttons are too small.
in connection with the end of the training LZ can replace the network with the latter?
the green line on the winrate graph is in stark contrast, perhaps blue or purple would be better?

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #345 Posted: Wed Mar 10, 2021 8:18 pm 
Lives in sente
User avatar

Posts: 866
Liked others: 318
Was liked: 345
go4thewin wrote:
Wow i cant believe how fast you make the optimized network. Thatis really amazing.

How many playouts per second is the 40block engine getting?

_________________
- Brady
Want to see videos of low-dan mistakes and what to learn from them? Brady's Blunders

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #346 Posted: Thu Mar 11, 2021 4:41 am 
Lives with ko

Posts: 150
Liked others: 200
Was liked: 30
Rank: 25 kyu
My mistake, I miswrote, I meant how fast he released the net. In terms of playouts, its probably faster than the non-optimized 20b net. On Snapdragon 625, 4gb ram, I get maybe 2 playouts/second, somewhere between 1-2. Which is really nice for these devices :clap:


This post by go4thewin was liked by: wineandgolover
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #347 Posted: Thu Mar 11, 2021 1:46 pm 
Lives with ko

Posts: 172
Liked others: 13
Was liked: 151
wineandgolover wrote:
How many playouts per second is the 40block engine getting?


On my Oneplus 7t from 2019 (Snapdragon 855+) I get around 40 playouts per second.

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #348 Posted: Fri Mar 19, 2021 9:15 am 
Lives in gote

Posts: 337
Liked others: 22
Was liked: 97
9x9 game, H2, komi 7.5

B: CrazyStoneDL 5d
W: BadukAI, 10s/move, Samsung s20+, network : b40c256-s7087...

Result : W+R

BadukAI wins more than 50% of these games against CSDL (5d, H2, komi 7.5) but usually loses with H2, komi 0.

What a wonderful program !


Attachments:
kk.sgf [380 Bytes]
Downloaded 1160 times
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #349 Posted: Mon Apr 05, 2021 8:17 am 
Lives with ko

Posts: 172
Liked others: 13
Was liked: 151
I released a new optimized version of the s680 network in https://github.com/aki65/aki65.github.io/releases/tag/v1.8.2.

The main difference from the previous version is that it runs much faster on the new snapdragon 888 chipset, so if you use such a device, you should definitely download it. On other devices the speed increase is minimal.


This post by akigo was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #350 Posted: Sat Apr 17, 2021 10:08 am 
Lives with ko

Posts: 172
Liked others: 13
Was liked: 151
I made a new version (1.9) 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.9.0 with the following changes:

All built-in networks are optimized in a new way (which also works on snapdragon 888).
The built-in LZ 40b network is updated to final LZ 287.
You can now side-load optimized LZ networks (e.g. the "LeelaMaster GX78" included in this release). To do so, save LeelaMaster_GX78.tflite and LeelaMaster_GX78_tail.tflite in the same directory anywhere on your device. Then tap on the first field in the settings and select LeelaMaster_GX78.tflite in the file dialog (NOT the other one).
Analysis results are now persistent, i.e. if you analyse a whole game and then navigate through the moves, you will always see all the moves and variations analyzed before. Moreover, the analysis results are saved in the sgf on "save sgf" and reloaded on "load sgf".
The sgf reader is more tolerant, so that you should be able to read more sgf files from other go apps or sites.
Some small layout improvements were added.


This post by akigo was liked by 2 people: And, go4thewin
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #351 Posted: Sun May 09, 2021 12:29 pm 
Dies in gote

Posts: 30
Liked others: 0
Was liked: 3
Rank: KGS 2 kyu
KGS: WinPooh
IGS: WinPooh
DGS: WinPooh
akigo wrote:
I made a new version (1.9) available on play store https://play.google.com/store/apps/details?id=net.kir.baduk_ai

PlayStore says this app is not available in my country (Russia).
Is this a bug or a feature?

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #352 Posted: Fri May 14, 2021 12:15 am 
Dies in gote

Posts: 51
Liked others: 0
Was liked: 0
Rank: KGS 1 dan
Is there an updated acceleration weight? Now the strongest is
kata1-b40c256-s8003455744-d1941206379

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #353 Posted: Fri May 14, 2021 9:25 am 
Lives with ko

Posts: 172
Liked others: 13
Was liked: 151
WinPooh wrote:
PlayStore says this app is not available in my country (Russia).
Is this a bug or a feature?


It's a bug. I corrected it. Hope it works for you now.

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #354 Posted: Sat May 15, 2021 12:24 pm 
Dies in gote

Posts: 30
Liked others: 0
Was liked: 3
Rank: KGS 2 kyu
KGS: WinPooh
IGS: WinPooh
DGS: WinPooh
akigo wrote:
WinPooh wrote:
PlayStore says this app is not available in my country (Russia).
Is this a bug or a feature?


It's a bug. I corrected it. Hope it works for you now.


Thank you!
I've already installed the app via guthub :)
Works fine!

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #355 Posted: Sun May 16, 2021 2:49 pm 
Lives with ko

Posts: 172
Liked others: 13
Was liked: 151
lovego wrote:
Is there an updated acceleration weight? Now the strongest is
kata1-b40c256-s8003455744-d1941206379


I published an optimized version of kata1-b40c256-s8096761856-d1963946463 at https://github.com/aki65/aki65.github.io/releases/tag/v1.9.2


This post by akigo was liked by: And
Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #356 Posted: Wed May 19, 2021 8:45 pm 
Dies in gote

Posts: 51
Liked others: 0
Was liked: 0
Rank: KGS 1 dan
akigo wrote:
lovego wrote:
Is there an updated acceleration weight? Now the strongest is
kata1-b40c256-s8003455744-d1941206379


I published an optimized version of kata1-b40c256-s8096761856-d1963946463 at https://github.com/aki65/aki65.github.io/releases/tag/v1.9.2


Aha, thank you very very much!!

What's the version of katago in baduk_ai? Is it 1.7.0?
Now the official katago version has been updated to 1.8.2!

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #357 Posted: Thu May 20, 2021 2:54 pm 
Lives with ko

Posts: 172
Liked others: 13
Was liked: 151
BadukAI uses a revision of katago that is just a few commits before release 1.8.0. So it still issues "1.7.0" as its version number, but the functionality is pretty much identical to 1.8.0.

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #358 Posted: Thu Jun 17, 2021 8:35 pm 
Dies in gote

Posts: 51
Liked others: 0
Was liked: 0
Rank: KGS 1 dan
can you provided an optimized 15b or 60b network? I want to test it

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #359 Posted: Sun Jun 20, 2021 9:23 am 
Lives with ko

Posts: 172
Liked others: 13
Was liked: 151
The latest 15b network is about 1000 Elo weaker than the latest 20b network, so even at time parity 20b is much stronger, so I don't think that it makes sense to invest time on 15b.
60b would be very interesting, but I need the raw TF weights (the second download column on kata1 webpage) and these were not yet published for any 60b network. As soon as they are available, I will try on that one.

Top
 Profile  
 
Offline
 Post subject: Re: New android app "BadukAI"
Post #360 Posted: Sun Jun 27, 2021 9:59 pm 
Dies in gote

Posts: 51
Liked others: 0
Was liked: 0
Rank: KGS 1 dan
KataGo 1.9.0 has released!

It say KataGo might be somewhere around 75 Elo stronger than v1.8.2 with the same latest neural nets. It's a very big improvement! I hope BadukAi can be used it soon.

And the weight s908 is much better than s809, I hope it can be updated as well. ^-^

Thank you very much!

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 520 posts ]  Go to page Previous  1 ... 15, 16, 17, 18, 19, 20, 21 ... 26  Next

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