Skip to content

Commit

Permalink
Add params to the Model parameters section
Browse files Browse the repository at this point in the history
  • Loading branch information
logankilpatrick authored Nov 27, 2021
1 parent be50da0 commit 428b1d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/training/training.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ Such an object contains a reference to the model's parameters, not a copy, such

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

```@docs
Flux.params
```

## Datasets

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:
Expand Down

0 comments on commit 428b1d9

Please sign in to comment.