summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron <cysmith1010@gmail.com>2016-10-11 12:42:14 -0600
committerGitHub <noreply@github.com>2016-10-11 12:42:14 -0600
commit78452b6a061e595d094aa821ac25fd8cb8afc21d (patch)
tree485f82488ed3a0132823cfd9e1b5cb8529fe9a17
parent87ca27c40283961e53a6942650a30806abc2f4ce (diff)
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d312b1d..21eb33e 100644
--- a/README.md
+++ b/README.md
@@ -270,7 +270,7 @@ 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`
+* `--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>