forked from tracel-ai/burn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup of the book + feature flags (tracel-ai#773)
--------- Co-authored-by: louisfd <louisfd94@gmail.com>
- Loading branch information
1 parent
6095dd1
commit 8b3d10c
Showing
20 changed files
with
112 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,27 @@ | ||
# Overview | ||
|
||
This book will help you get started with the Burn deep learning framework. | ||
Welcome to The Burn Book 👋 | ||
|
||
Although it is still in progress, it is planned to be divided into multiple sections, catering to | ||
complete beginners and advanced users. For the time being, we offer an introductory guide in which | ||
we perform training and inference on a simple model, while highlighting certain peculiarities of | ||
Burn that set it apart from other frameworks. | ||
This book will help you get started with the Burn deep learning framework, whether you are an | ||
advanced user or a beginner. We have crafted some sections for you: | ||
|
||
Throughout the book, we assume a basic understanding of Rust and deep learning concepts. | ||
- [Basic Workflow: From Training to Inference](./basic-workflow): We'll start with the fundamentals, | ||
guiding you through the entire workflow, from training your models to deploying them for | ||
inference. This section lays the groundwork for your Burn expertise. | ||
|
||
- [Building Blocks](./building-blocks): Dive deeper into Burn's core components, understanding how | ||
they fit together. This knowledge forms the basis for more advanced usage and customization. | ||
|
||
- [Custom Training Loop](./custom-training-loop): Gain the power to customize your training loops, | ||
fine-tuning your models to meet your specific requirements. This section empowers you to harness | ||
Burn's flexibility to its fullest. | ||
|
||
- [Import ONNX Model](./import): Learn how to seamlessly import models from ONNX, expanding your | ||
compatibility with other deep learning ecosystems. | ||
|
||
- [Advanced](./advanced): Finally, venture into advanced topics, exploring Burn's capabilities at | ||
their peak. This section caters to those who want to push the boundaries of what's possible with | ||
Burn. | ||
|
||
Throughout the book, we assume a basic understanding of deep learning concepts, but we may refer to | ||
additional material when it seems appropriate. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.