Skip to content

Instantly share code, notes, and snippets.

@noisychannel
Last active January 18, 2017 17:38
Show Gist options
  • Save noisychannel/049acfdba3ea960ab061 to your computer and use it in GitHub Desktop.
Save noisychannel/049acfdba3ea960ab061 to your computer and use it in GitHub Desktop.
Theano config
[global]
mode = FAST_RUN
floatX = float32
int_division = floatX
exception_verbosity = high
warn_float64 = warn
on_unused_input = warn
allow_gc = False
compiledir_format=compiledir-%(platform)s-%(processor)s-%(python_version)s-%(python_bitwidth)s-%(hostname)s
linker = cvm
openmp = true
openmp_elemwise_minsize = 18000
assert_no_cpu_op = warn
cast_policy = numpy+floatX
[nvcc]
fastmath = True
[blas]
ldflags=-lblas -lgfortran
[gcc]
cxxflags = -O3 -ffast-math -ftree-loop-distribution -funroll-loops -ftracer
[lib]
cnmem = 1
[dnn]
enabled = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment