|
1 | 1 | { |
2 | 2 | "validation": { |
3 | | - "path" : "data/TFILE/val.dat", |
| 3 | + "base_path" : "data/TFILE", |
| 4 | + "filename" : "val1.dat", |
4 | 5 | "partition" : 0.002, |
5 | 6 | "random" : true, |
6 | 7 | "random_seed" : 123, |
7 | 8 | "input_shape" : [1,10,5], |
8 | 9 | "dim_shuffle" : [0,1,2,3], |
9 | 10 | "batch_size": 8, |
10 | 11 | "keep_flatten" : false, |
11 | | - "reader_type" : "T2" |
| 12 | + "reader_type" : "T1" |
12 | 13 | }, |
13 | 14 |
|
14 | 15 | "training" : { |
15 | | - "path" : "data/TFILE/train.dat", |
| 16 | + "base_path" : "data/TFILE", |
| 17 | + "filename" : "train1.dat", |
16 | 18 | "partition" : 0.002, |
17 | 19 | "random" : true, |
18 | 20 | "random_seed" : 123, |
19 | 21 | "input_shape" : [1,10,5], |
20 | 22 | "dim_shuffle" : [0,1,2,3], |
21 | 23 | "batch_size": 8, |
22 | 24 | "keep_flatten" : false, |
23 | | - "reader_type" : "T2" |
| 25 | + "reader_type" : "T1" |
24 | 26 | }, |
25 | 27 |
|
26 | 28 | "testing" : { |
27 | | - "path" : "data/TFILE/test.dat", |
| 29 | + "base_path" : "data/TFILE", |
| 30 | + "filename" : "train1.dat", |
28 | 31 | "partition" : 0.002, |
29 | 32 | "random" : true, |
30 | 33 | "random_seed" : 123, |
31 | 34 | "input_shape" : [1,10,5], |
32 | 35 | "dim_shuffle" : [0,1,2,3], |
33 | 36 | "batch_size": 8, |
34 | 37 | "keep_flatten" : false, |
35 | | - "reader_type" : "T2" |
| 38 | + "reader_type" : "T1" |
36 | 39 | } |
37 | 40 | } |
0 commit comments