A Python library for rapid prototyping, experimenting, and logging of federated learning using state-of-the-art models and datasets. Built using PyTorch and PyTorch Lightning.
Stars
44
Forks
1
Watchers
44
Open Issues
23
Overall repository health assessment
No package.json found
This might not be a Node.js project
Merge pull request #29 from torchfl-org/vivek/pytorch2.0
25a0ba3View on GitHub(deps) upgrading to pytorch and lightning 2.0 for latest features
4a583f6View on GitHubUpdated cli.py to contain logic for coalescing CLI and YAML namespaces (#28)
9da279eView on GitHubMerge pull request #25 from torchfl-org/rohit/22-refactor-add-a-base-class-for-the-datamodules
fd6addfView on GitHubAdded base class that derives from pytorch lightning. Made sure to not make the base module visible to other classes as there should be no reason to access it.
92744fbView on GitHub[feat] adding support for cli and refactoring the existing modules to include types (#19)
51e93bfView on GitHub