I am Charmie

メモとログ

TensorFlow installation using Anaconda on Ubuntu

TensorFlow, python package of deep learning, is installable via Anaconda. See the stackoverflow discussion.

[code lang="bash"] conda install -c https://conda.anaconda.org/jjhelmus tensorflow [/code]