diff options
| author | Cameron <cysmith1010@gmail.com> | 2016-10-11 12:39:22 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-11 12:39:22 -0600 |
| commit | 15eaa40641329c6b3b0222df97f8c54331cfb6d9 (patch) | |
| tree | 6791b1d3fe9e6a75ab05d9ec36a34073f875c83d | |
| parent | aa2e2efcaf0787bed88262aa0e6dcc2cc736f737 (diff) | |
Added content equation
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -270,6 +270,10 @@ python neural_style.py --video \ * `--learning_rate`: Learning-rate parameter for the Adam optimizer. *Default*: `1e1` * `--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 below equation. *Choices*: `1`, `2`, `3`. *Default*: `1` +<p align="center"> +<img src="examples/equations/content.png" width="321px"> +</p> #### Video Frame Arguments * `--video`: Boolean flag indicating if the user is creating a video. |
