Hi all, new to NNUEs, I want to create an NNUE for stockfish based on a training set with evaluations based on a custom engine.
I see here https://github.com/official-stockfish/Stockfish/blob/tools/docs/generate_training_data.md that I can generate training data from Stockfish but this is not what I want.
Please advise on how I should create a binpack using my own positions and evaluations.
#Creating binpack from custom evaluations
8 messages · Page 1 of 1 (latest)
There is a tool to convert PGNs to binpacks, sounds like an easy way to get started
https://github.com/Disservin/pgn2binpack
Thanks, what else needs to be included in the file? I believe the positions need to be evaluated right?
binpacks also store the outcome of each game
Thanks
@cinder jungle should the readme include an example of what format the converter expects? for the evaluations for example, I'm guessing it expects cutechess format? in the case of this user which only has individual positions, does he need to create a fake pgn for each position and set it as unfinished with * ?