Removed unneccessary sentence

This commit is contained in:
aweers 2019-04-28 18:27:55 +02:00 committed by GitHub
parent 1662bdc253
commit 8deca6b4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.