Search found 5 matches

by Tiktaalik
Mon Jun 19, 2017 3:05 pm
Forum: Announcements
Topic: Announcing GoReviewPartner - v0.15 with Pachi and PhoenixGo
Replies: 309
Views: 338989

Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/


This is apparently an issue running Ray. I forgot to mention that Ray needs CNTK to be used. CNTK can be downloaded there: https://github.com/Microsoft/CNTK/releases

Please have a try after installing CNTK and let me know.
Actually, I had already installed CNTK and was running Rayon ...
by Tiktaalik
Sat Jun 17, 2017 4:24 am
Forum: Computer Go
Topic: rn-4.2.5 how to use
Replies: 21
Views: 18327

Re: rn-4.2.5 how to use

as0770 wrote:In fact it is a GPU compile.

OK, I can actually "run" your Rayon binary in the GPU mode, but then I get the following:

./rayon
Init CNTK
Segmentation fault (core dumped)

Maybe the GPU version has to be tailored for each specific hardware? I don't know..
by Tiktaalik
Fri Jun 16, 2017 4:19 pm
Forum: Announcements
Topic: Announcing GoReviewPartner - v0.15 with Pachi and PhoenixGo
Replies: 309
Views: 338989

Re: Announcing GoReviewPartner - v0.7 (now supporting zakki/

Thanks for the lovely tool. I enjoyed using it with Leela.
However, I could not run it with Rayon for some reason. I got the following error message:

-----

bot selection: Ray
white only
========= move selection
[2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46 ...
by Tiktaalik
Fri Jun 16, 2017 4:05 pm
Forum: Computer Go
Topic: rn-4.2.5 how to use
Replies: 21
Views: 18327

Re: rn-4.2.5 how to use

My way was a little bit different, also on Ubuntu 16.04:

Download the cntk binaries
Go to the Script subfolder and start "./install-cntk.sh --py-version 35".
Edit the Rayon Makefile: CNTKDIR =/.../cntk
And add to CFLAGS: -D _GLIBCXX_USE_CXX11_ABI=0
Before that I had to install anaconda3: m
and ...
by Tiktaalik
Thu Jun 15, 2017 3:12 pm
Forum: Computer Go
Topic: rn-4.2.5 how to use
Replies: 21
Views: 18327

Re: rn-4.2.5 how to use

I recently managed to compile and successfully run the GPU version of Rn-4.2.5 on Ubuntu Linux 16.04 LTS after some struggles.
Since there seems to be no summary of how to set it up on Ubuntu, let me share my experience with you..

1. Install CNTK

This installation takes time and you will be ...