Replies: 2 comments 2 replies
-
Hi @alx338 , Thanks for the interest! Currently (2.2.1) NVFlare treats the submitted jobs as "REVIEWED/APPROVED" by the clients. However, I think we do have a plan to support reviewing/approval of jobs for each participants. A hacky way to do this check right now is that, you can have your custom executor keep checking for a "file" on client site. |
Beta Was this translation helpful? Give feedback.
-
I think you technically can do this by adding your custom Python package to the client's PYTHONPATH or by pip-installing the local package. Basically, if a Python process running on the client can successfully Seems like a small hassle but if you're distributing the custom package along with when you distribute the provisioned startup bundles it doesn't seem too bad. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I would like to have custom code (BYOC) in my application, but the clients need to review the custom code before execution.
If I understand correctly, using the submit_job command in the moment the job is deployed (to server and clients), it is also executed.
Is there a way to separate the deployment of a job and the actual execution ? (so that in the meantime the custom code can be checked)
Or a possibility to start training using custom code that is already on the client side?
Thanks a lot for your help!
Beta Was this translation helpful? Give feedback.
All reactions