Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ step
Method
step
python/mlx/optimizers/optimizers.py:132–133 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
130
131
@property
132
def
step(self):
133
return
self.state[
"step"
]
134
135
@property
136
def
learning_rate(self):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected