mirror of https://github.com/tracel-ai/burn.git
c2b6318fc3
* Feat: burn-import implement ONNX ConstantOfShape * Introduce shape type and use in ConstantOfShape and Shape * Add tests for bool and int tensors for ConstantOfShape * Fix ONNX test generation * Undo comment --------- Co-authored-by: Dilshod Tadjibaev <939125+antimora@users.noreply.github.com> |
||
---|---|---|
.. | ||
onnx-tests | ||
pytorch-tests | ||
src | ||
Cargo.toml | ||
DEVELOPMENT.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md | ||
SUPPORTED-ONNX-OPS.md |
README.md
Importing Models
The Burn project supports the import of models from various frameworks, emphasizing efficiency and compatibility. Currently, it handles two primary model formats:
-
ONNX: Facilitates direct import, ensuring the model's performance and structure are maintained.
-
PyTorch: Enables the loading of PyTorch model weights into Burn’s native model architecture, ensuring seamless integration.
Contribution
Interested in contributing to burn-import
? Check out our development guide for
more information.