burn-import 0.12.1

Library for importing datamodels into the Burn framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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/book/import/onnx-model.html: Facilitates direct import, ensuring the
   model's performance and structure are maintained.

2. [PyTorch]https://burn.dev/book/import/pytorch-model.html: 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](DEVELOPMENT.md) for
more information.