An open API service indexing awesome lists of open source software.

https://github.com/tymokvo/pt-styletransfer

Neural style transfer as a class in PyTorch
https://github.com/tymokvo/pt-styletransfer

Last synced: 29 days ago
JSON representation

Neural style transfer as a class in PyTorch

Awesome Lists containing this project

README

        

# pt-styletransfer
Neural style transfer as a class in PyTorch

Based on:
https://github.com/alexis-jacq/Pytorch-Tutorials

Adds:

StyleTransferNet as a class that can be imported by other scripts

VGG support (this was before pretrained VGG models were available in PyTorch)

Convenience functions for saving intermediate style & content targets for display

Convenience function for examining gram matricies as images

Auto style, content, and product image saving

matplotlib plots of losses over time & record of hyperparameters to keep track of favorable results