Save networks and training state.
(self, epoch, current_iter)
| 30 | pass |
| 31 | |
| 32 | def save(self, epoch, current_iter): |
| 33 | """Save networks and training state.""" |
| 34 | pass |
| 35 | |
| 36 | def validation(self, dataloader, current_iter, tb_logger, save_img=False,test_num=-1,save_num=-1): |
| 37 | """Validation function. |
no outgoing calls
no test coverage detected