MCPcopy Create free account
hub / github.com/Relento/lego_release / reset

Method reset

tu/loggers/visualizer.py:28–30  ·  view source on GitHub ↗

Reset the self.saved status

(self)

Source from the content-addressed store, hash-verified

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 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected