Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOresten authored Jun 16, 2024
1 parent 73e6f00 commit 9243fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This Julia package provides learning rate schedule types for training deep learn

# Examples

Schedules are *iterables* that return the learning rate at each iteration. For example, a linear schedule that decreases the learning rate from 1.0 to 0.6 with 4 steps can be created as follows:
Schedules are iterable, and return the learning rate at each iteration. For example, a linear schedule that decreases the learning rate from 1.0 to 0.6 with 4 steps can be created and used as follows:

```julia
julia> using LearningSchedules
Expand Down Expand Up @@ -42,4 +42,4 @@ julia> next_rate!(schedule_with_state)
0.9
```

For more types of schedules, see the [documentation](https://MurrellGroup.github.io/LearningSchedules.jl/stable/).
For more types of schedules, see the [documentation](https://MurrellGroup.github.io/LearningSchedules.jl/stable/).

0 comments on commit 9243fcb

Please sign in to comment.