Skip to content

Commit

Permalink
Update book to release/0.16 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui committed Jan 14, 2025
1 parent dd628ec commit e0c5129
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions burn-book/src/basic-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,20 @@ This guide will walk you through the process of creating a custom model built wi
train a simple convolutional neural network model on the MNIST dataset and prepare it for inference.

For clarity, we sometimes omit imports in our code snippets. For more details, please refer to the
corresponding code in the `examples/guide` [directory](https://github.com/tracel-ai/burn/tree/main/examples/guide).
We reproduce this example in a step-by-step fashion, from dataset creation to modeling and training
in the following sections. It is recommended to use the capabilities of your IDE or text editor to
automatically add the missing imports as you add the code snippets to your code.
corresponding code in the `examples/guide`
[directory](https://github.com/tracel-ai/burn/tree/release/0.16/examples/guide). We reproduce this
example in a step-by-step fashion, from dataset creation to modeling and training in the following
sections. It is recommended to use the capabilities of your IDE or text editor to automatically add
the missing imports as you add the code snippets to your code.

<div class="warning">

Be sure to checkout the git branch corresponding to the version of Burn you are using to follow
this guide.
Be sure to checkout the git branch corresponding to the version of Burn you are using to follow this
guide.

The current version of Burn is `0.16` and the corresponding branch to checkout is
[`release/0.16`](https://github.com/tracel-ai/burn/tree/release/0.16).

The current version of Burn is `0.16` and the corresponding branch to checkout is `main`.
</div>

The code for this demo can be executed from Burn's base directory using the command:
Expand Down

0 comments on commit e0c5129

Please sign in to comment.