From 04f069e4611759e429eda7df7db1183e6f452d20 Mon Sep 17 00:00:00 2001 From: Ashish Rana Date: Wed, 11 Apr 2018 08:39:02 +0530 Subject: [PATCH] hyperlink update in setup_instruction.md Not working(Errror : 404) Piazza link at first instance updated. --- setup/setup_instruction.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/setup_instruction.md b/setup/setup_instruction.md index 6afcf0c9..f8e4359b 100644 --- a/setup/setup_instruction.md +++ b/setup/setup_instruction.md @@ -20,7 +20,7 @@ os.environ['TF_CPP_MIN_LOG_LEVEL']='2' - If you want to install TensorFlow from sources, keep in mind that TensorFlow doesn't officially support building TensorFlow on Windows. On Windows, you may try using the highly experimental Bazel on Windows or TensorFlow CMake build. -Below is a simpler instruction on how to install TensorFlow on macOS. If you have any problem installing Tensorflow, feel free to post it on [Piazza](piazza.com/stanford/winter2018/cs20) +Below is a simpler instruction on how to install TensorFlow on macOS. If you have any problem installing Tensorflow, feel free to post it on [Piazza](https://piazza.com/stanford/winter2018/cs20) If you get “permission denied” error in any command, use “sudo” in front of that command. @@ -84,4 +84,4 @@ If you have problem with using Matplotlib in virtual environment, here are two s Go there and create a file ~/.matplotlib/matplotlibrc there and add the following code: ```backend: TkAgg``` 2. After importing matplotlib, simply add: ```matplotlib.use("TkAgg")``` -If you run into more problems, feel free to post your questions on [Piazza](https://piazza.com/stanford/winter2018/cs20) or email us cs20-win1718-staff@lists.stanford.edu. \ No newline at end of file +If you run into more problems, feel free to post your questions on [Piazza](https://piazza.com/stanford/winter2018/cs20) or email us cs20-win1718-staff@lists.stanford.edu.