Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/axlearn
/ stop
Method
stop
axlearn/common/checkpointer.py:344–346 ·
view source on GitHub ↗
Stops and disposes resources.
(self)
Source
from the content-addressed store, hash-verified
342
raise
NotImplementedError(type(self))
343
344
def
stop(self):
345
""
"Stops and disposes resources."
""
346
raise
NotImplementedError(type(self))
347
348
349
class
IndexFileWriter(Protocol):
Callers
15
fake_tpu_metrics
Method · 0.45
test_validation
Method · 0.45
test_validation_false
Method · 0.45
stop
Method · 0.45
test_save_and_restore
Method · 0.45
test_gda
Method · 0.45
test_custom_dict
Method · 0.45
test_input_iterator
Method · 0.45
test_python_savable
Method · 0.45
test_grain
Method · 0.45
test_garbage_collection
Method · 0.45
test_stop
Method · 0.45
Calls
no outgoing calls
Tested by
15
fake_tpu_metrics
Method · 0.36
test_validation
Method · 0.36
test_validation_false
Method · 0.36
test_save_and_restore
Method · 0.36
test_gda
Method · 0.36
test_custom_dict
Method · 0.36
test_input_iterator
Method · 0.36
test_python_savable
Method · 0.36
test_grain
Method · 0.36
test_garbage_collection
Method · 0.36
test_stop
Method · 0.36
test_stop_on_exception
Method · 0.36