From 8deca6b4c84d225be38b81105fa0cdc47c22223b Mon Sep 17 00:00:00 2001 From: aweers <32593524+aweers@users.noreply.github.com> Date: Sun, 28 Apr 2019 18:27:55 +0200 Subject: [PATCH] Removed unneccessary sentence --- tensorflow/python/keras/callbacks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tensorflow/python/keras/callbacks.py b/tensorflow/python/keras/callbacks.py index 6b01f314505..29535918fa0 100644 --- a/tensorflow/python/keras/callbacks.py +++ b/tensorflow/python/keras/callbacks.py @@ -1170,8 +1170,6 @@ class LearningRateScheduler(Callback): verbose: int. 0: quiet, 1: update messages. ```python - # Firstly, let's create a function which - # maps a given epoch to a learning rate. # This function keeps the learning rate # at 0.001 for the first ten epochs and # decreases it exponentially after that.