summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorcam <cameron@ideum.com>2016-11-06 22:43:30 -0700
committercam <cameron@ideum.com>2016-11-06 22:43:30 -0700
commit9c9ac0121ad8ebf1a7bb1551520096efcbdfbb4a (patch)
tree08c543f941c7e7b70c4270f1957c326fcd00aabe /README.md
parent54a5af4d6550df66306a83555dac830d10edb17c (diff)
parent03e7c07720fb6a1ac166016fd1c33407fafee300 (diff)
Fixed commmit.
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..2345a64 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*: `1e0`
+<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`