Last active
May 5, 2020 15:49
-
-
Save sachin-kmr/1e70262255dfa378288d19c9657950f9 to your computer and use it in GitHub Desktop.
Revisions
-
sachin-kmr revised this gist
Sep 6, 2017 . 1 changed file with 5 additions and 7 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,19 +1,17 @@ [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 @@ -23,4 +21,4 @@ algo_bwd_filter=deterministic [lib] cnmem=0 -
sachin-kmr revised this gist
Jul 10, 2017 . 1 changed file with 22 additions and 5 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,9 +1,26 @@ [global] floatx = float32 device = gpu mode = FAST_RUN cxx = C:\ProgramData\Anaconda2\envs\ml\Library\mingw-w64\bin\g++.exe optimizer_including=cudnn [blas] ldflags = -LC:\Anaconda3\Library\bin -lcublas64_80 [gcc] cxxflags = -LC:\ProgramData\Anaconda2\envs\ml\Library\mingw-w64\include -LC:\ProgramData\Anaconda2\envs\ml\Library\mingw-w64\lib -lm cxxflags = -D_hypot=hypot [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=.80 -
sachin-kmr renamed this gist
Jul 1, 2017 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
sachin-kmr created this gist
Jul 1, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ [global] floatX = float32 device = gpu0 [lib] cnmem = 0 [gcc] cxxflags = -D_hypot=hypot