pastiche

A PyTorch implementation of Neural Style Transfer (Gatys et al. 2015).

MIT License

Downloads
372
Stars
28
Committers
1

Bot releases are hidden (Show)

pastiche - v1.6.0 Latest Release

Published by dstein64 4 months ago

  • Ignore numpy initialization warnings.
pastiche - v1.5.0

Published by dstein64 4 months ago

  • Remove the numpy and torchvision dependencies.
pastiche - v1.4.0

Published by dstein64 about 2 years ago

  • Update total-variation term.
pastiche - v1.3.0

Published by dstein64 over 3 years ago

  • Add numpy as a dependency.
pastiche - v1.2.0

Published by dstein64 over 3 years ago

  • Add option for using Adam optimizer
  • Add option for using average pooling
pastiche - v1.1.0

Published by dstein64 over 3 years ago

  • Add support for multiple-device computation
  • Add support for multiple style images
pastiche - v1.0.1

Published by dstein64 almost 4 years ago

  • Suppress warning when checking if CUDA is available.
pastiche - v1.0.0

Published by dstein64 over 4 years ago

  • Addressed a text encoding issue that prevented setup.py from running on Windows.
  • Removed support for Python 3.5.
pastiche - v0.2.0

Published by dstein64 almost 5 years ago

v0.2.0 is the initial release of pastiche.