(self)
| 103 | # Training, validation and testing |
| 104 | ########### |
| 105 | def build_model(self): |
| 106 | raise NotImplementedError |
| 107 | |
| 108 | def load_ckpt(self, ckpt_base_dir, current_model_name=None, model_name='model', force=True, strict=True): |
| 109 | # This function is updated on 2021.12.13 |