Clarifying docstring in scheduler.

This commit is contained in:
Matt Graham 2016-10-27 11:24:00 +01:00
parent ae999b43e4
commit dfcce94242

View File

@ -23,7 +23,7 @@ class ConstantLearningRateScheduler(object):
def update_learning_rule(self, learning_rule, epoch_number):
"""Update the hyperparameters of the learning rule.
Run at the beginning of each epoch.
Runs at the beginning of each epoch.
Args:
learning_rule: Learning rule object being used in training run,