MCPcopy Create free account
hub / github.com/JunlinHan/DCLGAN / reset

Method reset

util/visualizer.py:95–97  ·  view source on GitHub ↗

Reset the self.saved status

(self)

Source from the content-addressed store, hash-verified

93 log_file.write('================ Training Loss (%s) ================\n' % now)
94
95 def reset(self):
96 """Reset the self.saved status"""
97 self.saved = False
98
99 def create_visdom_connections(self):
100 """If the program could not connect to Visdom server, this function will start a new server at port < self.port > """

Callers 1

train.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected