MCPcopy
hub / github.com/NVIDIA/pix2pixHD / save

Method save

util/html.py:44–48  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

42 p(txt)
43
44 def save(self):
45 html_file = '%s/index.html' % self.web_dir
46 f = open(html_file, 'wt')
47 f.write(self.doc.render())
48 f.close()
49
50
51if __name__ == '__main__':

Callers 6

train.pyFile · 0.45
test.pyFile · 0.45
encode_features.pyFile · 0.45
html.pyFile · 0.45
save_imageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected