Last active
May 5, 2020 15:49
-
-
Save sachin-kmr/1e70262255dfa378288d19c9657950f9 to your computer and use it in GitHub Desktop.
.theanorc file Anaconda windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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