summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCameron <cysmith1010@gmail.com>2016-11-06 14:43:08 -0700
committerGitHub <noreply@github.com>2016-11-06 14:43:08 -0700
commit045e7941e4ee9522675a97fe6c9806e5f3bb63d9 (patch)
treefe90bf725bccf94b2cb67553449344b25b9ac42e /README.md
parent41822d9c1877c07b9408ac4c2e97ff9ce789a8e9 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index dbdece9..03c8a5e 100644
--- a/README.md
+++ b/README.md
@@ -339,7 +339,10 @@ python neural_style.py --video \
#### Optimization Arguments
* `--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*: `1e1`
+* `--learning_rate`: Learning-rate parameter for the Adam optimizer. *Default*: `1e1`
+<p align="center">
+<img src="examples/equations/plot.png" width="321px">
+</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`
* `--content_loss_function`: Different constants K in the content loss function. *Choices*: `1`, `2`, `3`. *Default*: `1`