From aed548f0293d391095e2bf0e5bfcad0522a08ee5 Mon Sep 17 00:00:00 2001 From: Guillaume Lagrange Date: Mon, 28 Oct 2024 15:58:19 -0400 Subject: [PATCH] Update book branch --- burn-book/src/basic-workflow/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/burn-book/src/basic-workflow/README.md b/burn-book/src/basic-workflow/README.md index 78cb46d409..ac501b6877 100644 --- a/burn-book/src/basic-workflow/README.md +++ b/burn-book/src/basic-workflow/README.md @@ -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.