LeelaChessZero / lc0

The rewritten engine, originally for tensorflow. Now all other backends have been ported here.
GNU General Public License v3.0
2.38k stars 525 forks source link

onnx fix for opset 7 #1919

Closed borg323 closed 11 months ago

borg323 commented 12 months ago

While doing some onnx tests, I noticed attention body nets were not working with opset=7 as the Expand operand was introduced with opset 8.