Skip to content

Commit

Permalink
Merge pull request #14 from KetothXupack/master
Browse files Browse the repository at this point in the history
Small note regarding multi-core support
  • Loading branch information
awentzonline committed Mar 10, 2016
2 parents 0d16745 + bc25613 commit 152b0fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -50,6 +50,7 @@ If you don't have a beefy GPU or just want to crank out a styled image, you have
* 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.
* enable Theano openmp threading by using env variables `THEANO_FLAGS='openmp=1,openmp_elemwise_minsize=<min_tensor_size>'` `OMP_NUM_THREADS=<cpu_num>`. You can read more about multi-core support [here](http://deeplearning.net/software/theano/tutorial/multi_cores.html).

Parameters
----------
Expand Down

0 comments on commit 152b0fa

Please sign in to comment.