summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCameron <cysmith1010@gmail.com>2017-03-28 17:44:17 -0700
committerGitHub <noreply@github.com>2017-03-28 17:44:17 -0700
commit18b9314f8c45edcb8a78e33ea8b4acbdeee63908 (patch)
treea4947d9d7bffe4f440b28aef41fe5b466ac4b31d /README.md
parenteedd2b85b224cd6810f6941b637eba25acfc9533 (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 8023941..5b58f81 100644
--- a/README.md
+++ b/README.md
@@ -356,12 +356,15 @@ 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*: `1e0`
+
<p align="center">
<img src="examples/equations/plot.png" width="360px">
</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`
+* `--content_loss_function`: Different constants K in the content loss function. *Choices*: `1`, `2`, `3`. *Default*: `1`
+
<p align="center">
<img src="examples/equations/content.png" width="321px">
</p>