Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Meshcapade/difflocks
/ training_started
Method
training_started
callbacks/callback.py:64–64 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
62
raise
KeyError(f
'callback name is not found: {item}'
)
63
64
def
training_started(self, **kwargs): self.invoke(
'training_started'
, **kwargs)
65
66
def
training_ended(self, **kwargs): self.invoke(
'training_ended'
, **kwargs)
67
Callers
nothing calls this directly
Calls
1
invoke
Method · 0.95
Tested by
no test coverage detected