summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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 8823fcf..2345a64 100644
--- a/README.md
+++ b/README.md
@@ -339,7 +339,7 @@ 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>