-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change NNUE file ? #1
Comments
Yes, it should work with another .nnue file, make sure to change the file name to your new .nnue in my init.cpp file. |
@bitArtisan1 tnx, i will experiment with different compiles .. in README you state the "NNUE Evaluation" is "Features=HalfKP(Friend)[41024->256x2],Network=AffineTransform1<-32" which means the good-old Stockfish 20 Mb ones .. lots of them exist, i once found "red neuronal", from some "Fischermann" or so, he trained many NN and maybe still does .. is your NNUE file unique ? |
No problem! No, it's not unique—it's a pre-trained network from the Stockfish repositories, and I haven't made any modifications to it. You can find it in the Stockfish NNUE database here. |
@bitArtisan1 yes, that SF db is well-known .. in the meantime i compiled Wize with several such 20 Mb NNs and let those engines play against eachother and also other NN-based engines of equal strength or having a (own) small NN (say upto 5 Mb) and see how they perform .. i used this position :
Black plays the Caro-Kann Defense and should do 2...d5 but i'm experimenting with this d6-setup in my own games. SF often plays d6-d5! soon, though wasting a tempo .. pawns can not go back ! White should be able to win such game, but with many pieces on the board it's all about good moves! soon i will post the game list here - have to prepare - but here's one nice game : your default NN wins with Black against Wize-with-Mida-NN (see https://github.com/GiacomoPorpiglia/Mida ) .. but Mida itself beats default-Wize, so i keep wondering what happens to the strength of any NN, all trained differently, in your Wize ? [Event "engine vs engine"] { https://www.lichess.org/r4UEkWWe } 1. Nf3 {+1.33/11 10s} Nf6 {-1.29/12 14s} 2. Nc3 {+1.65/11 8.3s} |
I can compile your source on Xubuntu 22.04 and i wonder : can i change the NN file and compile ? Will your search / eval logic work with any another NN ? (being the same format)
The text was updated successfully, but these errors were encountered: