Skip to content

Instantly share code, notes, and snippets.

@sachin-kmr
Last active May 5, 2020 15:49
Show Gist options
  • Save sachin-kmr/1e70262255dfa378288d19c9657950f9 to your computer and use it in GitHub Desktop.
Save sachin-kmr/1e70262255dfa378288d19c9657950f9 to your computer and use it in GitHub Desktop.
.theanorc file Anaconda windows
[global]
floatx = float32
device = cuda
mode = FAST_RUN
optimizer_including=cudnn
[blas]
ldflags = -LC:\Anaconda3\Library\bin -lcublas64_80
[nvcc]
fastmath = True
[dnn]
enabled = True
include_path = C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\include
library_path = C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\lib\x64
[dnn.conv]
algo_bwd_data=deterministic
algo_bwd_filter=deterministic
[lib]
cnmem=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment