From 599f7b16b78cfbebdbebfe7a1d45b168b26d69e8 Mon Sep 17 00:00:00 2001 From: dns2utf8 Date: Mon, 20 Jun 2016 14:57:52 +0200 Subject: [PATCH] Fix Typos On any non Windows Installation the case of the File matters. Regards --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 705f4fe..bfbbca9 100755 --- a/README.md +++ b/README.md @@ -33,14 +33,14 @@ There are 3 images to identify when we run the script Run the following comand to generate an image in your chosen style -`python network.py --base_image_path /path/to/your/image Shot --style_reference_image_path /path/to/your/painting --result_prefix /path/to/generated/file/you/create` +`python Network.py --base_image_path /path/to/your/image Shot --style_reference_image_path /path/to/your/painting --result_prefix /path/to/generated/file/you/create` Other optional commands are - `--image_size`: Size of your output image - `--content_weight`: How much to weigh the content - `--style_weight`: How much to weigh the style -- `-style_scale`: How much to scale the style +- `--style_scale`: How much to scale the style - `--total_variation_weight`: Uniformity of the generated image - `--num_iter`: Nmber of iterations - `--rescale_image`: to rescale or not to rescale