Reset the self.saved status
(self)
| 26 | # log_file.write('================ Training Loss (%s) ================\n' % now) |
| 27 | |
| 28 | def reset(self): |
| 29 | """Reset the self.saved status""" |
| 30 | pass |
| 31 | |
| 32 | def display_current_results(self, layout: List[List[Dict[str, Any]]], epoch, iter): |
| 33 | """ |
nothing calls this directly
no outgoing calls
no test coverage detected