LICENSE.md
README.md
setup.py
p2pfl/__init__.py
p2pfl/base_node.py
p2pfl/command.py
p2pfl/communication_protocol.py
p2pfl/encrypter.py
p2pfl/gossiper.py
p2pfl/heartbeater.py
p2pfl/node.py
p2pfl/node_connection.py
p2pfl/settings.py
p2pfl.egg-info/PKG-INFO
p2pfl.egg-info/SOURCES.txt
p2pfl.egg-info/dependency_links.txt
p2pfl.egg-info/requires.txt
p2pfl.egg-info/top_level.txt
p2pfl/learning/__init__.py
p2pfl/learning/exceptions.py
p2pfl/learning/learner.py
p2pfl/learning/agregators/__init__.py
p2pfl/learning/agregators/agregator.py
p2pfl/learning/agregators/fedavg.py
p2pfl/learning/pytorch/__init__.py
p2pfl/learning/pytorch/lightninglearner.py
p2pfl/learning/pytorch/logger.py
p2pfl/learning/pytorch/mnist_examples/__init__.py
p2pfl/learning/pytorch/mnist_examples/mnistfederated_dm.py
p2pfl/learning/pytorch/mnist_examples/models/__init__.py
p2pfl/learning/pytorch/mnist_examples/models/cnn.py
p2pfl/learning/pytorch/mnist_examples/models/mlp.py
p2pfl/utils/__init__.py
p2pfl/utils/observer.py