Replies: 1 comment
-
Hello @Niko-k98 Thanks for your question! You can just put your thing into the following folder structure:
And put your custom code:
You can just copy your job template to where the NVFlare templates are (for example:
Then you do After that you can do:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Python version (
python3 -V
)3.10.12
NVFlare version (
python3 -m pip list | grep "nvflare"
)2.4
NVFlare branch (if running examples, please use the branch that corresponds to the NVFlare version,
git branch
)2.4
Operating system
Red Hat Enterprise Linux (RHEL) 8.3
Have you successfully run any of the following examples?
Please describe your question
I am currently running a series of Federated Learning simulations in both simulation and POC. i have been utilizing job templates such as sag_pt sag_pt_he and sag_deploy_map. I have also setup logging with weights and biases. At present every time I make a new job I need to manually add things such as wandb logging to the config scripts. Is there any documentation on how I could go about creating a custom job template? Such that I can run:
nvflare job create -j jobs/my_job -w my_custom_template
Where the template would have the necessary content to establish a new job. Thank you for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions