Created
March 17, 2019 20:39
-
-
Save sdeoras/9cb23148d0b7bc446f62991fad70ebf8 to your computer and use it in GitHub Desktop.
Install NVIDIA CUDA 10 on Ubuntu 18.04 LTS for TF 1.13.x
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
Follow instructions here: https://www.tensorflow.org/install/gpu#ubuntu_1804_cuda_10 | |
Download and install Anaconda with Python 3.7: https://www.anaconda.com/distribution/#linux | |
pip install --upgrade tensorflow-gpu | |
python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment