Upload dc_4w_4s_mnist.json
Browse files- dc_4w_4s_mnist.json +167 -0
dc_4w_4s_mnist.json
ADDED
@@ -0,0 +1,167 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"nerlnetSettings": {
|
3 |
+
"frequency": "10",
|
4 |
+
"batchSize": "20"
|
5 |
+
},
|
6 |
+
"mainServer": {
|
7 |
+
"port": "8900",
|
8 |
+
"args": ""
|
9 |
+
},
|
10 |
+
"apiServer": {
|
11 |
+
"port": "8901",
|
12 |
+
"args": ""
|
13 |
+
},
|
14 |
+
"devices": [
|
15 |
+
{
|
16 |
+
"name": "cmv0",
|
17 |
+
"ipv4": "10.0.0.6",
|
18 |
+
"entities": "apiServer,mainServer,c1,s1,r1"
|
19 |
+
},
|
20 |
+
{
|
21 |
+
"name": "cmv1",
|
22 |
+
"ipv4": "10.0.0.16",
|
23 |
+
"entities": "c2,s2,r2"
|
24 |
+
},
|
25 |
+
{
|
26 |
+
"name": "cmv2",
|
27 |
+
"ipv4": "10.0.0.13",
|
28 |
+
"entities": "c3,s3,r3"
|
29 |
+
},
|
30 |
+
{
|
31 |
+
"name": "cmv3",
|
32 |
+
"ipv4": "10.0.0.15",
|
33 |
+
"entities": "c4,r4,s4"
|
34 |
+
}
|
35 |
+
],
|
36 |
+
"routers": [
|
37 |
+
{
|
38 |
+
"name": "r1",
|
39 |
+
"port": "8910",
|
40 |
+
"policy": "0"
|
41 |
+
},
|
42 |
+
{
|
43 |
+
"name": "r2",
|
44 |
+
"port": "8911",
|
45 |
+
"policy": "0"
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"name": "r3",
|
49 |
+
"port": "8912",
|
50 |
+
"policy": "0"
|
51 |
+
},
|
52 |
+
{
|
53 |
+
"name": "r4",
|
54 |
+
"port": "8913",
|
55 |
+
"policy": "0"
|
56 |
+
}
|
57 |
+
],
|
58 |
+
"sources": [
|
59 |
+
{
|
60 |
+
"name": "s1",
|
61 |
+
"port": "8902",
|
62 |
+
"frequency": "5",
|
63 |
+
"policy": "0",
|
64 |
+
"epochs": "1",
|
65 |
+
"type": "0"
|
66 |
+
},
|
67 |
+
{
|
68 |
+
"name": "s2",
|
69 |
+
"port": "8903",
|
70 |
+
"frequency": "5",
|
71 |
+
"policy": "0",
|
72 |
+
"epochs": "1",
|
73 |
+
"type": "0"
|
74 |
+
},
|
75 |
+
{
|
76 |
+
"name": "s3",
|
77 |
+
"port": "8904",
|
78 |
+
"frequency": "5",
|
79 |
+
"policy": "0",
|
80 |
+
"epochs": "1",
|
81 |
+
"type": "0"
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"name": "s4",
|
85 |
+
"port": "8905",
|
86 |
+
"frequency": "5",
|
87 |
+
"policy": "0",
|
88 |
+
"epochs": "1",
|
89 |
+
"type": "0"
|
90 |
+
}
|
91 |
+
],
|
92 |
+
"clients": [
|
93 |
+
{
|
94 |
+
"name": "c1",
|
95 |
+
"port": "8906",
|
96 |
+
"workers": "w1"
|
97 |
+
},
|
98 |
+
{
|
99 |
+
"name": "c2",
|
100 |
+
"port": "8907",
|
101 |
+
"workers": "w2"
|
102 |
+
},
|
103 |
+
{
|
104 |
+
"name": "c3",
|
105 |
+
"port": "8908",
|
106 |
+
"workers": "w3"
|
107 |
+
},
|
108 |
+
{
|
109 |
+
"name": "c4",
|
110 |
+
"port": "8909",
|
111 |
+
"workers": "w4"
|
112 |
+
}
|
113 |
+
],
|
114 |
+
"workers": [
|
115 |
+
{
|
116 |
+
"name": "w1",
|
117 |
+
"model_sha": "d943b04cfe161deabaca2c2b28360df8c52888ab08bb9281cf3ae8bfed12d991"
|
118 |
+
},
|
119 |
+
{
|
120 |
+
"name": "w2",
|
121 |
+
"model_sha": "d943b04cfe161deabaca2c2b28360df8c52888ab08bb9281cf3ae8bfed12d991"
|
122 |
+
},
|
123 |
+
{
|
124 |
+
"name": "w3",
|
125 |
+
"model_sha": "d943b04cfe161deabaca2c2b28360df8c52888ab08bb9281cf3ae8bfed12d991"
|
126 |
+
},
|
127 |
+
{
|
128 |
+
"name": "w4",
|
129 |
+
"model_sha": "d943b04cfe161deabaca2c2b28360df8c52888ab08bb9281cf3ae8bfed12d991"
|
130 |
+
}
|
131 |
+
],
|
132 |
+
"model_sha": {
|
133 |
+
"d943b04cfe161deabaca2c2b28360df8c52888ab08bb9281cf3ae8bfed12d991": {
|
134 |
+
"modelType": "0",
|
135 |
+
"_doc_modelType": " nn:0 | approximation:1 | classification:2 | forecasting:3 | image_classification:4 | text_classification:5 | text_generation:6 | auto_association:7 | autoencoder:8 | ae_classifier:9 |",
|
136 |
+
"modelArgs": "",
|
137 |
+
"_doc_modelArgs": "Extra arguments to model",
|
138 |
+
"layersSizes": "28x28x1k5x5x1x6p0s1t1,28x28x6k2x2p0s2,14x14x6k4x4x6x12p0s1t0,1,32,10",
|
139 |
+
"_doc_layersSizes": "List of postive integers [L0, L1, ..., LN]",
|
140 |
+
"layerTypesList": "2,4,2,9,3,5",
|
141 |
+
"_doc_LayerTypes": " Default:0 | Scaling:1 | Conv:2 | Perceptron:3 | Pooling:4 | Probabilistic:5 | LSTM:6 | Reccurrent:7 | Unscaling:8 | Bounding:9 |",
|
142 |
+
"layers_functions": "6,2,6,1,6,4",
|
143 |
+
"_doc_layers_functions_activation": " Threshold:1 | Sign:2 | Logistic:3 | Tanh:4 | Linear:5 | ReLU:6 | eLU:7 | SeLU:8 | Soft-plus:9 | Soft-sign:10 | Hard-sigmoid:11 |",
|
144 |
+
"_doc_layer_functions_pooling": " none:1 | Max:2 | Avg:3 |",
|
145 |
+
"_doc_layer_functions_probabilistic": " Binary:1 | Logistic:2 | Competitive:3 | Softmax:4 |",
|
146 |
+
"_doc_layer_functions_scaler": " none:1 | MinMax:2 | MeanStd:3 | STD:4 | Log:5 |",
|
147 |
+
"lossMethod": "6",
|
148 |
+
"_doc_lossMethod": " SSE:1 | MSE:2 | NSE:3 | MinkowskiE:4 | WSE:5 | CEE:6 |",
|
149 |
+
"lr": "0.01",
|
150 |
+
"_doc_lr": "Positve float",
|
151 |
+
"epochs": "1",
|
152 |
+
"_doc_epochs": "Positve Integer",
|
153 |
+
"optimizer": "5",
|
154 |
+
"_doc_optimizer": " GD:0 | CGD:1 | SGD:2 | QuasiNeuton:3 | LVM:4 | ADAM:5 |",
|
155 |
+
"optimizerArgs": "none",
|
156 |
+
"_doc_optimizerArgs": "String",
|
157 |
+
"infraType": "0",
|
158 |
+
"_doc_infraType": " opennn:0 | wolfengine:1 |",
|
159 |
+
"distributedSystemType": "0",
|
160 |
+
"_doc_distributedSystemType": " none:0 | fedClientAvg:1 | fedServerAvg:2 |",
|
161 |
+
"distributedSystemArgs": "none",
|
162 |
+
"_doc_distributedSystemArgs": "String",
|
163 |
+
"distributedSystemToken": "none",
|
164 |
+
"_doc_distributedSystemToken": "Token that associates distributed group of workers and parameter-server"
|
165 |
+
}
|
166 |
+
}
|
167 |
+
}
|