Skip to content

ggsonic/tiny-style-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tiny-style-transfer

tiny pytorch implementation of neural style transfer.Keep it minimal and one click to run!

Setup

  • install PyTorch,PIL,numpy
  • get the code
git clone https://github.com/ggsonic/tiny-style-transfer
  • one click to run
./run_train.sh

or

python -u tiny.py

Notes

  • use torchvision pretrained models
  • use l1_norm loss to make style weights and content weights in same unit

About

tiny pytorch implementation of neural style transfer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published