Skip to content

Commit cd36179

Browse files
sviluppToucheSir
andauthored
Update docs/src/training/training.md
Co-authored-by: Brian Chen <[email protected]>
1 parent de0e89c commit cd36179

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/src/training/training.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,7 @@ end
159159
## Custom Training loops
160160
161161
The `Flux.train!` function can be very convenient, especially for simple problems.
162-
It's also very flexible with the use of callbacks.
163-
But for some problems it's much cleaner to write your own custom training loop.
162+
For some problems, however, it's much cleaner to write your own custom training loop.
164163
An example follows that works similar to the default `Flux.train` but with no callbacks.
165164
You don't need callbacks if you just code the calls to your functions directly into the loop.
166165
E.g. in the places marked with comments.

0 commit comments

Comments
 (0)