diff options
| author | Cameron <cysmith1010@gmail.com> | 2016-10-11 22:40:00 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-11 22:40:00 -0600 |
| commit | 4524885253aafb9928e0859fb1505ce9c22ab06c (patch) | |
| tree | a1de6f2248ddd413bbbde633df38529c899c7d3d /stylize_image.sh | |
| parent | 1b3e00480b9d99f34fea068009efe45bc76111fd (diff) | |
Added verbose to usage script
Diffstat (limited to 'stylize_image.sh')
| -rw-r--r-- | stylize_image.sh | 3 |
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 |
