MCPcopy 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
26type Callback interface {
27 Init() error
28 Call(event Event, mode Mode, epoch int, batch int, logs []Log) ([]Action, error)
29}
30
31type HasSaveDir interface {
32 GetSaveDir() string

Callers 1

callCallbacksMethod · 0.65

Implementers 4

RecordStatscallback/record_stats.go
EarlyStoppingOnMetriccallback/early_stopping.go
Loggercallback/logger.go
Checkpointcallback/checkpoint.go

Calls

no outgoing calls

Tested by

no test coverage detected