-
Windows Tensorflow GPU install:
- Install Cuda
- Install CuDnn 5.1 (not 6.0), put it under Cuda folder and add installation folder to system env path
- Install MSVCP140.DLL:
- "pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/windows/gpu/tensorflow_gpu-1.0.1-cp35-cp35m-win_amd64.whl"
- Test installation:
- import tensorflow as tf
- hello = tf.constant('Hello, TensorFlow!')
- sess = tf.Session()
- print(sess.run(hello))
-
Notifications
You must be signed in to change notification settings - Fork 2
B0073D/BU-EC500K-Deep-Learning
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
EC500K Spring/2017 lectures, homeworks
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published