Skip to content

Commit

Permalink
Update book branch
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui committed Oct 28, 2024
1 parent 65aa8b5 commit aed548f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion burn-book/src/basic-workflow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).
corresponding code in the `examples/guide` [directory](https://github.com/tracel-ai/burn/tree/release/0.15/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.
Expand Down

0 comments on commit aed548f

Please sign in to comment.