-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Following #34, we could consider the following for the application code:
- clean up unused dataset classes, methods, files, etc.
- remove unused options for datasets, models, binary vs. ordinal etc. or make sure to run only combinations (incl. loaded data) that make sense
- decide which datasets/models etc. we want to support and keep for now
- consider generating the synthetic dataset inside the container (considering we do not want to write to /data)
- consider generic way of computing numbers of epochs per site depending on (relative to full dataset size we would need to know?). This should balance the time per epoch acros sites. For a comparison of swarm vs. local training, the number of epochs in local training should be the same as in swarm training at each site.
- …
We may want to split this issue.