summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron <cysmith1010@gmail.com>2016-11-07 00:02:21 -0700
committerGitHub <noreply@github.com>2016-11-07 00:02:21 -0700
commit804005c76f63320c27b0b3d061d40161ca489d36 (patch)
tree25cfc99b9132be09249d71b52fac449c369dfdce
parent9c9ac0121ad8ebf1a7bb1551520096efcbdfbb4a (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2345a64..717c75f 100644
--- a/README.md
+++ b/README.md
@@ -341,7 +341,7 @@ python neural_style.py --video \
* `--optimizer`: Loss minimization optimizer. L-BFGS gives better results. Adam uses less memory. *Choices*: `lbfgs`, `adam`. *Default*: `lbfgs`
* `--learning_rate`: Learning-rate parameter for the Adam optimizer. *Default*: `1e0`
<p align="center">
-<img src="examples/equations/plot.png" width="321px">
+<img src="examples/equations/plot.png" width="420px">
</p>
* `--max_iterations`: Max number of iterations for the Adam or L-BFGS optimizer. *Default*: `1000`
* `--print_iterations`: Number of iterations between optimizer print statements. *Default*: `50`