We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Data Specfication has 3 fields:
training validation testing
training
validation
testing
Each one is a json object with following fields:
base_path :(Mandatory) Base path of data. filename :(Mandatory) Filename, partition :(Mandatory) Size of data which should be loaded to memory at a time (in MiB) random : Whether to use random order (Default value = true) random_seed : Seed for random numbers if random is true keep_flatten : Whether to use data as flatten vector or reshape(Default Value = false) reader_type : (Mandatory) Type of reader NP/T1/T2. dim_shuffle : how to use reshape given fatten vector.Used only keep_flatten is false
base_path
filename
partition
random
random_seed
true
keep_flatten
reader_type
dim_shuffle
false
Also See:
*Example