Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodingBeard/tfkg
/ Callback
Interface
Callback
callback/interface.go:26–29 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
}
25
26
type
Callback
interface
{
27
Init() error
28
Call(event Event, mode Mode, epoch int, batch int, logs []Log) ([]Action, error)
29
}
30
31
type
HasSaveDir
interface
{
32
GetSaveDir() string
Callers
1
callCallbacks
Method · 0.65
Implementers
4
RecordStats
callback/record_stats.go
EarlyStoppingOnMetric
callback/early_stopping.go
Logger
callback/logger.go
Checkpoint
callback/checkpoint.go
Calls
no outgoing calls
Tested by
no test coverage detected