Removed unneccessary sentence
This commit is contained in:
parent
1662bdc253
commit
8deca6b4c8
@ -1170,8 +1170,6 @@ class LearningRateScheduler(Callback):
|
|||||||
verbose: int. 0: quiet, 1: update messages.
|
verbose: int. 0: quiet, 1: update messages.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
# Firstly, let's create a function which
|
|
||||||
# maps a given epoch to a learning rate.
|
|
||||||
# This function keeps the learning rate
|
# This function keeps the learning rate
|
||||||
# at 0.001 for the first ten epochs and
|
# at 0.001 for the first ten epochs and
|
||||||
# decreases it exponentially after that.
|
# decreases it exponentially after that.
|
||||||
|
Loading…
Reference in New Issue
Block a user