AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.md
requirements_dev.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/torchfl.datamodules.rst
docs/torchfl.federated.aggregators.rst
docs/torchfl.federated.rst
docs/torchfl.federated.samplers.rst
docs/torchfl.models.core.cifar.cifar10.rst
docs/torchfl.models.core.cifar.cifar100.rst
docs/torchfl.models.core.cifar.rst
docs/torchfl.models.core.emnist.balanced.rst
docs/torchfl.models.core.emnist.byclass.rst
docs/torchfl.models.core.emnist.bymerge.rst
docs/torchfl.models.core.emnist.digits.rst
docs/torchfl.models.core.emnist.letters.rst
docs/torchfl.models.core.emnist.mnist.rst
docs/torchfl.models.core.emnist.rst
docs/torchfl.models.core.fashionmnist.rst
docs/torchfl.models.core.rst
docs/torchfl.models.rst
docs/torchfl.models.sota.rst
docs/torchfl.models.wrapper.rst
docs/torchfl.rst
docs/_static/images/logo.png
docs/_static/images/torchfl-github.png
torchfl/__init__.py
torchfl/cli.py
torchfl/compatibility.py
torchfl.egg-info/PKG-INFO
torchfl.egg-info/SOURCES.txt
torchfl.egg-info/dependency_links.txt
torchfl.egg-info/entry_points.txt
torchfl.egg-info/not-zip-safe
torchfl.egg-info/requires.txt
torchfl.egg-info/top_level.txt
torchfl/datamodules/__init__.py
torchfl/datamodules/cifar.py
torchfl/datamodules/emnist.py
torchfl/datamodules/fashionmnist.py
torchfl/federated/__init__.py
torchfl/federated/aggregators/__init__.py
torchfl/federated/samplers/__init__.py
torchfl/models/__init__.py
torchfl/models/core/__init__.py
torchfl/models/core/cifar/__init__.py
torchfl/models/core/cifar/cifar10/__init__.py
torchfl/models/core/cifar/cifar10/alexnet.py
torchfl/models/core/cifar/cifar10/densenet.py
torchfl/models/core/cifar/cifar10/lenet.py
torchfl/models/core/cifar/cifar10/mobilenet.py
torchfl/models/core/cifar/cifar10/resnet.py
torchfl/models/core/cifar/cifar10/shufflenetv2.py
torchfl/models/core/cifar/cifar10/squeezenet.py
torchfl/models/core/cifar/cifar10/vgg.py
torchfl/models/core/cifar/cifar100/__init__.py
torchfl/models/core/cifar/cifar100/alexnet.py
torchfl/models/core/cifar/cifar100/densenet.py
torchfl/models/core/cifar/cifar100/lenet.py
torchfl/models/core/cifar/cifar100/mobilenet.py
torchfl/models/core/cifar/cifar100/resnet.py
torchfl/models/core/cifar/cifar100/shufflenetv2.py
torchfl/models/core/cifar/cifar100/squeezenet.py
torchfl/models/core/cifar/cifar100/vgg.py
torchfl/models/core/emnist/__init__.py
torchfl/models/core/emnist/balanced/__init__.py
torchfl/models/core/emnist/balanced/alexnet.py
torchfl/models/core/emnist/balanced/densenet.py
torchfl/models/core/emnist/balanced/lenet.py
torchfl/models/core/emnist/balanced/mlp.py
torchfl/models/core/emnist/balanced/mobilenet.py
torchfl/models/core/emnist/balanced/resnet.py
torchfl/models/core/emnist/balanced/shufflenetv2.py
torchfl/models/core/emnist/balanced/squeezenet.py
torchfl/models/core/emnist/balanced/vgg.py
torchfl/models/core/emnist/byclass/__init__.py
torchfl/models/core/emnist/byclass/alexnet.py
torchfl/models/core/emnist/byclass/densenet.py
torchfl/models/core/emnist/byclass/lenet.py
torchfl/models/core/emnist/byclass/mlp.py
torchfl/models/core/emnist/byclass/mobilenet.py
torchfl/models/core/emnist/byclass/resnet.py
torchfl/models/core/emnist/byclass/shufflenetv2.py
torchfl/models/core/emnist/byclass/squeezenet.py
torchfl/models/core/emnist/byclass/vgg.py
torchfl/models/core/emnist/bymerge/__init__.py
torchfl/models/core/emnist/bymerge/alexnet.py
torchfl/models/core/emnist/bymerge/densenet.py
torchfl/models/core/emnist/bymerge/lenet.py
torchfl/models/core/emnist/bymerge/mlp.py
torchfl/models/core/emnist/bymerge/mobilenet.py
torchfl/models/core/emnist/bymerge/resnet.py
torchfl/models/core/emnist/bymerge/shufflenetv2.py
torchfl/models/core/emnist/bymerge/squeezenet.py
torchfl/models/core/emnist/bymerge/vgg.py
torchfl/models/core/emnist/digits/__init__.py
torchfl/models/core/emnist/digits/alexnet.py
torchfl/models/core/emnist/digits/densenet.py
torchfl/models/core/emnist/digits/lenet.py
torchfl/models/core/emnist/digits/mlp.py
torchfl/models/core/emnist/digits/mobilenet.py
torchfl/models/core/emnist/digits/resnet.py
torchfl/models/core/emnist/digits/shufflenetv2.py
torchfl/models/core/emnist/digits/squeezenet.py
torchfl/models/core/emnist/digits/vgg.py
torchfl/models/core/emnist/letters/__init__.py
torchfl/models/core/emnist/letters/alexnet.py
torchfl/models/core/emnist/letters/densenet.py
torchfl/models/core/emnist/letters/lenet.py
torchfl/models/core/emnist/letters/mlp.py
torchfl/models/core/emnist/letters/mobilenet.py
torchfl/models/core/emnist/letters/resnet.py
torchfl/models/core/emnist/letters/shufflenetv2.py
torchfl/models/core/emnist/letters/squeezenet.py
torchfl/models/core/emnist/letters/vgg.py
torchfl/models/core/emnist/mnist/__init__.py
torchfl/models/core/emnist/mnist/alexnet.py
torchfl/models/core/emnist/mnist/densenet.py
torchfl/models/core/emnist/mnist/lenet.py
torchfl/models/core/emnist/mnist/mlp.py
torchfl/models/core/emnist/mnist/mobilenet.py
torchfl/models/core/emnist/mnist/resnet.py
torchfl/models/core/emnist/mnist/shufflenetv2.py
torchfl/models/core/emnist/mnist/squeezenet.py
torchfl/models/core/emnist/mnist/vgg.py
torchfl/models/core/fashionmnist/__init__.py
torchfl/models/core/fashionmnist/alexnet.py
torchfl/models/core/fashionmnist/densenet.py
torchfl/models/core/fashionmnist/lenet.py
torchfl/models/core/fashionmnist/mlp.py
torchfl/models/core/fashionmnist/mobilenet.py
torchfl/models/core/fashionmnist/resnet.py
torchfl/models/core/fashionmnist/shufflenetv2.py
torchfl/models/core/fashionmnist/squeezenet.py
torchfl/models/core/fashionmnist/vgg.py
torchfl/models/sota/__init__.py
torchfl/models/sota/alexnet.py
torchfl/models/sota/densenet.py
torchfl/models/sota/lenet.py
torchfl/models/sota/mlp.py
torchfl/models/sota/mobilenet.py
torchfl/models/sota/resnet.py
torchfl/models/sota/shufflenetv2.py
torchfl/models/sota/squeezenet.py
torchfl/models/sota/vgg.py
torchfl/models/wrapper/__init__.py
torchfl/models/wrapper/cifar.py
torchfl/models/wrapper/emnist.py
torchfl/models/wrapper/fashionmnist.py