Skip to content

Commit 493d332

Browse files
sviluppToucheSir
andauthored
Update docs/src/training/training.md
Co-authored-by: Brian Chen <ToucheSir@users.noreply.github.com>
1 parent 1b10ee2 commit 493d332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/training/training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The model to be trained must have a set of tracked parameters that are used to c
6868

6969
Such an object contains a reference to the model's parameters, not a copy, such that after their training, the model behaves according to their updated values.
7070

71-
Handling all the parameters on a layer-by-layer basis is explained in the [Layer Helpers](../models/basics.md) section. Also, for freezing model parameters, see the [Advanced Usage Guide](../models/advanced.md).
71+
Handling all the parameters on a layer-by-layer basis is explained in the [Layer Helpers](../models/basics.md) section. For freezing model parameters, see the [Advanced Usage Guide](../models/advanced.md).
7272

7373
```@docs
7474
Flux.params

0 commit comments

Comments
 (0)