Skip to content

Instantly share code, notes, and snippets.

@sachin-kmr
Last active May 5, 2020 15:49
Show Gist options
  • Select an option

  • Save sachin-kmr/1e70262255dfa378288d19c9657950f9 to your computer and use it in GitHub Desktop.

Select an option

Save sachin-kmr/1e70262255dfa378288d19c9657950f9 to your computer and use it in GitHub Desktop.

Revisions

  1. sachin-kmr revised this gist Sep 6, 2017. 1 changed file with 5 additions and 7 deletions.
    12 changes: 5 additions & 7 deletions .theanorc
    Original file line number Diff line number Diff line change
    @@ -1,19 +1,17 @@
    [global]
    floatx = float32
    device = gpu
    device = cuda
    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
    [nvcc]
    fastmath = True

    [dnn]
    enabled=True
    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=.80
    cnmem=0
  2. sachin-kmr revised this gist Jul 10, 2017. 1 changed file with 22 additions and 5 deletions.
    27 changes: 22 additions & 5 deletions .theanorc
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,26 @@
    [global]
    floatX = float32
    device = gpu0
    floatx = float32
    device = gpu
    mode = FAST_RUN
    cxx = C:\ProgramData\Anaconda2\envs\ml\Library\mingw-w64\bin\g++.exe
    optimizer_including=cudnn

    [lib]
    cnmem = 0
    [blas]
    ldflags = -LC:\Anaconda3\Library\bin -lcublas64_80

    [gcc]
    cxxflags = -D_hypot=hypot
    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
  3. sachin-kmr renamed this gist Jul 1, 2017. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  4. sachin-kmr created this gist Jul 1, 2017.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original 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