mirror of https://github.com/tracel-ai/burn.git
Fix broken links in contributor book (#2061)
This commit is contained in:
parent
9721b92dae
commit
52d896cd27
|
@ -1,16 +1,16 @@
|
||||||
- [Overview](./overview.md)
|
- [Overview](./overview.md)
|
||||||
- [How to Read This Book](./how-to-read-this-book.md)
|
- [How to Read This Book](./how-to-read-this-book.md)
|
||||||
- [Getting Started](./getting-started/ReadMe.md)
|
- [Getting Started](./getting-started/README.md)
|
||||||
- [Setting Up The Environment](./getting-started/setting-up-the-environment.md)
|
- [Setting Up The Environment](./getting-started/setting-up-the-environment.md)
|
||||||
- [Configuring Your Editor (Optional)](./getting-started/configuring-your-editor.md)
|
- [Configuring Your Editor (Optional)](./getting-started/configuring-your-editor.md)
|
||||||
- [Testing](./getting-started/testing.md)
|
- [Testing](./getting-started/testing.md)
|
||||||
- [Architecture Overview](./project-architecture/ReadMe.md)
|
- [Architecture Overview](./project-architecture/README.md)
|
||||||
- [Modules](./project-architecture/module.md)
|
- [Modules](./project-architecture/module.md)
|
||||||
- [Serialization](./project-architecture/serialization.md)
|
- [Serialization](./project-architecture/serialization.md)
|
||||||
- [Tensor](./project-architecture/Tensor.md)
|
- [Tensor](./project-architecture/tensor.md)
|
||||||
- [Backend](./project-architecture/backend.md)
|
- [Backend](./project-architecture/backend.md)
|
||||||
- [Guides for Contributors](./guides/ReadMe.md)
|
- [Guides for Contributors](./guides/README.md)
|
||||||
- [Onnx To Burn Conversion Tool: A Development Guide](./guides/onnx-to-burn-conversion-tool.md)
|
- [Onnx To Burn Conversion Tool: A Development Guide](./guides/onnx-to-burn-conversion-tool.md)
|
||||||
- [Adding a New Operation to Burn](./guides/adding-a-new-operation-to-burn.md)
|
- [Adding a New Operation to Burn](./guides/adding-a-new-operation-to-burn.md)
|
||||||
- [Frequently Encountered Issues](./frequently-encountered-issues/ReadMe.md)
|
- [Frequently Encountered Issues](./frequently-encountered-issues/README.md)
|
||||||
- [Issues Related To Adding Operators](./frequently-encountered-issues/issues-while-adding-ops.md)
|
- [Issues Related To Adding Operators](./frequently-encountered-issues/issues-while-adding-ops.md)
|
||||||
|
|
Before Width: | Height: | Size: 111 KiB After Width: | Height: | Size: 111 KiB |
|
@ -45,7 +45,7 @@ main types and traits used in the solution.
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<h4>Module Serialization Types</h4>
|
<h4>Module Serialization Types</h4>
|
||||||
<img src="./ModuleSerialization.png" width="700px"/>
|
<img src="./module-serialization.png" width="700px"/>
|
||||||
<div align="left">
|
<div align="left">
|
||||||
|
|
||||||
The way the types interact with each other is pretty straightforward. First, a module can be
|
The way the types interact with each other is pretty straightforward. First, a module can be
|
||||||
|
|
Loading…
Reference in New Issue