mirror of https://github.com/tracel-ai/burn.git
d770b1f470
* renaming repeat to repeat_dim * implementing repeat function * renaming repeat files to repeat_dim * renaming part 2 * renaming part 3 * renaming part 4 * renaming part 5 * adding test file * adding unit test * adding rust book documentation * adding function args doc * fixing tests * changing repeat api to match pytorch equivalent * fixing clippy error * implementing tile onnx file * temp * working implementation and test * working e2e test * adding new supported onnx operation to the md file |
||
---|---|---|
.. | ||
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.