Skip to content

Instantly share code, notes, and snippets.

@arendu-zz
Forked from noisychannel/.theanorc
Created May 4, 2016 21:35
Show Gist options
  • Save arendu-zz/cd32dbf899fc6bb43b186cdecf988862 to your computer and use it in GitHub Desktop.
Save arendu-zz/cd32dbf899fc6bb43b186cdecf988862 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 = raise
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
[nvcc]
fastmath = True
[gcc]
cxxflags = -O3 -ffast-math -ftree-loop-distribution -funroll-loops -ftracer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment