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
Then we prepare HE context for clients and server, note that this step is done by secure provisioning for real-life applications, but in this study experimenting with BFV scheme, we use this step to distribute the HE context.
Next, we set the location of the job templates directory.
103
+
Next, we run the federated training using NVFlare Simulator via [JobAPI](https://nvflare.readthedocs.io/en/main/programming_guide/fed_job_api.html), both without and with HE:
104
104
```commandline
105
-
nvflare config -jt ./job_templates
105
+
python km_job.py
106
+
python km_job.py --encryption
106
107
```
107
108
108
-
Then we can generate the job configurations from the `kaplan_meier` template:
0 commit comments