LICENSE
README.md
pyproject.toml
torchfed/__init__.py
torchfed/logging.py
torchfed.egg-info/PKG-INFO
torchfed.egg-info/SOURCES.txt
torchfed.egg-info/dependency_links.txt
torchfed.egg-info/requires.txt
torchfed.egg-info/top_level.txt
torchfed/datasets/CIFAR10.py
torchfed/datasets/MNIST.py
torchfed/datasets/__init__.py
torchfed/datasets/dataset.py
torchfed/managers/dataset_manager.py
torchfed/models/CIFARNet.py
torchfed/models/__init__.py
torchfed/modules/__init__.py
torchfed/modules/module.py
torchfed/modules/compute/tester.py
torchfed/modules/compute/trainer.py
torchfed/modules/distribute/data_distribute.py
torchfed/modules/distribute/decentralized_data_distribute.py
torchfed/modules/distribute/weighted_data_distribute.py
torchfed/modules/node/__init__.py
torchfed/modules/node/fedavg.py
torchfed/routers/__init__.py
torchfed/routers/p2p_router.py
torchfed/routers/router.py
torchfed/routers/router_msg.py
torchfed/routers/torch_distributed_rpc_router.py
torchfed/routers/p2p/node.py
torchfed/routers/p2p/node_connection.py
torchfed/routers/p2p/p2p_node.py
torchfed/third_party/aim_extension/distribution.py
torchfed/types/__init__.py
torchfed/types/meta.py
torchfed/types/named.py
torchfed/utils/cuda.py
torchfed/utils/decorator.py
torchfed/utils/hash.py
torchfed/utils/helper.py
torchfed/utils/object.py
torchfed/utils/plotter.py