Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
51
if
__name__ ==
'__main__'
:
Callers
6
display_current_results
Method · 0.95
train.py
File · 0.45
test.py
File · 0.45
encode_features.py
File · 0.45
html.py
File · 0.45
save_image
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected