MCPcopy Create free account
hub / github.com/modelscope/modelscope / DummyTrainer

Class DummyTrainer

tests/trainers/utils/test_inference.py:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38
39
40class DummyTrainer(EpochBasedTrainer):
41
42 def __init__(self, model):
43 self.model = model
44
45
46def test_func(dist=False):

Callers 1

test_funcFunction · 0.70

Calls

no outgoing calls

Tested by 1

test_funcFunction · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…