It is currently Thu Mar 28, 2024 1:54 am

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 228 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 12  Next
Author Message
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #21 Posted: Sun Nov 18, 2018 7:46 am 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
Grünauer san,

My app uses Core ML. (It works on both iOS11 and iOS12)
I developed the engine on macOS originally, and supporting GTP itself is not hard.
But on my iMac(pretty old, late 2012), the performance was 1/3 times worse than Leela Zero. Currently there are no meanings to use the eingine for Lizzie.
Leela Zero is well tuned, so my engine is not good alternative until Apple removes OpenCL.
When GPU version of LZ become not available on macOS, I may consider.
Thank you!

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #22 Posted: Sun Nov 18, 2018 8:06 am 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
dng88 san,

Thank you for purchasing my app!
I will consider about ponder on/off.
Currently the app uses 1/3 memory in your iPad and the engine will stop when thr memory runs out for tree nodes. For 4GB iPad, maximum nodes are about 90,000.

Switching blank board and study board is interesting!
If you have another go board app, you may like to use both that app and my app by slide over or split view.

About variation, I am not quite sure if I understand your questions correctly.
To see variation, touch numbers(1234)button and touch a candidate move which you are interested in.
I think that the meaning of variation is the reasoning of the winrate of the candidate.
I hope that my answer makes sense for you.

Thank you!

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #23 Posted: Sun Nov 18, 2018 12:25 pm 
Tengen

Posts: 4380
Location: North Carolina
Liked others: 499
Was liked: 733
Rank: AGA 3k
GD Posts: 65
OGS: Hyperpape 4k
y_ich wrote:
The app itself works well on iPhone, but 19x19 board is too big for iPhone at present.
So I gave up to release the app as universal one.
I will devise user interface for users to play more easily.
Please wait for a while.
Thank you. I'm know it's a ton of work to take a working iPad design and make an iPhone one--almost likely starting from scratch for the UI.

_________________
Occupy Babel!

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #24 Posted: Sun Nov 18, 2018 4:01 pm 
Beginner

Posts: 2
Liked others: 0
Was liked: 0
Rank: HK 3d
KGS: Dng2d2
y_ich wrote:
dng88 san,

Thank you for purchasing my app!
I will consider about ponder on/off.
Currently the app uses 1/3 memory in your iPad and the engine will stop when thr memory runs out for tree nodes. For 4GB iPad, maximum nodes are about 90,000.

Switching blank board and study board is interesting!
If you have another go board app, you may like to use both that app and my app by slide over or split view.

About variation, I am not quite sure if I understand your questions correctly.
To see variation, touch numbers(1234)button and touch a candidate move which you are interested in.
I think that the meaning of variation is the reasoning of the winrate of the candidate.
I hope that my answer makes sense for you.

Thank you!


I would try your suggestion.

Can you save the game Sgf especially those varaiotioj I put in. Seems no way to save files. In fact for the future like Lizzie better to have a button for option (like the x key but obvious ipad use button).

Great app.

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #25 Posted: Sun Nov 18, 2018 5:49 pm 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
Grünauer san,

Thank you for your continuing reviews!
The comments of you and other people have been filed as github issues.
https://github.com/new3Rs/a_master_of_go/issues

I will consider back functionality in play mode.
About landscape mode, all two points are intended ones as the last resort^^;
I wanted to support split view, which requires apps to support landscape.
It looks not good, but buttons will escape from back of board to left-side.
I will consider improvements of landscape.

Thank you!

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #26 Posted: Sun Nov 18, 2018 8:57 pm 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
dng88 san,

I am sorry for the lack of functionalities to export or save SGFs.
I will consider to put them in the next major version.

Thank you!
I hope that you will enjoy Go better with my app.

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #27 Posted: Mon Nov 19, 2018 9:53 pm 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
Kaliwan san,

In my investication, the file format which Pandanet uses is not SGF, it is UGF.
I am sorry that currently my app does not support UGF.

There seems to be several converter programs between UGF and SGF.
Converting UGF to SGF, and converting some character code to UTF-8,
then your UGF file will be used on my app.

Sorry for inconvenience.
I hope that this information will be some helps for you.

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #28 Posted: Tue Nov 20, 2018 12:19 am 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
casch san,

SGF generated by KGS has invalid properties in root node, PC and C.
They includes ":" without escaping.
If you remove these properties by editing, my app can accept the edited one.
I am sorry for inconvenience.

I will put a workaround for it.

Thank you!

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #29 Posted: Tue Nov 20, 2018 5:11 am 
Dies in gote

Posts: 39
Liked others: 0
Was liked: 3
y_ich wrote:
Kaliwan san,

In my investication, the file format which Pandanet uses is not SGF, it is UGF.
I am sorry that currently my app does not support UGF.

There seems to be several converter programs between UGF and SGF.
Converting UGF to SGF, and converting some character code to UTF-8,
then your UGF file will be used on my app.

Sorry for inconvenience.
I hope that this information will be some helps for you.


they do have sgf files do you have an email address to send the files ?

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #30 Posted: Tue Nov 20, 2018 7:09 am 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
Kaliwan san,

Sure.
Please send the SGF to new.three.rs@gmail.com.
I will investigate it.

Thank you for your cooperation!

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #31 Posted: Thu Nov 22, 2018 4:09 pm 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
Hello, everyone.

The first update has been released!

Here is a changelog.

- bug-fix that previous variation remained in candidate variation mode.
- improved English and Chinese.
- take-back functionality in play mode. Please touch the stone you played just before.
- improved UI for viewing AI self-play
- bug-fix that could not read SGF with Windows new line(CRLF)
- try to read invalid SGFs

I appreciate everyone here to report these issue and hope that you guys like my app more.

And may I ask you a favor?
My app have gotten only three ratings in App Store...
The number of installed is not shown in App Store, so the number of ratings is an alternative impression for new customers.
Could you put your rating for my app in App Store?

Thank you!


This post by y_ich was liked by: fireproof
Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #32 Posted: Thu Nov 29, 2018 4:16 pm 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
Hello, everynone.

The second update was released!

Finally, iPhone support with magnifying glass UI.
And SGF export with share button.

I hope that you will enjoy my app more.


This post by y_ich was liked by: Bonobo
Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #33 Posted: Thu Nov 29, 2018 5:24 pm 
Oza
User avatar

Posts: 2221
Location: Germany
Liked others: 8262
Was liked: 924
Rank: OGS 9k
OGS: trohde
Universal go server handle: trohde
Could it be that it’s not available in the German App store? I just searched it with my new-ish iPhone 7 and all it offers was Master of Gomoku :-?

And may I suggest that you edit the first post’s subject line so that it contains the app’s name? (And since it now is for iPhone also you could also replace “for iPad” with “for iOS”.)

Regards, Tom

_________________
“The only difference between me and a madman is that I’m not mad.” — Salvador Dali ★ Play a slooooow correspondence game with me on OGS? :)

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #34 Posted: Thu Nov 29, 2018 6:06 pm 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
Bonobo san,

I am sorry for forgetting the app URL.
Could you try the following URL for German?
https://itunes.apple.com/de/app/%E5%9B% ... 35374?mt=8

Certainly I will try to edit the subject of the first post!^^


This post by y_ich was liked by: Bonobo
Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iOS with that strong neural network
Post #35 Posted: Thu Nov 29, 2018 8:20 pm 
Tengen

Posts: 4380
Location: North Carolina
Liked others: 499
Was liked: 733
Rank: AGA 3k
GD Posts: 65
OGS: Hyperpape 4k
Awesome! I've bought it and analyzed two games so far. Now I just need a new iPhone. Can anyone comment on how fast it does playouts on an XR or XS?

_________________
Occupy Babel!

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iPad with that strong neural network
Post #36 Posted: Thu Nov 29, 2018 11:23 pm 
Beginner

Posts: 8
Liked others: 3
Was liked: 0
y_ich wrote:
Could you put your rating for my app in App Store?


Done.

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iOS with that strong neural network
Post #37 Posted: Thu Nov 29, 2018 11:26 pm 
Beginner

Posts: 8
Liked others: 3
Was liked: 0
hyperpape wrote:
Awesome! I've bought it and analyzed two games so far. Now I just need a new iPhone. Can anyone comment on how fast it does playouts on an XR or XS?


On iPhone X it is 14-15 nps.

What is nps?

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iOS with that strong neural network
Post #38 Posted: Fri Nov 30, 2018 4:00 am 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
hyperpage san,

Thank you for purchasing my app!
I am asking my users to tell me nps on Twitter if they have XR or XS, but currently no responses...
In my estimation based on the comparison between A12X and A12, XR or XS will achieve about 100 nps. But I am not sure.

When I get some related information, I will tell you it.

Thank you!

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iOS with that strong neural network
Post #39 Posted: Fri Nov 30, 2018 4:07 am 
Dies with sente

Posts: 112
Liked others: 0
Was liked: 36
Rank: Tygem 7d
casch san,

Thank you for rating my app!

And also thank you for information about iPhone X.
It is quite helpful for me.

Nps means number of playouts per sencond.

In the time parity condition, large nps means strong.
Or you can get a certain search result quickly if nps is large.
(Even if nps is not large on your device, giving the app time eventually let the app show similar result as powerful devices.)

Thank you!

Top
 Profile  
 
Offline
 Post subject: Re: A Go AI app for iOS with that strong neural network
Post #40 Posted: Fri Nov 30, 2018 7:22 am 
Dies in gote

Posts: 39
Liked others: 0
Was liked: 3
On An Empty Board

iPhone 5s, 1.1 N/s
iPhone 6 Plus, 1.4 N/s
iPhone X, 13-15 N/s
iPhone Xs Max, 130-160 N/s
iPad Air 2, 2.6 N/s

For Devices Lower than A12 it will be nice to be able to start the study on demand else its impossible to scroll all the way to the move you really want to study
The magnifying option should be disabled by default on iPads

Thanks !!!


Last edited by Kaliwan on Sun Dec 02, 2018 2:47 am, edited 1 time in total.

This post by Kaliwan was liked by: ez4u
Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 228 posts ]  Go to page Previous  1, 2, 3, 4, 5 ... 12  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