We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0e89c commit cd36179Copy full SHA for cd36179
docs/src/training/training.md
@@ -159,8 +159,7 @@ end
159
## Custom Training loops
160
161
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.
+For some problems, however, it's much cleaner to write your own custom training loop.
164
An example follows that works similar to the default `Flux.train` but with no callbacks.
165
You don't need callbacks if you just code the calls to your functions directly into the loop.
166
E.g. in the places marked with comments.
0 commit comments