2024-01-30 06:55:20 +08:00
|
|
|
|
# Importing Models
|
2023-04-15 22:44:50 +08:00
|
|
|
|
|
2024-01-30 06:55:20 +08:00
|
|
|
|
The Burn project supports the import of models from various frameworks, emphasizing efficiency and
|
|
|
|
|
compatibility. Currently, it handles two primary model formats:
|
2023-04-15 22:44:50 +08:00
|
|
|
|
|
2024-10-02 20:32:27 +08:00
|
|
|
|
1. [ONNX](https://burn.dev/burn-book/import/onnx-model.html): Facilitates direct import, ensuring the
|
2024-01-30 06:55:20 +08:00
|
|
|
|
model's performance and structure are maintained.
|
2023-04-15 22:44:50 +08:00
|
|
|
|
|
2024-10-02 20:32:27 +08:00
|
|
|
|
2. [PyTorch](https://burn.dev/burn-book/import/pytorch-model.html): Enables the loading of PyTorch model
|
2024-01-30 06:55:20 +08:00
|
|
|
|
weights into Burn’s native model architecture, ensuring seamless integration.
|
2023-05-05 02:58:44 +08:00
|
|
|
|
|
2023-08-30 20:20:53 +08:00
|
|
|
|
## Contribution
|
2023-05-04 01:05:43 +08:00
|
|
|
|
|
2023-08-30 20:20:53 +08:00
|
|
|
|
Interested in contributing to `burn-import`? Check out our [development guide](DEVELOPMENT.md) for
|
|
|
|
|
more information.
|