MCPcopy Create free account
hub / github.com/NVlabs/SPADE / needs_displaying

Method needs_displaying

util/iter_counter.py:73–74  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

71 return (self.total_steps_so_far % self.opt.print_freq) < self.opt.batchSize
72
73 def needs_displaying(self):
74 return (self.total_steps_so_far % self.opt.display_freq) < self.opt.batchSize

Callers 1

train.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected