Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Install Install Learn

 API
 Resources
 Community Why TensorFlow
  Buscar Español GitHub Acceder

Install TensorFlow Contenido


TensorFlow 2.0 Alpha is
available
Packages
Install TensorFlow
pip
Download a package
Docker
Run a TensorFlow container

Additional setup
TensorFlow 2.0 Alpha is available Google Colab: An easy way to
learn and use TensorFlow
GPU support
Build your rst ML app
Install the preview release of TensorFlow 2.0 Alpha. See the GPU guide for CUDA®-enabled cards.
Problems
Web developers

  Mobile developers
Build from source  $ pip install tensorflow==2.0.0-alpha0
Linux / macOS
Windows
Raspberry Pi

Language bindings
Install TensorFlow
Java
TensorFlow is tested and supported on the following 64-bit systems:
C
Go Ubuntu 16.04 or later macOS 10.12.6 (Sierra) or later (no GPU support)

Windows 7 or later Raspbian 9.0 or later

Download a package # Current stable release for CPU-only



$ pip install tensorflow
Install TensorFlow with Python's pip package manager.
# Preview nightly build for CPU-only (unstable
O cial packages available for Ubuntu, Windows, macOS, $ pip install tf-nightly
and the Raspberry Pi.
# Install TensorFlow 2.0 Alpha
See the GPU guide for CUDA®-enabled cards. $ pip install tensorflow==2.0.0-alpha0

Read the pip install guide

Run a TensorFlow container


The TensorFlow Docker images  are already con gured to run TensorFlow. A Docker  container runs in a virtual
environment and is the easiest way to set up GPU support.

 
 $ docker pull tensorflow/tensorflow                  # Download latest image
 $ docker run -it -p 8888:8888 tensorflow/tensorflow  # Start a Jupyter notebook server

Read the Docker install guide

Google Colab: An easy way to learn and use TensorFlow


No install necessary—run the TensorFlow tutorials directly in the browser with Colaboratory , a Google research
project created to help disseminate machine learning education and research. It's a Jupyter notebook environment that
requires no setup to use and runs entirely in the cloud. Read the blog post .

Build your rst ML app


Create and deploy TensorFlow models on web and mobile.

Web developers Mobile developers


TensorFlow.js is a WebGL accelerated, TensorFlow Lite is a lightweight solution for
JavaScript library to train and deploy ML models mobile and embedded devices.
in the browser and for Node.js.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the
Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its a liates.

Seguir conectado Ayuda

Blog Seguimiento de incidencias

GitHub Notas de la versión

Twitter Stack Over ow

YouTube Directrices de inclusión de marca

Condiciones | Privacidad Español

You might also like