Skip to content

Commit

Permalink
Update classification_with_keras_cv.md
Browse files Browse the repository at this point in the history
Trivial typo fix
  • Loading branch information
bradh authored Nov 5, 2024
1 parent e87df24 commit 3cdbf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/md/keras_cv/classification_with_keras_cv.md
Original file line number Diff line number Diff line change
Expand Up @@ -838,7 +838,7 @@ class WarmUpCosineDecay(schedules.LearningRateSchedule):

![WarmUpCosineDecay schedule](https://i.imgur.com/YCr5pII.png)

The schedule looks a as we expect.
The schedule looks as we expect.

Next let's construct this optimizer:

Expand Down

0 comments on commit 3cdbf12

Please sign in to comment.