Skip to content

Instantly share code, notes, and snippets.

@awhitesong
Created March 16, 2017 20:37
Show Gist options
  • Save awhitesong/8abce1b36d798fe1bdd10dd119fc4035 to your computer and use it in GitHub Desktop.
Save awhitesong/8abce1b36d798fe1bdd10dd119fc4035 to your computer and use it in GitHub Desktop.
theanorc file
[global]
device = gpu
floatX = float32
optimizer = fast_run
optimizer_including=cudnn
mode=FAST_RUN
[blas]
ldflags = -L/usr/lib -lopenblas
[nvcc]
fastmath = True
allow_gc=True
[lib]
cnmem = 0.0
[cuda]
root = /usr/local/cuda
[gcc]
cxxflags=-I /usr/local/cuda/include -L /usr/local/cuda/lib64
[scan]
allow_gc=True
allow_output_prealloc=True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment