Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLucibello committed Dec 4, 2024
1 parent e2f6418 commit 314b62e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/src/reference/models/layers.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ Several normalisation layers behave differently under training and inference (te
The functions `Flux.trainmode!` and `Flux.testmode!` let you manually specify which behaviour you want. When called on a model, they will place all layers within the model into the specified mode.

```@docs
testmode!(::Any)
testmode!(::Any, ::Any)
testmode!
trainmode!
```

0 comments on commit 314b62e

Please sign in to comment.