MCPcopy
hub / github.com/hpcaitech/ColossalAI / eval

Method eval

tests/kit/model_zoo/custom/base.py:24–26  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

22 return super().train(mode=mode)
23
24 def eval(self):
25 self._use_checkpoint = False
26 return super().eval()

Callers 15

test_torchvision_modelsFunction · 0.45
split_model_and_get_DAGFunction · 0.45
trace_and_compareFunction · 0.45
test_torchvision_modelsFunction · 0.45
trace_and_compareFunction · 0.45
trace_and_compareFunction · 0.45
trace_and_compareFunction · 0.45
trace_and_compareFunction · 0.45
assert_forward_equalFunction · 0.45

Calls

no outgoing calls

Tested by 15

test_torchvision_modelsFunction · 0.36
test_torchvision_modelsFunction · 0.36
trace_and_compareFunction · 0.36
trace_and_compareFunction · 0.36
trace_and_compareFunction · 0.36
trace_and_compareFunction · 0.36
assert_codegen_runFunction · 0.36
assert_codegen_runFunction · 0.36
assert_codegen_runFunction · 0.36
get_modelFunction · 0.36
get_modelFunction · 0.36
get_modelFunction · 0.36