MCPcopy Create free account
hub / github.com/cvlab-epfl/MeshSDF / __init__

Method __init__

lib/utils.py:138–141  ·  view source on GitHub ↗
(self, initial, interval, factor)

Source from the content-addressed store, hash-verified

136
137class StepLearningRateSchedule(LearningRateSchedule):
138 def __init__(self, initial, interval, factor):
139 self.initial = initial
140 self.interval = interval
141 self.factor = factor
142
143 def get_learning_rate(self, epoch):
144

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected