-
Notifications
You must be signed in to change notification settings - Fork 7
Data_Specification
Abil N George edited this page Sep 1, 2014
·
1 revision
Data Specfication has 3 fields:
trainingvalidationtesting
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 ifrandomistruekeep_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 onlykeep_flattenisfalse
Also See: