diff options
| author | Cameron <cysmith1010@gmail.com> | 2017-03-28 17:44:17 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-28 17:44:17 -0700 |
| commit | 18b9314f8c45edcb8a78e33ea8b4acbdeee63908 (patch) | |
| tree | a4947d9d7bffe4f440b28aef41fe5b466ac4b31d /README.md | |
| parent | eedd2b85b224cd6810f6941b637eba25acfc9533 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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> |
