Skip to content

Commit

Permalink
No plan for ONNX for now
Browse files Browse the repository at this point in the history
Signed-off-by: João Lucas de Sousa Almeida <[email protected]>
  • Loading branch information
Joao-L-S-Almeida committed Dec 11, 2024
1 parent 710b7de commit 33400bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,6 @@ For convenience, we provide a loss handler that can be used to compute the full
Refer to the section on [data](data.md)

## Exporting models
A future feature would be the possibility to save models in ONNX format, and export them that way. This would bring all the benefits of onnx.
Models are saved using the PyTorch format, which basically serializes the model weights using pickle
stores it into a binary file.
[comment]: <A future feature would be the possibility to save models in ONNX format, and export them that way. This would bring all the benefits of onnx.>

0 comments on commit 33400bb

Please sign in to comment.