summaryrefslogtreecommitdiff
path: root/stylize_image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'stylize_image.sh')
-rw-r--r--stylize_image.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/stylize_image.sh b/stylize_image.sh
index 7c6f021..20e4ae9 100644
--- a/stylize_image.sh
+++ b/stylize_image.sh
@@ -40,4 +40,5 @@ python neural_style.py \
--content_img_dir "${content_dir}" \
--style_imgs "${style_filename}" \
--style_imgs_dir "${style_dir}" \
---device "${device}"; \ No newline at end of file
+--device "${device}" \
+--verbose; \ No newline at end of file