Created
August 20, 2018 15:01
-
-
Save alexiscreuzot/92dedbefddcd5eb81665d040bc705e33 to your computer and use it in GitHub Desktop.
Building a Style Transfer app on iOS using CoreML (2)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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