Skip to content

Commit

Permalink
readme update for speed-increasing tip
Browse files Browse the repository at this point in the history
  • Loading branch information
awentzonline committed Mar 9, 2016
1 parent dde597e commit 0d16745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -44,14 +44,15 @@ e.g.:
Currently, A and A' must be the same size, the same holds for B and B'.
Output size is the same as Image B, unless specified otherwise.

It's too slow
-------------
If you don't have a beefy GPU or just want to crank out a styled image, you have a few options to play with. They all trade detail for speed/memory.
* set `--patch-size=1` or 2 to consider smaller feature patches (default is 3)
* set `--mrf-w=0` to skip optimization of local coherence
* use fewer feature layers by setting `--mrf-layers=conv4_1` and/or `--analogy-layers=conv4_1` (or other layers) which will consider half as many feature layers.

Parameters
----------

* --width Sets image output max width
* --height Sets image output max height
* --scales Run at N different scales
Expand Down

0 comments on commit 0d16745

Please sign in to comment.