Documentation
¶
Index ¶
- type EvaluateConfig
- type FitConfig
- type TfModel
- func (m *TfModel) CompileAndLoad(batchSize int, pythonPath string, ...) error
- func (m *TfModel) Evaluate(evaluateSignature string, mode data.GeneratorMode, dataset data.Dataset, ...)
- func (m *TfModel) Fit(trainSignature string, valSignature string, dataset data.Dataset, ...)
- func (m *TfModel) Save(dir string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvaluateConfig ¶
type TfModel ¶
type TfModel struct {
// contains filtered or unexported fields
}
func NewSequentialModel ¶
func (*TfModel) CompileAndLoad ¶
func (*TfModel) Evaluate ¶
func (m *TfModel) Evaluate( evaluateSignature string, mode data.GeneratorMode, dataset data.Dataset, config EvaluateConfig, )
Click to show internal directories.
Click to hide internal directories.