Skip to content

Instantly share code, notes, and snippets.

@alexiscreuzot
Created August 20, 2018 15:01
Show Gist options
  • Save alexiscreuzot/92dedbefddcd5eb81665d040bc705e33 to your computer and use it in GitHub Desktop.
Save alexiscreuzot/92dedbefddcd5eb81665d040bc705e33 to your computer and use it in GitHub Desktop.
Building a Style Transfer app on iOS using CoreML (2)
python neural_style/neural_style.py eval \
--model ~/Documents/checkpoint_5000.pth \
--content-image ~/Documents/images/original.jpg \
--output-image ~/Documents/images/stylized-test.jpg \
--cuda 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment