Replies: 4 comments 1 reply
-
@gonzaq94 can you share the full logs of server and clients? |
Beta Was this translation helpful? Give feedback.
-
0f54ca35-4448-4e03-84fe-3f5b99583db5-server.zip |
Beta Was this translation helpful? Give feedback.
-
@gonzaq94 thanks for the logs, from the logs I think everything looks normal. |
Beta Was this translation helpful? Give feedback.
-
close due to inactivity, feel free to re-open |
Beta Was this translation helpful? Give feedback.
-
Python version (
python3 -V
)3.8
NVFlare version (
python3 -m pip list | grep "nvflare"
)2.3.8
NVFlare branch (if running examples, please use the branch that corresponds to the NVFlare version,
git branch
)2.3.8
Operating system
Ubuntu 18.04.3 LTS
Have you successfully run any of the following examples?
Please describe your question
Hi,
I am getting "FINISHED:EXECUTION_EXCEPTION" at the end of the training (when the number of global rounds attains the "num_rounds" parameter set in "scatter_and_gather". However, while inspecting the logs of the clients and server there is no error or exception. I suspect that the problem is in the function "process_task_request" of the "nvflare.private.fed.server.server_runner module" class. Here is a copy of the last lines of the server log:
and of one of the clients
The "finalize" function of my learner is simply:
Thanks in advance for your help.
Gonzalo
Beta Was this translation helpful? Give feedback.
All reactions