acbellini / tensorflow_demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo per XPUG Bologna - 13 Marzo 2017

  1. Installare Anaconda per python 3.6 da qui: https://www.anaconda.com/download/#linux

  2. Creare un conda env

Se avete una GPU Nvidia:

conda create -n xpug python=3.6 jupyter notebook tensorflow-gpu

Se non avete una GPU Nvidia:

conda create -n xpug python=3.6 jupyter notebook tensorflow
  1. Attivate l'environment
conda activate xpug
  1. Clonate il progetto da git e fate partire il notebook
git clone https://github.com/acbellini/tensorflow_demo
cd tensorflow_demo
jupyter notebook

About


Languages

Language:Jupyter Notebook 72.8%Language:C++ 25.3%Language:Python 1.9%