AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE.txt
MANIFEST.in
README.rst
devRequirements.txt
docsRequirements.txt
requirements.txt
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
docs/usage_experiments.rst
memcnn/__init__.py
memcnn/train.py
memcnn.egg-info/PKG-INFO
memcnn.egg-info/SOURCES.txt
memcnn.egg-info/dependency_links.txt
memcnn.egg-info/requires.txt
memcnn.egg-info/top_level.txt
memcnn/config/__init__.py
memcnn/config/config.json.example
memcnn/config/experiments.json
memcnn/config/tests/__init__.py
memcnn/config/tests/test_config.py
memcnn/data/__init__.py
memcnn/data/cifar.py
memcnn/data/sampling.py
memcnn/data/tests/__init__.py
memcnn/data/tests/test_cifar.py
memcnn/data/tests/test_sampling.py
memcnn/experiment/__init__.py
memcnn/experiment/factory.py
memcnn/experiment/manager.py
memcnn/experiment/tests/__init__.py
memcnn/experiment/tests/test_factory.py
memcnn/experiment/tests/test_manager.py
memcnn/models/__init__.py
memcnn/models/additive.py
memcnn/models/affine.py
memcnn/models/resnet.py
memcnn/models/revop.py
memcnn/models/utils.py
memcnn/models/tests/__init__.py
memcnn/models/tests/test_couplings.py
memcnn/models/tests/test_is_invertible_module.py
memcnn/models/tests/test_memory_saving.py
memcnn/models/tests/test_models.py
memcnn/models/tests/test_multi.py
memcnn/models/tests/test_resnet.py
memcnn/models/tests/test_revop.py
memcnn/trainers/__init__.py
memcnn/trainers/classification.py
memcnn/trainers/tests/__init__.py
memcnn/trainers/tests/test_classification.py
memcnn/trainers/tests/test_train.py
memcnn/utils/__init__.py
memcnn/utils/log.py
memcnn/utils/loss.py
memcnn/utils/stats.py
memcnn/utils/tests/__init__.py
memcnn/utils/tests/test_log.py
memcnn/utils/tests/test_loss.py
memcnn/utils/tests/test_stats.py