modify url link to book (#2327)

This commit is contained in:
tiruka 2024-10-02 21:32:27 +09:00 committed by GitHub
parent 4a94f2a4d6
commit 9a8b913a6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
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
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/book/import/pytorch-model.html): Enables the loading of PyTorch model
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