LICENSE
README.md
setup.py
fedhf/__init__.py
fedhf.egg-info/PKG-INFO
fedhf.egg-info/SOURCES.txt
fedhf.egg-info/dependency_links.txt
fedhf.egg-info/requires.txt
fedhf.egg-info/top_level.txt
fedhf/api/__init__.py
fedhf/api/cluster/__init__.py
fedhf/api/cluster/cluster.py
fedhf/api/logger/__init__.py
fedhf/api/logger/base_logger.py
fedhf/api/logger/logger.py
fedhf/api/message/__init__.py
fedhf/api/message/base_message.py
fedhf/api/message/message_code.py
fedhf/api/metric/__init__.py
fedhf/api/metric/metric.py
fedhf/api/opt/__init__.py
fedhf/api/opt/opt.py
fedhf/api/serial/__init__.py
fedhf/api/serial/deserializer.py
fedhf/api/serial/serializer.py
fedhf/api/serial/unpickler.py
fedhf/component/__init__.py
fedhf/component/aggregator/__init__.py
fedhf/component/aggregator/async_aggregator.py
fedhf/component/aggregator/base_aggregator.py
fedhf/component/aggregator/fedasync_aggregator.py
fedhf/component/aggregator/fedavg_aggregator.py
fedhf/component/aggregator/sync_aggregator.py
fedhf/component/communicator/__init__.py
fedhf/component/communicator/base_communicator.py
fedhf/component/communicator/distributed_communicator.py
fedhf/component/crypor/__init__.py
fedhf/component/evaluator/__init__.py
fedhf/component/evaluator/base_evaluator.py
fedhf/component/evaluator/evaluator.py
fedhf/component/sampler/__init__.py
fedhf/component/sampler/base_sampler.py
fedhf/component/sampler/noniid_sampler.py
fedhf/component/sampler/random_sampler.py
fedhf/component/selector/__init__.py
fedhf/component/selector/base_selector.py
fedhf/component/selector/random_fedasync_selector.py
fedhf/component/selector/random_selector.py
fedhf/component/superagent/__init__.py
fedhf/component/trainer/__init__.py
fedhf/component/trainer/base_trainer.py
fedhf/component/trainer/fedasync_trainer.py
fedhf/component/trainer/trainer.py
fedhf/core/__init__.py
fedhf/core/attactor/__init__.py
fedhf/core/attactor/base_attactor.py
fedhf/core/attactor/dlg_attactor.py
fedhf/core/client/__init__.py
fedhf/core/client/base_client.py
fedhf/core/client/distributed_client.py
fedhf/core/client/simulated_client.py
fedhf/core/coordinator/__init__.py
fedhf/core/coordinator/base_coordinator.py
fedhf/core/coordinator/distributed_coordinator.py
fedhf/core/coordinator/simulated_async_coordinator.py
fedhf/core/coordinator/simulated_sync_coordinator.py
fedhf/core/injector/__init__.py
fedhf/core/injector/base_injector.py
fedhf/core/server/__init__.py
fedhf/core/server/base_server.py
fedhf/core/server/distributed_server.py
fedhf/core/server/simulated_server.py
fedhf/dataset/__init__.py
fedhf/dataset/cifar10.py
fedhf/dataset/client_datasest.py
fedhf/dataset/femnist.py
fedhf/dataset/mnist.py
fedhf/model/__init__.py
fedhf/model/criterion/__init__.py
fedhf/model/nn/__init__.py
fedhf/model/nn/alexnet_cifar10.py
fedhf/model/nn/base_model.py
fedhf/model/nn/cnn_cifar10.py
fedhf/model/nn/cnn_mnist.py
fedhf/model/nn/mlp.py
fedhf/model/nn/resnet.py
fedhf/model/optimizer/__init__.py