-
Notifications
You must be signed in to change notification settings - Fork 614
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
The Ceres networks are in onnx format so we would like to get them running with the lc0 onnx backend. As far as I know, the input format is a bit different but the outputs are compatible, and now with the new backend interface supporting them is straightforward.
I expect the following 3 steps should be enough to get it to work:
- Port the onnx backend to the new interface. This should be relatively easy, reusing code from the wrapper where needed.
- Define the Ceres input format in
net.proto - Make
EncodePositionForNN()support the Ceres input format.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Status
Available