MCPcopy 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
349class IndexFileWriter(Protocol):

Callers 15

fake_tpu_metricsMethod · 0.45
test_validationMethod · 0.45
test_validation_falseMethod · 0.45
stopMethod · 0.45
test_save_and_restoreMethod · 0.45
test_gdaMethod · 0.45
test_custom_dictMethod · 0.45
test_input_iteratorMethod · 0.45
test_python_savableMethod · 0.45
test_grainMethod · 0.45
test_stopMethod · 0.45

Calls

no outgoing calls

Tested by 15

fake_tpu_metricsMethod · 0.36
test_validationMethod · 0.36
test_validation_falseMethod · 0.36
test_save_and_restoreMethod · 0.36
test_gdaMethod · 0.36
test_custom_dictMethod · 0.36
test_input_iteratorMethod · 0.36
test_python_savableMethod · 0.36
test_grainMethod · 0.36
test_stopMethod · 0.36