Skip to content

Commit

Permalink
Small documentation adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
darsnack committed Mar 5, 2024
1 parent 6c3110b commit 4ba2f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/tutorials/optimizers.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scheduling optimizers

A schedule by itself is not helpful; we need to use the schedules to adjust parameters. In this tutorial, we will examine three ways to do just that---iterating the schedule, using a stateful iterator, and using an scheduled optimizer.
A schedule by itself is not helpful; we need to use the schedules to adjust parameters. In this tutorial, we will examine three ways to do just that---iterating the schedule, using a stateful iterator, and using an scheduled optimizer. The final option is the preferred method for FluxML.

## Iterating during training

Expand Down

0 comments on commit 4ba2f57

Please sign in to comment.