summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCameron <cysmith1010@gmail.com>2016-10-24 22:26:01 -0600
committerGitHub <noreply@github.com>2016-10-24 22:26:01 -0600
commit7c1c0ed41a23c7a2252bb7464db0208549ffe152 (patch)
tree34b742308b1936259505c8048ad38e7baa5df3ed /README.md
parent360acb21a84b38cc5780362e968c4fcfd378f317 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 52cb770..3000b22 100644
--- a/README.md
+++ b/README.md
@@ -265,7 +265,7 @@ python neural_style.py --video \
* `--pooling_type`: Type of pooling in convolutional neural network. *Choices*: `avg`, `max`. *Default*: `avg`
* `--device`: GPU or CPU device. GPU mode highly recommended but requires NVIDIA CUDA. *Choices*: `/gpu:0` `/cpu:0`. *Default*: `/gpu:0`
* `--image_output_dir`: Directory to write output to. *Default*: `./image_output`
-* `--img_name`: Filename of the output image. *Default*: result
+* `--img_name`: Filename of the output image. *Default*: `result`
* `--verbose`: Boolean flag indicating if statements should be printed to the console.
#### Optimization Arguments