LeelaChessZero / lc0

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

Debug printing of internal NN nodes in XLA backend #1986

Closed mooskagh closed 5 months ago

mooskagh commented 5 months ago
mooskagh commented 5 months ago

Just realized that I don't split individial samples of a batch, so converting it to draft for now.

mooskagh commented 5 months ago

I'll redo the debug printing a bit differently, but overriding the outputs is useful in any case, so I extracted it into the separate PR https://github.com/LeelaChessZero/lc0/pull/1996