From e3f5e5b8bbe72219686e6cf35946281be6ea0b5c Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Tue, 20 Jun 2017 18:27:07 -0400 Subject: [PATCH] Add missing link to tensorflow post --- .../2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md b/_posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md index 523df4d..b1f7f20 100644 --- a/_posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md +++ b/_posts/2017-06-20-how-to-install-tensorflow-on-ubuntu-16-04.md @@ -23,8 +23,8 @@ assuming: 2. You have a 64 bit machine. - You can check this with `uname -m`. (should say `x86_64`) 2. You have an NVIDIA GPU that has CUDA Compute Capability 3.0 or higher. -[NVIDIA documentation] has a full table of cards and their Compute Capabilities. -(I have a GeForce GTX 980 Ti) +[NVIDIA documentation](https://developer.nvidia.com/cuda-gpus) has a full table +of cards and their Compute Capabilities. (I have a GeForce GTX 980 Ti) - You can check what card you have in Settings > Details under the label "Graphics" - You can also check by verifying there is any output when you run `lspci |