summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCameron <cysmith1010@gmail.com>2016-10-11 13:40:30 -0600
committerGitHub <noreply@github.com>2016-10-11 13:40:30 -0600
commit4ec089a249775524911bb9a3556098a9f1f34d09 (patch)
treea4d70dd94744355567b858ac222ee7776f44ad8c
parent1b22d8f9a2719a4d5cd98eb9a97088e9be0eba2b (diff)
Modified README
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index 0673eaf..ffa1322 100644
--- a/README.md
+++ b/README.md
@@ -270,16 +270,12 @@ 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 content loss function. *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.
* `--start_frame`: First frame number. *Default*: `1`
* `--end_frame`: Last frame number. *Default*: `1`
-* `--first_frame_type`: Image used to initialize the network during the rendering of the first frame. *Choices*: `content`, `random`, `style`. *Default*: `content`
+* `--first_frame_type`: Image used to initialize the network during the rendering of the first frame. *Choices*: `content`, `random`, `style`. *Default*: `random`
* `--init_frame_type`: Image used to initialize the network during the every rendering after the first frame. *Choices*: `prev_warped`, `prev`, `content`, `random`, `style`. *Default*: `prev_warped`
* `--video_input_dir`: Relative or absolute directory path to input frames. *Default*: `./video_input`
* `--video_output_dir`: Relative or absolute directory path to write output frames to. *Default*: `./video_output`
@@ -291,9 +287,13 @@ python neural_style.py --video \
* `--first_frame_iterations`: Maximum number of optimizer iterations of the first frame. *Default*: `2000`
* `--frame_iterations`: Maximum number of optimizer iterations for each frame after the first frame. *Default*: `800`
-## Questions and Errata
+## Questions, Errata, Pull Requests
+
+Send questions or issues: cysmith1010@gmail.com
-Send questions or issues to: cysmith1010@gmail.com
+If you want to contribute, please try to:
+* Avoid esoteric one-liners.
+* Avoid unnecessary lambda expressions.
## Memory
By default, `neural-style-tf` uses the NVIDIA cuDNN GPU backend for convolutions and L-BFGS for optimization.