Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/axlearn
/ get_state
Method
get_state
axlearn/common/checkpointer_test.py:614–615 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
612
self._max_step = max_step
613
self._state = dict(step=0, values=b
"123"
)
614
615
def
get_state(self):
616
return
self._state
617
618
def
set_state(self, state):
Callers
1
test_python_savable
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected