MCPcopy Index your code
hub / github.com/thygate/stable-diffusion-webui-depthmap-script / reset

Method reset

pix2pix/util/visualizer.py:82–84  ·  view source on GitHub ↗

Reset the self.saved status

(self)

Source from the content-addressed store, hash-verified

80 log_file.write('================ Training Loss (%s) ================\n' % now)
81
82 def reset(self):
83 """Reset the self.saved status"""
84 self.saved = False
85
86 def create_visdom_connections(self):
87 """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