diff options
| author | Cameron <cysmith1010@gmail.com> | 2016-11-06 14:43:56 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-06 14:43:56 -0700 |
| commit | 6eb518ba8b93eb2e9a0f324d575b73fdefa0b28f (patch) | |
| tree | 8846a9c3a29f10f7610a633629072a7130e205e4 | |
| parent | 045e7941e4ee9522675a97fe6c9806e5f3bb63d9 (diff) | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -342,7 +342,7 @@ python neural_style.py --video \ * `--learning_rate`: Learning-rate parameter for the Adam optimizer. *Default*: `1e1` <p align="center"> <img src="examples/equations/plot.png" width="321px"> -</p> +</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` |
