LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
deel/torchlip/VERSION
deel/torchlip/__init__.py
deel/torchlip/functional.py
deel/torchlip/init.py
deel/torchlip/normalizers.py
deel/torchlip/modules/__init__.py
deel/torchlip/modules/activation.py
deel/torchlip/modules/conv.py
deel/torchlip/modules/downsampling.py
deel/torchlip/modules/linear.py
deel/torchlip/modules/loss.py
deel/torchlip/modules/module.py
deel/torchlip/modules/normalization.py
deel/torchlip/modules/pooling.py
deel/torchlip/modules/residual.py
deel/torchlip/modules/unconstrained.py
deel/torchlip/modules/upsampling.py
deel/torchlip/utils/__init__.py
deel/torchlip/utils/bjorck_norm.py
deel/torchlip/utils/evaluate_lip_const.py
deel/torchlip/utils/frobenius_norm.py
deel/torchlip/utils/lconv_norm.py
deel/torchlip/utils/sqrt_eps.py
deel_torchlip.egg-info/PKG-INFO
deel_torchlip.egg-info/SOURCES.txt
deel_torchlip.egg-info/dependency_links.txt
deel_torchlip.egg-info/requires.txt
deel_torchlip.egg-info/top_level.txt
tests/test_activations.py
tests/test_compute_layer_sv.py
tests/test_condense.py
tests/test_initializers.py
tests/test_layers.py
tests/test_losses.py
tests/test_metrics.py
tests/test_models.py
tests/test_normalization.py
tests/test_normalizers.py
tests/test_pooling.py
tests/test_regularizers.py
tests/test_residual.py
tests/test_unconstrained_layers.py
tests/test_updownsampling.py