Skip to content

Commit b254d19

Browse files
committed
adding input_shape properties in data_spec.json
1 parent 39a6519 commit b254d19

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

config/CNN/NP/data_spec.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"partition" : 100,
66
"random" : true,
77
"random_seed" : 123,
8+
"input_shape" : [1,28,28],
89
"dim_shuffle" : [0,3,2,1],
910
"batch_size": 512,
1011
"keep_flatten" : false,
@@ -17,6 +18,7 @@
1718
"partition" : 100,
1819
"random" : true,
1920
"random_seed" : 123,
21+
"input_shape" : [1,28,28],
2022
"dim_shuffle" : [0,3,2,1],
2123
"batch_size": 512,
2224
"keep_flatten" : false,
@@ -29,6 +31,7 @@
2931
"partition" : 100,
3032
"random" : true,
3133
"random_seed" : 123,
34+
"input_shape" : [1,28,28],
3235
"dim_shuffle" : [0,3,2,1],
3336
"batch_size": 512,
3437
"keep_flatten" : false,

0 commit comments

Comments
 (0)