Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RylonW/DocNLC
/ save_best
Method
save_best
models/SIEN_model.py:451–452 ·
view source on GitHub ↗
(self,name)
Source
from the content-addressed store, hash-verified
449
self.save_network(self.netG,
'G'
, iter_label)
450
451
def
save_best(self,name):
452
self.save_network(self.netG,
'best'
+name, 0)
453
Callers
3
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
save_network
Method · 0.80
Tested by
1
main
Function · 0.36