diff options
| author | cam <cameron@ideum.com> | 2016-11-07 21:54:13 -0700 |
|---|---|---|
| committer | cam <cameron@ideum.com> | 2016-11-07 21:54:13 -0700 |
| commit | f9d87012886556e791e6968d80009a83f1f7af19 (patch) | |
| tree | f1694805dadeff2f78da88b234a35bf6ee6d3344 /README.md | |
| parent | 09a1607f560c1cbeb435c0e91be920e00c67ba78 (diff) | |
| parent | a5ad33110a23a3a70d619e1e2665bf9352917181 (diff) | |
Merge branch 'master' of https://github.com/cysmith/neural-style-tf
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -341,7 +341,7 @@ python neural_style.py --video \ * `--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="321px"> +<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` |
