Skip to content

Instantly share code, notes, and snippets.

@penzou
Created June 4, 2017 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save penzou/a904161057f0d2152840152a5d5b8a57 to your computer and use it in GitHub Desktop.
Save penzou/a904161057f0d2152840152a5d5b8a57 to your computer and use it in GitHub Desktop.
$ pip install tensorflow # Python 2.7; GPUを使わない場合
$ pip3 install tensorflow # Python 3.n; GPUを使わない場合
$ pip install tensorflow-gpu # Python 2.7; GPUを使う場合
$ pip3 install tensorflow-gpu # Python 3.n; GPUを使う場合
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment