nvflare submiting job in poc mode #2122
-
hello i'm new to nvflare, i've been trying to run some examples jobs in poc mode for version 2.3, using the admin command line, but every time i try it returns that Error: meta.[json|conf|yml] not existing for job " ", possible in legacy job format. Please upgrade the job structure. I'm following the tutorial of this link https://developer.nvidia.com/blog/experimenting-with-novel-distributed-applications-using-nvidia-flare-2-1/ , i was previously just trying to follow the instructions on the README of each job, but it was also not working in the advanced examples, always returning an error of not enough sites have enough resources or when not that it was breaking due to some missing module |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 20 replies
-
@ramiro350 thanks for the interest! The reason you are seeing those errors is because version mismatching. For you, please do the following:
Make sure to install requirements of each examples. (can be done using "pip install -r requirements.txt" in each example folder) |
Beta Was this translation helpful? Give feedback.
-
@holgerroth yes it happens after step 3.6 |
Beta Was this translation helpful? Give feedback.
-
@ramiro350 please run the following commands inside the "cifar10-real-world" directory and paste the results:
For your reference this is my result:
|
Beta Was this translation helpful? Give feedback.
@ramiro350 follow steps in https://github.com/NVIDIA/NVFlare/tree/2.3/examples/advanced/cifar10/cifar10-real-world
Please do just ONE of the following options:
@holgerroth we should improve this to avoid confusion ^
If you have NO GPU, please change the "meta.json" (https://github.com/NVIDIA/NVFlare/blob/2.3/examples/advanced/cifar10/cifar10-real-world/jobs/cifar10_fedavg_stream_tb/meta.json) to the following:
Note1: T…