MCPcopy Index your code
hub / github.com/modelscope/modelscope / main

Function main

modelscope/tools/train.py:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17def main():
18 args = parse_args()
19 kwargs = dict(cfg_file=args.config)
20 trainer = build_trainer(args.trainer_name, kwargs)
21 trainer.train()
22
23
24if __name__ == '__main__':

Callers 1

train.pyFile · 0.70

Calls 3

build_trainerFunction · 0.90
parse_argsFunction · 0.70
trainMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…