Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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"
)
37
def
ExponentialLR(optimizer, gamma: float = 1.0):
38
return
torch.optim.lr_scheduler.ExponentialLR(optimizer, gamma)
39
40
41
# Models
Callers
1
load
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected