MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / epoch_ended

Method epoch_ended

callbacks/state_callback.py:26–28  ·  view source on GitHub ↗
(self, phase, **kwargs)

Source from the content-addressed store, hash-verified

24 phase.loss_curv_acum_per_epoch=0.0
25
26 def epoch_ended(self, phase, **kwargs):
27
28 phase.epoch_nr+=1
29
30 def phase_started(self, phase, **kwargs):
31 phase.samples_processed_this_epoch=0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected