fann
fann copied to clipboard
Load/create nn files from onnx files or pytorch
I trained neural networks in pytorch and I want to use them in cpp. The problem in libtorch is that it's really slow. I make a chess engine so I need speed. I wondered if there is a way to convert these files to fann compatible files. The onnx is because it's really easy to convert pytorch models to onnx.