Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NeuromorphicDataset ¶
type NeuromorphicDataset struct {
FilePath string
}
NeuromorphicDataset implements DatasetReader interface for N-MNIST and N-Caltech100 datasets
func (NeuromorphicDataset) Read ¶
func (n NeuromorphicDataset) Read() (event.EventCapture, error)
Read event capture for an entry in the dataset
func (NeuromorphicDataset) Write ¶
func (n NeuromorphicDataset) Write(evCap event.EventCapture) error
Write capture to a dataset. Should be used only for data augmentation.
Click to show internal directories.
Click to hide internal directories.