Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ImageSliceToBase64 ¶
Types ¶
type CLIDebugger ¶
type CLIDebugger struct {
// contains filtered or unexported fields
}
type CSVDebugger ¶
type CSVDebugger struct {
}
type DebugLayer ¶
type HttpDebugger ¶
type HttpDebugger struct {
// contains filtered or unexported fields
}
type LayerInfo ¶
type LayerInfo struct {
ID string
WeightsImg []image.Image
BiasImg []image.Image
OutImg []image.Image
ErrImg []image.Image
WeightsStats *tensor.Stats
BiasStats *tensor.Stats
OutStats *tensor.Stats
ErrStats *tensor.Stats
Other map[string]interface{}
}
func (*LayerInfo) MarshalJSON ¶
Encode images to png/base64 if marshaling to json
type NetDebugger ¶
Click to show internal directories.
Click to hide internal directories.