(self, model_save_dir, train_data, test_data, iter_num, thread_num)
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected