Need help: 2 Short questions #718
Replies: 2 comments 3 replies
-
Thanks for the great questions! The FederatedModel and FederatedDataset were originally developed for the native Python API built on top of the Aggregator-based Workflow. The starting point for experiments that make use of the Director-based workflow is in the interactive API |
Beta Was this translation helpful? Give feedback.
-
Look at my repos, there are short READMEs that can explain you how to run experiments:
Moreover, I have submitted an article to IEEE Transactions on Medical Imaging where I do the same task: binary classification on pneumonia datasets: https://arxiv.org/pdf/2206.10048.pdf |
Beta Was this translation helpful? Give feedback.
-
Hi everybody,
I am currently developing and FL experiment trying to execute a binnary classification problem by detecting Pneumonia cases using the well-known Chest x-ray dataset. I have already created the FederatedDataset and FederatedNet objects but now I find myself with 2 questions as I do not understand 100% the official documentation. Taking into account that I want to run the experiment in a single notebook and i want to make a director-based workflow:
Thanks in advance to everybody!
Beta Was this translation helpful? Give feedback.
All reactions