MCPcopy Create free account
hub / github.com/CodingBeard/tfkg / Checkpoint

Struct Checkpoint

callback/checkpoint.go:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type Checkpoint struct {
16 OnEvent Event
17 OnMode Mode
18 Loss bool
19 MetricName string
20 Compare CheckpointCompare
21 SaveDir string
22
23 bestValue float64
24}
25
26func (c *Checkpoint) GetSaveDir() string {
27 return c.SaveDir

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected