MCPcopy Create free account
hub / github.com/Royalvice/DocDiff / train

Function train

src/train.py:4–7  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

2
3
4def train(config):
5 trainer = Trainer(config)
6 trainer.train()
7 print('training complete')
8
9
10def test(config):

Callers 1

mainFunction · 0.90

Calls 2

trainMethod · 0.95
TrainerClass · 0.90

Tested by

no test coverage detected