MCPcopy
hub / github.com/descriptinc/descript-audio-codec / ExponentialLR

Function ExponentialLR

scripts/train_no_adv.py:37–38  ·  view source on GitHub ↗
(optimizer, gamma: float = 1.0)

Source from the content-addressed store, hash-verified

35
36@argbind.bind("generator")
37def ExponentialLR(optimizer, gamma: float = 1.0):
38 return torch.optim.lr_scheduler.ExponentialLR(optimizer, gamma)
39
40
41# Models

Callers 1

loadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected