-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall _Tensorflow_CPU
More file actions
29 lines (17 loc) · 977 Bytes
/
install _Tensorflow_CPU
File metadata and controls
29 lines (17 loc) · 977 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##install Tensorflow CPU
https://www.youtube.com/watch?v=t_pxnHpRszg
example_google
sudo docker run -it -p 8888:8888 tensorflow/tensorflow
install package
sudo pip3 install jupyter
sudo pip3 install pandas
source ~/tensorflow/bin/activate
jupyter notebook
https://github.com/chetannaik/learning_tensorflow/blob/master/linear_regression.md
https://python3.wannaphong.com/2016/01/%E0%B8%9E%E0%B8%B1%E0%B8%92%E0%B8%99%E0%B8%B2-machine-learning-%E0%B8%94%E0%B9%89%E0%B8%A7%E0%B8%A2-tensorflow.html
**** matplot error install
Installing the three recommended packages there, libjpeg8-dev, libfreetype6-dev, and libpng12-dev worked! (I did already have the freetype and png packages installed) Also installed libagg-dev as recommended in comment on original post. – mp94 Aug 31 '14 at 19:21
5
sudo apt-get build-dep matplotlib worked for me on Ubuntu 14.04 – Rudiger Wolf Sep 4 '14 at 7:53
3
On mac: brew install freetype – Chase Roberts May 4 '15 at 22:55