Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
class
DummyTrainer(EpochBasedTrainer):
41
42
def
__init__(self, model):
43
self.model = model
44
45
46
def
test_func(dist=False):
Callers
1
test_func
Function · 0.70
Calls
no outgoing calls
Tested by
1
test_func
Function · 0.56
Used in the wild
real call sites across dependent graphs
searching dependent graphs…