Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseModelManager ¶
type BaseModelManager struct { LocalPathDir string // contains filtered or unexported fields }
func (*BaseModelManager) Cook ¶
func (mgr *BaseModelManager) Cook() error
func (*BaseModelManager) Run ¶
func (mgr *BaseModelManager) Run(stopCh <-chan struct{})
type BaseModelParameters ¶
type CheckpointManager ¶
type CheckpointManager struct {
// contains filtered or unexported fields
}
func (*CheckpointManager) Cook ¶
func (mgr *CheckpointManager) Cook() error
func (*CheckpointManager) Run ¶
func (mgr *CheckpointManager) Run(stopCh <-chan struct{})
type CheckpointParameters ¶
type Manager ¶
type Manager interface { Cook() error Run(stopCh <-chan struct{}) }
func NewBaseModelManager ¶
func NewBaseModelManager(params *BaseModelParameters) Manager
func NewCheckpointManager ¶
func NewCheckpointManager(params *CheckpointParameters) Manager
func NewTrainingDataManager ¶
func NewTrainingDataManager(params *TrainingDataParameters) Manager
type TrainingDataManager ¶
type TrainingDataManager struct {
// contains filtered or unexported fields
}
func (*TrainingDataManager) Cook ¶
func (mgr *TrainingDataManager) Cook() error
func (*TrainingDataManager) Run ¶
func (mgr *TrainingDataManager) Run(stopCh <-chan struct{})
Click to show internal directories.
Click to hide internal directories.