From 9a0b8edd04688e550064d2bd6599387375cc09bb Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Tue, 27 Aug 2024 15:17:25 -0400 Subject: [PATCH] Update release branch in Burn book --- burn-book/src/basic-workflow/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/burn-book/src/basic-workflow/README.md b/burn-book/src/basic-workflow/README.md index 4350df82f..e871d462c 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.14/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. @@ -14,7 +14,8 @@ automatically add the missing imports as you add the code snippets to your code. 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.14` and the corresponding branch to checkout is `main`. +The current version of Burn is `0.14` and the corresponding branch to checkout is +[release/0.14](https://github.com/tracel-ai/burn/tree/release/0.14). The code for this demo can be executed from Burn's base directory using the command: