MCPcopy Create free account
hub / github.com/baidu/lac / train

Method train

python/LAC/models.py:376–378  ·  view source on GitHub ↗
(self, model_save_dir, train_data, test_data, iter_num, thread_num)

Source from the content-addressed store, hash-verified

374 return batch_out
375
376 def train(self, model_save_dir, train_data, test_data, iter_num, thread_num):
377 logging.info("To be continued...")
378 return

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected