14 releases (9 breaking)

0.16.0 Jan 14, 2025
0.15.0 Oct 28, 2024
0.14.0 Aug 27, 2024
0.13.2 May 3, 2024
0.8.0 Jul 25, 2023

#695 in Machine learning

Download history 156/week @ 2024-10-22 218/week @ 2024-10-29 116/week @ 2024-11-05 83/week @ 2024-11-12 65/week @ 2024-11-19 73/week @ 2024-11-26 147/week @ 2024-12-03 267/week @ 2024-12-10 107/week @ 2024-12-17 39/week @ 2024-12-24 56/week @ 2024-12-31 126/week @ 2025-01-07 399/week @ 2025-01-14 147/week @ 2025-01-21 208/week @ 2025-01-28 166/week @ 2025-02-04

938 downloads per month
Used in 3 crates

MIT/Apache

1MB
19K SLoC

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: Facilitates direct import, ensuring the model's performance and structure are maintained.

  2. 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.


lib.rs:

burn-import is a crate designed to simplify the process of importing models trained in other machine learning frameworks into the Burn framework. This tool generates a Rust source file that aligns the imported model with Burn's model and converts tensor data into a format compatible with Burn.

Dependencies

~62–94MB
~2M SLoC