scaleoutsystems / fedn

FEDn: An enterprise-ready open source federated learning framework. This repository contains the Python framework, CLI and API.
https://docs.scaleoutsystems.com
Apache License 2.0
143 stars 34 forks source link

Fix/SK-1060 | Move mnist data to scaleout public bucket #712

Open Wrede opened 2 months ago

Wrede commented 2 months ago

This pull request includes significant changes to the data handling and dependencies in the examples/mnist-pytorch/client project. The most important changes involve replacing the use of torchvision with direct data downloads, updating the data loading logic, and modifying the environment dependencies.

Data Handling Improvements:

Dependency Updates: