Difference between revisions of "TensorFlow: Instalasi Ubuntu 18.04"

From OnnoWiki
Jump to navigation Jump to search
Line 12: Line 12:
  
  
==Install Spyder IDE==
+
==Install Apps Pendukung==
  
 
  sudo apt install spyder
 
  sudo apt install spyder

Revision as of 06:07, 30 July 2019

Install

sudo apt update
sudo apt install python-pip
sudo -H pip install tensorflow

Untuk python3 bisa (kayanya tidak recommended)

sudo apt update
sudo apt install python3-pip
sudo -H pip3 install tensorflow


Install Apps Pendukung

sudo apt install spyder
sudo pip install matplotlib

Pranala Menarik