Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distribution for federated dataloader for segmentation #8

Open
NiWaRe opened this issue Feb 3, 2021 · 0 comments
Open

Distribution for federated dataloader for segmentation #8

NiWaRe opened this issue Feb 3, 2021 · 0 comments

Comments

@NiWaRe
Copy link
Collaborator

NiWaRe commented Feb 3, 2021

Description
For now, in utils.py the transforms are applied the same way as for the MNIST dataset, i.e. from a central source the data is loaded here ( this part can be left away in new approach), then split, and then transforms are applied here. Normally /data/server_simulation/distribute_data.py should be used to first create different folders (one for each worker) and then load the data from there. Once the distribution is implemented the code for loading and the transforms is already here. (slight changes might be necessary)

@NiWaRe NiWaRe mentioned this issue Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant