Skip to content

Commit 428b1d9

Browse files
Add params to the Model parameters section
1 parent be50da0 commit 428b1d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/training/training.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ Such an object contains a reference to the model's parameters, not a copy, such
7070

7171
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).
7272

73+
```@docs
74+
Flux.params
75+
```
76+
7377
## Datasets
7478

7579
The `data` argument of `train!` provides a collection of data to train with (usually a set of inputs `x` and target outputs `y`). For example, here's a dummy dataset with only one data point:

0 commit comments

Comments
 (0)