From c9f8b83fee55355d00f08d0bb42dd77949bd9ee0 Mon Sep 17 00:00:00 2001 From: zzwdbs <980460122@qq.com> Date: Tue, 17 Jul 2018 19:26:16 -0700 Subject: [PATCH] Update setup_instruction.md -"ecommendation"->"recommendation" --- setup/setup_instruction.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/setup_instruction.md b/setup/setup_instruction.md index 6afcf0c9..1e578b85 100644 --- a/setup/setup_instruction.md +++ b/setup/setup_instruction.md @@ -1,10 +1,10 @@ -Please follow the official instruction to install TensorFlow [here](https://www.tensorflow.org/install/). For this course, I will use Python 3.6 and TensorFlow 1.4. You’re welcome to use either Python 2 or Python 3 for the assignments. The starter code, though, will be in Python 3.6. You don't need GPU for most code examples in this course, though having GPU won't hurt. If you install TensorFlow on your local machine, my ecommendation is always set up Tensorflow using virtualenv. +Please follow the official instruction to install TensorFlow [here](https://www.tensorflow.org/install/). For this course, I will use Python 3.6 and TensorFlow 1.4. You’re welcome to use either Python 2 or Python 3 for the assignments. The starter code, though, will be in Python 3.6. You don't need GPU for most code examples in this course, though having GPU won't hurt. If you install TensorFlow on your local machine, my recommendation is always set up Tensorflow using virtualenv. For the list of dependencies, please consult the file requirements.txt. This list will be updated as the course progresses. There are a few things to note: - As of version 1.2, TensorFlow no longer provides GPU support on macOS. -- On macOS, Python 3.6 might gives warning but still works. +- On macOS, Python 3.6 might give warning but still works. - TensorFlow with GPU support will only work with CUDA® Toolkit 8.0 and cuDNN v6.0, not the newest CUDA and cnDNN version. Make sure that you install the correct CUDA and cuDNN versions to avoid frustrating issues. - On Windows, TensorFlow supports only 64-bit Python 3.5 anx Python 3.6. - If you see the warning: @@ -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.