File size: 184 Bytes
41f6dd8 | 1 2 3 4 5 | # theano device, in case you do not want to compute on gpu, change it to cpu
device=gpu
THEANO_FLAGS=mode=FAST_RUN,floatX=float32,device=$device,on_unused_input=warn python config.py
|
41f6dd8 | 1 2 3 4 5 | # theano device, in case you do not want to compute on gpu, change it to cpu
device=gpu
THEANO_FLAGS=mode=FAST_RUN,floatX=float32,device=$device,on_unused_input=warn python config.py
|