[PYTHON] Try using Bash on Windows 10 2 (TensorFlow installation)

Enable copy and paste at the command prompt

Move the mouse to the title part of the command prompt window, right-click and select "Properties" Check all the "Edit Options" checkboxes キャプチャ003.PNG

Python version check

$ python -V

Python 2.7.6 is installed キャプチャ001.PNG

Install Python virtual environment (pip)

$ sudo apt-get install python-pip python-dev

キャプチャ002.PNG

Use about 155 MB Enter "Y"

TensorFlow installation

$ sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.7.1-cp27-none-linux_x86_64.whl

TensorFlow operation check

Start python

$ python
>>> import tensorflow as tf
>>> sess = tf.Session()
>>> a = tf.constant(2)
>>> b = tf.constant(3)
>>> sess.run(a+b)
5
>>>

Try using Bash on Windows 10 1 (http://qiita.com/rightoffreedom/items/3265eed2a3d2a207f594)

Recommended Posts

Try using Bash on Windows 10 2 (TensorFlow installation)
Try using OpenCV on Windows
Notes for using TensorFlow on Bash on Ubuntu on Windows
Build TensorFlow on Windows
Try FEniCS on Windows!
Try Poerty on Windows
Run Tensorflow from Jupyter Notebook on Bash on Ubuntu on Windows
Installation notes for TensorFlow for Windows
Try using E-Cell 4 on Windows 7 or Mac OS X
Fastest Python installation on Windows
[Tensorflow] Tensorflow environment construction on Windows 10
Try running tensorflow on Docker + anaconda
Try using Pillow on iPython (Part 1)
Try using Pillow on iPython (Part 2)
Run Tensorflow natively supported on windows
Try using ArUco on Raspberry Pi
Use Tensorflow 2.1.0 with Anaconda on Windows 10!
Try using Pillow on iPython (Part 3)
Run XGBoost on Bash on Ubuntu on Windows
Try real-time object recognition using YOLOv2 (TensorFlow)
I built a TensorFlow environment on windows10
Error, warning when using TensorFlow on Mac
A addictive story when using tensorflow on Android
Try using docker-py
Try Tensorflow with a GPU instance on AWS
Try Distributed TensorFlow
Python on Windows
Notes on installing Python3 and using pip on Windows7
Try using cookiecutter
Try using PDFMiner
Try using a QR code on a Raspberry Pi
Python: Try using the UI on Pythonista 3 on iPad
I've built an environment to try using TensorFlow on mac, so my memo
Python installation (Windows)
Try using geopandas
Try using Selenium
Try using scipy
Try running Distributed TensorFlow on Google Cloud Platform
Try using pandas.DataFrame
Try using tensorflow ① Build python environment and introduce tensorflow
Try using django-swiftbrowser
Try using matplotlib
Try using tf.metrics
Installing TensorFlow on Windows Easy for Python beginners
Try using PyODE
Calculate on multiple GPUs using Tensorflow 2's Mirrored Strategy
[Heroku] Memo for deploying Python apps using Heroku on Windows [Python]
Try using the temperature sensor (LM75B) on the Raspberry Pi.
Building a TensorFlow environment that uses GPU on Windows 10
Build a GVim-based Python development environment on Windows 10 (1) Installation
Create an OpenAI Gym environment with bash on Windows 10
Install Bash on Ubuntu on Windows, Ruby, Python, Jupyter, etc.
Install Tensorflow on Mac
Install TensorFlow on Ubuntu
Pylint on Windows Atom
Linux (WSL) on Windows
Python installation method Windows
Try using virtualenv (virtualenvwrapper)
Use pyvenv on Windows
[Azure] Try using Azure Functions
numba installation on mac