Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DSL-Lab/StreamSplat
/ step
Method
step
utils/general_utils.py:190–192 ·
view source on GitHub ↗
(self, epoch=None)
Source
from the content-addressed store, hash-verified
188
return
[max(self.min_lr, lr)
for
lr in cos_lr]
189
190
def
step(self, epoch=None):
191
super().step()
192
self._epoch = epoch
193
194
195
class
CosineWeightDecayScheduler(LRScheduler):
Callers
2
main
Function · 0.95
main
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected