Fix ONNX and PyTorch import section links in burn book (#1681)

This commit is contained in:
Guillaume Lagrange 2024-04-22 18:38:05 -04:00 committed by GitHub
parent d62b344d5b
commit fd26c1a241
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,8 +3,8 @@
The Burn project supports the import of models from various frameworks, emphasizing efficiency and
compatibility. Currently, it handles two primary model formats:
1. [ONNX](./onnx-model): Facilitates direct import, ensuring the model's performance and structure
1. [ONNX](./onnx-model.md): Facilitates direct import, ensuring the model's performance and structure
are maintained.
2. [PyTorch](./pytorch-model): Enables the loading of PyTorch model weights into Burns native model
2. [PyTorch](./pytorch-model.md): Enables the loading of PyTorch model weights into Burns native model
architecture, ensuring seamless integration.