From bc256135970a696b5a771fb510e0dbd34c843bae Mon Sep 17 00:00:00 2001 From: Ketoth Xupack Date: Thu, 10 Mar 2016 04:09:51 +0300 Subject: [PATCH] README: mention about Theano multi-core support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 058ed6b..4c3f81b 100644 --- a/README.md +++ b/README.md @@ -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='` `OMP_NUM_THREADS=`. You can read more about multi-core support [here](http://deeplearning.net/software/theano/tutorial/multi_cores.html). Parameters ----------