LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
iflearner/__init__.py
iflearner.egg-info/PKG-INFO
iflearner.egg-info/SOURCES.txt
iflearner.egg-info/dependency_links.txt
iflearner.egg-info/entry_points.txt
iflearner.egg-info/requires.txt
iflearner.egg-info/top_level.txt
iflearner/business/__init__.py
iflearner/business/homo/__init__.py
iflearner/business/homo/aggregate_server.py
iflearner/business/homo/argument.py
iflearner/business/homo/keras_trainer.py
iflearner/business/homo/mxnet_trainer.py
iflearner/business/homo/pytorch_trainer.py
iflearner/business/homo/sklearn_trainer.py
iflearner/business/homo/tensorflow_trainer.py
iflearner/business/homo/train_client.py
iflearner/business/homo/trainer.py
iflearner/business/homo/strategy/__init__.py
iflearner/business/homo/strategy/fedavg_client.py
iflearner/business/homo/strategy/fedavg_server.py
iflearner/business/homo/strategy/fednova_client.py
iflearner/business/homo/strategy/fednova_server.py
iflearner/business/homo/strategy/fedopt_client.py
iflearner/business/homo/strategy/fedopt_server.py
iflearner/business/homo/strategy/qfedavg_client.py
iflearner/business/homo/strategy/qfedavg_server.py
iflearner/business/homo/strategy/strategy_client.py
iflearner/business/homo/strategy/strategy_server.py
iflearner/business/homo/strategy/opt/__init__.py
iflearner/business/homo/strategy/opt/fedadagrad.py
iflearner/business/homo/strategy/opt/fedadam.py
iflearner/business/homo/strategy/opt/fedavgm.py
iflearner/business/homo/strategy/opt/fedopt.py
iflearner/business/homo/strategy/opt/fedyogi.py
iflearner/business/util/__init__.py
iflearner/business/util/metric.py
iflearner/business/util/metric_dev.py
iflearner/business/util/metric_test.py
iflearner/communication/__init__.py
iflearner/communication/base/__init__.py
iflearner/communication/base/base_client.py
iflearner/communication/base/base_client_test.py
iflearner/communication/base/base_exception.py
iflearner/communication/base/base_pb2.py
iflearner/communication/base/base_pb2_grpc.py
iflearner/communication/base/base_server.py
iflearner/communication/base/base_server_test.py
iflearner/communication/base/constant.py
iflearner/communication/hetero/__init__.py
iflearner/communication/homo/__init__.py
iflearner/communication/homo/homo_client.py
iflearner/communication/homo/homo_exception.py
iflearner/communication/homo/homo_exception_test.py
iflearner/communication/homo/homo_pb2.py
iflearner/communication/homo/homo_pb2_grpc.py
iflearner/communication/homo/homo_server.py
iflearner/communication/homo/message_type.py
iflearner/communication/peer/__init__.py
iflearner/communication/peer/aes.py
iflearner/communication/peer/diffie_hellman.py
iflearner/communication/peer/diffie_hellman_inst.py
iflearner/communication/peer/diffie_hellman_test.py
iflearner/communication/peer/message_type.py
iflearner/communication/peer/peer_client.py
iflearner/communication/peer/peer_server.py
iflearner/datasets/__init__.py
iflearner/datasets/cifar.py
iflearner/datasets/fl_dataset.py
iflearner/datasets/mnist.py
iflearner/datasets/sampler.py
iflearner/datasets/stl.py
iflearner/datasets/utils.py