MCPcopy 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

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

save_networkMethod · 0.80

Tested by 1

mainFunction · 0.36