CEGT - rating lists June 30th 2019

Discussion of computer chess matches and engine tournaments.

Moderators: hgm, Rebel, chrisw

Daniel Shawul
Posts: 4185
Joined: Tue Mar 14, 2006 11:34 am
Location: Ethiopia

Re: CEGT - rating lists June 30th 2019

Post by Daniel Shawul »

Hi Werner,
What is actually used is the one with "uff.64_2.trt" file which was produced by the maddex net
so it is still using the maddex net. The "64" is the number of threads i.e. mt, 0/1/2 represents one of "FLOAT"/"HALF"/INT8 ..

But like I said, you can not use 40x nets only 30x nets. Even then I have to make the conversion from leela format
to tensorrt format so you can not just download and use it. Eventhough the tensorrt format is different, the weights are
ofcourse the same. I have the 32930 and 32740 net in the download so you can use one of them.

So the steps needed are put ID-32930.uff in the same directory, and it will then generate ID-32930.64_2.trt file once you change
the nn_path to point to it, and run a "go quit" on the command line.

regards,
Daniel