Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShafeenTejani authored Jan 7, 2017
1 parent 04dd8a3 commit 2e75218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ The algorithm will run with the following settings:
NUM_EPOCHS=5 # override with --epochs argument
BATCH_SIZE=4 # override with --batch-size argument
LEARNING_RATE = 1e-3 # override with --learning-rate argument
CONTENT_WEIGHT = 7.5 # override with --content-weight argument
STYLE_WEIGHT = 1e2 # override with --style-weight argument
TV_WEIGHT = 2e2 # override with --tv-weight argument
CONTENT_WEIGHT = 1 # override with --content-weight argument
STYLE_WEIGHT = 5 # override with --style-weight argument
TV_WEIGHT = 1e-6 # override with --tv-weight argument
```

To train the network using a GPU run with the `--use-gpu` flag.
Expand Down

0 comments on commit 2e75218

Please sign in to comment.