burn/crates/burn-import/README.md

16 lines
663 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Importing Models
The Burn project supports the import of models from various frameworks, emphasizing efficiency and
compatibility. Currently, it handles two primary model formats:
1. [ONNX](https://burn.dev/burn-book/import/onnx-model.html): Facilitates direct import, ensuring the
model's performance and structure are maintained.
2. [PyTorch](https://burn.dev/burn-book/import/pytorch-model.html): Enables the loading of PyTorch model
weights into Burns native model architecture, ensuring seamless integration.
## Contribution
Interested in contributing to `burn-import`? Check out our [development guide](DEVELOPMENT.md) for
more information.