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

Method GeneratorChan

data/interface.go:24–24  ·  view source on GitHub ↗
(batchSize int, preFetch int)

Source from the content-addressed store, hash-verified

22 Unshuffle() error
23 GetColumnNames() []string
24 GeneratorChan(batchSize int, preFetch int) chan Batch
25 Generate(batchSize int) ([]*tf.Tensor, *tf.Tensor, *tf.Tensor, error)
26 Reset() error
27 SaveProcessors(saveDir string) error

Callers 2

FitMethod · 0.65
EvaluateMethod · 0.65

Implementers 3

ValuesDatasetdata/values_dataset.go
SingleFileDatasetdata/single_file_dataset.go
ImgFolderDatasetdata/img_folder_dataset.go

Calls

no outgoing calls

Tested by

no test coverage detected