fast-neural-style
fast-neural-style copied to clipboard
gpu
where or how do i add the flag -gpu?
example: th fast_neural_style.lua \
-model models/eccv16/starry_night.t7 \
-input_image images/content/chicago.jpg \
-output_image out.png
( -gpu 0 )?
or others?
Yeap, the command below should work.
th fast_neural_style.lua \
-model models/eccv16/starry_night.t7 \
-input_image images/content/chicago.jpg \
-output_image out.png \
-gpu 0