You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After download, they will be available as `./data/dataset_blinded_site-*.json` which follows the same format as what
25
-
will be used in the challenge.
25
+
will be used in the challenge.
26
26
Please do not modify the data list filenames in the configs as they will be the same during the challenge.
27
27
28
28
Note, the location of the dataset and data lists will be given by the system.
@@ -140,7 +140,7 @@ Your FL framework will also need those ports for implementing the communication.
140
140
141
141
### 3.5 Results
142
142
Results will need to be written to `/result/predictions.json`.
143
-
Please follow the format produced by the reference implementation at [./result_server_example/predictions.json](./result_server_example/predictions.json)
143
+
Please follow the format produced by the reference implementation at [./result_server_example/predictions.json](./result_server_example/predictions.json)
144
144
(available after running `python3 ./code/pt/utils/download_datalists_and_predictions.py`)
145
145
The code is expected to return a json file containing at least list of image names and prediction probabilities for each breast density class
146
146
for the global model (should be named `SRV_best_FL_global_model.pt`).
0 commit comments