October 2017
Intermediate to advanced
330 pages
7h 7m
English
pip install --ignore-installed --upgrade https://storage.googleapis.com/tensorflow/linux/gpu/tensorflow_gpu-1.3.0-cp35-cp35m-linux_x86_64.whl
This will install the GPU-enabled version of TensorFlow and the correct dependencies.
import tensorflow as tf
import numpy as npx_input = np.array([[1,2,3,4,5]])y_input = np.array([[10]])
Read now
Unlock full access