.zenodo.json
CONTRIBUTING.rst
LICENSE
README.rst
logo.svg
paper.md
pyproject.toml
setup.cfg
pystiche/__init__.py
pystiche/_compat.py
pystiche/_version.py
pystiche/demo.py
pystiche/meta.py
pystiche/misc.py
pystiche/optim.py
pystiche/py.typed
pystiche.egg-info/PKG-INFO
pystiche.egg-info/SOURCES.txt
pystiche.egg-info/dependency_links.txt
pystiche.egg-info/requires.txt
pystiche.egg-info/top_level.txt
pystiche/core/__init__.py
pystiche/core/_home.py
pystiche/core/_math.py
pystiche/core/_modules.py
pystiche/core/_objects.py
pystiche/core/_utils.py
pystiche/data/__init__.py
pystiche/data/datasets.py
pystiche/data/license.py
pystiche/data/collections/__init__.py
pystiche/data/collections/_core.py
pystiche/data/collections/download.py
pystiche/data/collections/local.py
pystiche/enc/__init__.py
pystiche/enc/encoder.py
pystiche/enc/guides.py
pystiche/enc/multi_layer_encoder.py
pystiche/enc/prepostprocessing.py
pystiche/enc/models/__init__.py
pystiche/enc/models/alexnet.py
pystiche/enc/models/utils.py
pystiche/enc/models/vgg.py
pystiche/image/__init__.py
pystiche/image/guides.py
pystiche/image/io.py
pystiche/image/utils.py
pystiche/loss/__init__.py
pystiche/loss/_comparison.py
pystiche/loss/_container.py
pystiche/loss/_legacy.py
pystiche/loss/_loss.py
pystiche/loss/_regularization.py
pystiche/loss/functional.py
pystiche/loss/utils.py
pystiche/ops/__init__.py
pystiche/ops/functional.py
pystiche/pyramid/__init__.py
pystiche/pyramid/level.py
pystiche/pyramid/pyramid.py
pystiche/pyramid/storage.py
scripts/README.md
scripts/generate_requirements_rtd.py
scripts/perform_model_optimization.py