grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
Dataset
grain
dataset
mnist
struct
Dataset {
Slice
!(
float
*,
3
)
inputs
;
Slice
!(
int
*,
1
)
targets
;
}
Members
Variables
inputs
Slice
!(
float
*,
3
)
inputs
;
Undocumented in source.
targets
Slice
!(
int
*,
1
)
targets
;
Undocumented in source.
Meta
Source
See Implementation
grain
dataset
mnist
functions
makeBatch
prepareDataset
manifest constants
files
structs
Dataset