Book: Fix the link to burn-train in "Learner" page (#1920)

Add the missing "crates/" to the link.

Co-authored-by: towerpark <t56ouhw1d@mozmail.com>
This commit is contained in:
towerpark 2024-06-25 22:15:34 +09:00 committed by GitHub
parent 418b14f4e0
commit 3faf544bc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
# Learner # Learner
The [burn-train](https://github.com/tracel-ai/burn/tree/main/burn-train) crate encapsulates multiple The [burn-train](https://github.com/tracel-ai/burn/tree/main/crates/burn-train) crate encapsulates
utilities for training deep learning models. The goal of the crate is to provide users with a multiple utilities for training deep learning models. The goal of the crate is to provide users with
well-crafted and flexible training loop, so that projects do not have to write such components from a well-crafted and flexible training loop, so that projects do not have to write such components
the ground up. Most of the interactions with `burn-train` will be with the `LearnerBuilder` struct, from the ground up. Most of the interactions with `burn-train` will be with the `LearnerBuilder`
briefly presented in the previous [training section](../basic-workflow/training.md). This struct struct, briefly presented in the previous [training section](../basic-workflow/training.md). This
enables you to configure the training loop, offering support for registering metrics, enabling struct enables you to configure the training loop, offering support for registering metrics,
logging, checkpointing states, using multiple devices, and so on. enabling logging, checkpointing states, using multiple devices, and so on.
There are still some assumptions in the current provided APIs, which may make them inappropriate for There are still some assumptions in the current provided APIs, which may make them inappropriate for
your learning requirements. Indeed, they assume your model will learn from a training dataset and be your learning requirements. Indeed, they assume your model will learn from a training dataset and be