MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / __init__

Method __init__

tensorflow/python/keras/callbacks.py:1340–1343  ·  view source on GitHub ↗
(self, schedule, verbose=0)

Source from the content-addressed store, hash-verified

1338 """
1339
1340 def __init__(self, schedule, verbose=0):
1341 super(LearningRateScheduler, self).__init__()
1342 self.schedule = schedule
1343 self.verbose = verbose
1344
1345 def on_epoch_begin(self, epoch, logs=None):
1346 if not hasattr(self.model.optimizer, 'lr'):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected