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

Method epoch_started

callbacks/callback.py:68–68  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

66 def training_ended(self, **kwargs): self.invoke('training_ended', **kwargs)
67
68 def epoch_started(self, **kwargs): self.invoke('epoch_started', **kwargs)
69
70 def phase_started(self, **kwargs): self.invoke('phase_started', **kwargs)
71

Callers

nothing calls this directly

Calls 1

invokeMethod · 0.95

Tested by

no test coverage detected