File tree Expand file tree Collapse file tree 3 files changed +9
-14
lines changed
server_client_light/client Expand file tree Collapse file tree 3 files changed +9
-14
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ client:
33 device_id : device_01
44delay_simulation :
55 device_computation :
6- enabled : false
7- network :
86 enabled : true
9- mean : 0.04
10- std_dev : 0.02
7+ mean : 0.015
8+ std_dev : 0.003
119 type : gaussian
10+ network :
11+ enabled : false
1212http :
1313 endpoints :
1414 device_inference_result : /api/device_inference_result
Original file line number Diff line number Diff line change @@ -3,14 +3,12 @@ client:
33 device_id: device_01
44delay_simulation:
55 device_computation:
6- enabled: true
7- mean: 0.1
8- std_dev: 0.1
9- type: gaussian
6+ enabled: false
107 network:
118 enabled: true
12- type: static
13- value: 0.02
9+ mean: 0.04
10+ std_dev: 0.02
11+ type: gaussian
1412http:
1513 endpoints:
1614 device_inference_result: /api/device_inference_result
Original file line number Diff line number Diff line change @@ -32,10 +32,7 @@ delay_simulation:
3232 computation:
3333 enabled: false
3434 edge_computation:
35- enabled: true
36- mean: 0.1
37- std_dev: 0.1
38- type: gaussian
35+ enabled: false
3936 network:
4037 enabled: false
4138local_inference_mode:
You can’t perform that action at this time.
0 commit comments