├── Neural_Style.ipynb ├── Neural_Style.py ├── README.md └── images ├── dancing.jpg ├── neuralstyle.png ├── picasso.jpg ├── result_content.png ├── result_random.png └── vgg19_result.png /Neural_Style.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexis-jacq/Pytorch-Tutorials/HEAD/Neural_Style.ipynb -------------------------------------------------------------------------------- /Neural_Style.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexis-jacq/Pytorch-Tutorials/HEAD/Neural_Style.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexis-jacq/Pytorch-Tutorials/HEAD/README.md -------------------------------------------------------------------------------- /images/dancing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexis-jacq/Pytorch-Tutorials/HEAD/images/dancing.jpg -------------------------------------------------------------------------------- /images/neuralstyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexis-jacq/Pytorch-Tutorials/HEAD/images/neuralstyle.png -------------------------------------------------------------------------------- /images/picasso.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexis-jacq/Pytorch-Tutorials/HEAD/images/picasso.jpg -------------------------------------------------------------------------------- /images/result_content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexis-jacq/Pytorch-Tutorials/HEAD/images/result_content.png -------------------------------------------------------------------------------- /images/result_random.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexis-jacq/Pytorch-Tutorials/HEAD/images/result_random.png -------------------------------------------------------------------------------- /images/vgg19_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexis-jacq/Pytorch-Tutorials/HEAD/images/vgg19_result.png --------------------------------------------------------------------------------