Skip to content

Instantly share code, notes, and snippets.

@ProGamerGov
Created February 13, 2017 03:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ProGamerGov/53979447d09fe6098d4b00fc8e924109 to your computer and use it in GitHub Desktop.
Save ProGamerGov/53979447d09fe6098d4b00fc8e924109 to your computer and use it in GitHub Desktop.
th neural_style_c.lua -content_loss -output_image out1.png -init_image fig4_content.jpg -num_iterations 1000 -content_image fig4_style3.jpg -style_image fig4_style2.jpg -image_size 640 -content_layers relu1_1,relu2_1 -save_iter 50 -print_iter 50 -seed 876 -init image -backend cudnn -cudnn_autotune
th neural_style_c.lua -content_loss -output_image out2.png -init_image out1.png -num_iterations 500 -content_image fig4_style3.jpg -style_image fig4_style2.jpg -image_size 768 -content_layers relu1_1,relu2_1 -save_iter 0 -print_iter 50 -seed 876 -init image -backend cudnn -cudnn_autotune
th neural_style_c.lua -content_loss -output_image out3.png -init_image out2.png -num_iterations 200 -content_image fig4_style3.jpg -style_image fig4_style2.jpg -image_size 1024 -content_layers relu1_1,relu2_1 -save_iter 0 -print_iter 50 -seed 876 -init image -backend cudnn -cudnn_autotune
th neural_style_c.lua -content_loss -output_image out4.png -init_image out3.png -num_iterations 200 -content_image fig4_style3.jpg -style_image fig4_style2.jpg -image_size 1152 -content_layers relu1_1,relu2_1 -save_iter 0 -print_iter 50 -seed 876 -init image -backend cudnn -cudnn_autotune
th neural_style_c.lua -content_loss -output_image out5.png -init_image out4.png -num_iterations 200 -content_image fig4_style3.jpg -style_image fig4_style2.jpg -image_size 1536 -content_layers relu1_1,relu2_1 -save_iter 0 -print_iter 50 -seed 876 -init image -backend cudnn -cudnn_autotune
th neural_style_c.lua -content_loss -output_image out6.png -init_image out5.png -num_iterations 200 -content_image fig4_style3.jpg -style_image fig4_style2.jpg -image_size 1664 -content_layers relu1_1,relu2_1 -save_iter 0 -print_iter 50 -seed 876 -init image -backend cudnn -cudnn_autotune
th neural_style_c.lua -content_loss -output_image out7.png -init_image out6.png -num_iterations 100 -content_image fig4_style3.jpg -style_image fig4_style2.jpg -image_size 1920 -content_layers relu1_1,relu2_1 -save_iter 0 -print_iter 50 -seed 876 -init image -backend cudnn -cudnn_autotune
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment