|
8 | 8 | "comment" : "valid_data (Mandatory) specify the path of the validation data relative to the working directory", |
9 | 9 | "data_spec" : "data_spec.json", |
10 | 10 |
|
11 | | - "comment" : "hidden_nnet_spec :: (Mandatory) specify the path of hidden network configuration specification relative to working directory", |
12 | | - "hidden_nnet_spec" : "mlp_spec.json", |
13 | | - |
14 | | - "comment" : "conv_nnet_spec :: (Mandatory) specify the path of convolution network configuration specification relative to working directory", |
15 | | - "conv_nnet_spec" : "conv_spec.json", |
| 11 | + "comment" : "nnet_spec :: (Mandatory) specify the path of network configuration specification relative to working directory", |
| 12 | + "nnet_spec" : "conv_spec.json", |
16 | 13 |
|
17 | 14 | "comment" : "hidden_output_file :: (Mandatory) specify the path of convolution network output file relative to working directory", |
18 | 15 | "hidden_output_file" : "hidden_out.model", |
19 | 16 |
|
20 | 17 | "comment" : "conv_output_file :: (Mandatory) specify the path of convolution network output file relative to working directory", |
21 | 18 | "conv_output_file" : "conv_out.model", |
22 | 19 |
|
| 20 | + "comment" : "conv_output_file :: (Mandatory) specify the path of convolution network output file relative to working directory", |
| 21 | + "output_file" : "conv_out.model", |
| 22 | + |
23 | 23 | "comment" : "input_shape :: (Mandatory) specify the input shape of a given feature vector" , |
24 | 24 | "input_shape" : [3,28,28], |
25 | 25 |
|
|
47 | 47 | "min_epoch_decay_start" : 15, |
48 | 48 | "init_error" :100 |
49 | 49 | }, |
| 50 | + |
| 51 | + "processes":{ |
| 52 | + "pretraining":false, |
| 53 | + "finetuning":true, |
| 54 | + "testing":true, |
| 55 | + "export_data":false |
| 56 | + }, |
| 57 | + |
50 | 58 | "export_path" : "data/export" |
51 | 59 | } |
0 commit comments