[Q&A] Change of behaviour: where is the simulator saving its output? #3181
-
Python version (
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Update: What was being run before was:
If job_dir exists, then it's deleted.
Did not exist. Therefore I imagine the directory stayed in its place and no error happened. With the new version, 2.5.2, this folder has changed to
It does exist and therefore gets deleted. Does this mean that nvflare has changed the folder structure with the simulator, or in general? Was it a bug that os.path.join(cwd, fl_ctx.get_job_id()) did not exist? |
Beta Was this translation helpful? Give feedback.
-
@virginiafdez thank you for raising the issue. Yes, there is a behavior change regarding to the simulator workspace saving. So each site will have:
|
Beta Was this translation helpful? Give feedback.
@virginiafdez thank you for raising the issue.
Yes, there is a behavior change regarding to the simulator workspace saving.
In 2.5.2 and forward, we make the simulator workspace consistent with the POC and the real-world deployment workspace.
The POC and real-world case remains the same as follows:
So each site will have: