|
I wish to train an NNUE for Stockfish using my own positions and evaluations, please explain how I would do this |
Answered by
xu-shawn
Sep 16, 2025
Replies: 2 comments
|
First convert your data into a compatible format (binpack), then use https://github.com/official-stockfish/nnue-pytorch to train your network. Please join the Stockfish discord if you have any further questions. |
0 replies
Answer selected by
mrgwbland
|
Here is a project aiming to make the training reproducible, which you might also find handy: https://github.com/vondele/nettest |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First convert your data into a compatible format (binpack), then use https://github.com/official-stockfish/nnue-pytorch to train your network. Please join the Stockfish discord if you have any further questions.