You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,16 +105,15 @@ NumPy and other dependencies:
105
105
106
106
conda install scikit-learn
107
107
108
-
You may also need to install Jupyter Notebook and matplotlib:
108
+
You may also need to install other dependencies, such as:
109
109
110
-
conda install jupyter matplotlib
110
+
conda install jupyter matplotlib scipy pillow
111
111
112
-
Now you have to install TensorFlow. This procedure might change in the future. At the time of this writing,
113
-
the most recent TensorFlow version was 0.10.0. It comes in different builds depending on your needs.
114
-
I need the Python 3.5 build for a Linux PC with only a CPU (no GPU). So I look at the [list of builds](https://www.tensorflow.org/versions/master/get_started/os_setup.html)
115
-
and find the appropriate link which in my case is:
0 commit comments