Skip to content

Instantly share code, notes, and snippets.

View myh1000's full-sized avatar

Michael Huang myh1000

View GitHub Profile

Keybase proof

I hereby claim:

  • I am myh1000 on github.
  • I am myh1000 (https://keybase.io/myh1000) on keybase.
  • I have a public key ASBgnUIXMOCTvU0Dg5BLYZTKYtVLkR3I0CB_kj4Qaxs_oAo

To claim this, I am signing this object:

@myh1000
myh1000 / Install tensorflow on OS X with GPU enabled.md
Last active June 5, 2019 03:39
How to enable cuda support for tensor flow on Mac OS X (Tensorflow 0.9 on OS X 10.10)

Instructions based off of Mistobaan's gist.

These instructions are what I did to install tensorflow on my machine after a segmentation error occured while trying to import tensorflow in python took me 2 days to fix.

Prerequisites

Update brew and install latest packages.

brew update
brew install coreutils swig bazel