pystiche.demo

pystiche.demo.images()

Collection of images used in the usage examples.

Note

You can use

print(images())

to get a list of all available images.

Return type

DownloadableImageCollection

pystiche.demo.transformer()

Basic transformer for model-based optimization.

The transformer is compatible with the official PyTorch example which in turn is based on [JAL16]

Return type

Module