Very good question. Thanks !Werner wrote: ↑Mon Sep 28, 2020 6:11 pm Hi Vivien,
thanks for the new version.
How do I see that the net is correct loaded?
e.g. in command promt:
info string This is Minic version 2.50 (NNUE available)
setoption name NNUEFile value nn.bin
ucinewgame
go depth 1
info depth 1 score cp 1 time 1 nodes 23 nps 22999 seldepth 1 pv d2d4 tbhits 0
bestmove d2d4
Minic will display
"This is Minic version 2.50 (NNUE available)"
as soon as the binary is compiled with NNUE activated and this is the case for all the ones I give.
To double check a net is loaded I recommend this two tricks :
- be sure Minic is slower than usual (can be done without changing anything, just looking at nps).
- you can try to use the -quiet 0 command line option (just for a test, not always activated). You will then see
Code: Select all
info string Info 2020-09-28 18:21:31-663: Locking other threads
info string Info 2020-09-28 18:21:31-663: Calling main thread search
info string Info 2020-09-28 18:21:31-663: Search launched for thread 0
info string Info 2020-09-28 18:21:31-663: NNUE evaluation using Tourney/nn.bin enabled. <============== HERE !
info string Info 2020-09-28 18:21:31-663: Search params :
info string Info 2020-09-28 18:21:31-663: requested time 2592000000
info string Info 2020-09-28 18:21:31-663: requested depth 50