Last active
April 29, 2017 16:46
-
-
Save zenlambda/ff7bcf6cd269063f3e98bb4829de1915 to your computer and use it in GitHub Desktop.
Revisions
-
zenlambda revised this gist
Apr 29, 2017 . 1 changed file with 1 addition and 1 deletion.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 @@ -4,7 +4,7 @@ * Visual Studio Community 2015 (now available under [older versions](https://www.visualstudio.com/vs/older-downloads/)) * [CUDA SDK 8.0](https://developer.nvidia.com/cuda-downloads) * [CUDNN](https://developer.nvidia.com/cudnn) **v5.1 for CUDA 8.0**. Just extract this and put it on your path. * [Latest Anaconda with Python 3](https://www.continuum.io/downloads) (You can always install Python 2.7 as an environment.) ## Tensorflow Setup -
zenlambda revised this gist
Apr 26, 2017 . 1 changed file with 1 addition and 1 deletion.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 @@ -2,7 +2,7 @@ ## Prerequisites * Visual Studio Community 2015 (now available under [older versions](https://www.visualstudio.com/vs/older-downloads/)) * [CUDA SDK 8.0](https://developer.nvidia.com/cuda-downloads) * [CUDNN](https://developer.nvidia.com/cudnn). Just extract this and put it on your path. * [Latest Anaconda with Python 3](https://www.continuum.io/downloads) (You can always install Python 2.7 as an environment.) -
zenlambda revised this gist
Apr 26, 2017 . 1 changed file with 4 additions and 4 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 @@ -2,10 +2,10 @@ ## Prerequisites * Visual Studio Community 2015 (now available under [older version](https://www.visualstudio.com/vs/older-downloads/)) * [CUDA SDK 8.0](https://developer.nvidia.com/cuda-downloads) * [CUDNN](https://developer.nvidia.com/cudnn). Just extract this and put it on your path. * [Latest Anaconda with Python 3](https://www.continuum.io/downloads) (You can always install Python 2.7 as an environment.) ## Tensorflow Setup -
zenlambda revised this gist
Apr 26, 2017 . 1 changed file with 4 additions and 4 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 @@ -11,10 +11,10 @@ Open the Anaconda Shell: conda create -n tensorflow python=3.5 ipykernel # gpu version pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.1-cp35-cp35m-win_amd64.whl ipython kernel install --name tensorflow Open Jupyter Notebook, tensorflow should be a selectable environment. -
zenlambda revised this gist
Apr 26, 2017 . 1 changed file with 5 additions and 3 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,11 +1,13 @@ # Tensorflow On Windows ## Prerequisites * Visual Studio Community 2015 * CUDA SDK * CUDNN * Latest Anaconda with python 3 ## Tensorflow Setup Open the Anaconda Shell: @@ -14,6 +16,6 @@ Open the Anaconda Shell: pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.1-cp35-cp35m-win_amd64.whl ipython kernel install --name tensorflow Open Jupyter Notebook, tensorflow should be a selectable environment. Have fun! -
zenlambda created this gist
Apr 26, 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,19 @@ # Prerequisites * Visual Studio Community 2015 * CUDA SDK * CUDNN * Latest Anaconda with python 3 # Tensorflow Setup Open the Anaconda Shell: conda create -n tensorflow python=3.5 ipykernel # gpu version pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.1-cp35-cp35m-win_amd64.whl ipython kernel install --name tensorflow Open Jypter Notebook, tensorflow should be a selectable environment. Have fun!