@@ -106,7 +106,7 @@ Configure instances of experiment in a json format, structure is shown below.
python3 get_freq.py
```
- Update extraced frequencies value to configure files.
- Structure of json config:
- Structure of json config: (remark: role "modules": ["logger"] is supported by the Flower_v1 example provided in this repo to easily log FL performance values. For your FL framework just leave it blank: "modules":[]).
```json
{
"instances":{
...
...
@@ -152,7 +152,7 @@ Configure instances of experiment in a json format, structure is shown below.
Choose only one in 3 settings:
-`dummy`: for testing in min and max GPU freq (`false` or `true`).
-`baseline`: for testing in max GPU freq (`false` or `true`).
- last setting includes 3 parameters: test with the all freqs in the range. To disable this setting, set the `zoomfrom` and `zoomto` are same values.
- last setting is `frequencies`, includes 3 parameters: test with the all freqs in the range. To disable this setting, set the `zoomfrom` and `zoomto` are same values.
-`steps`: steps to jump in range/window of frequencies (int).