https://github.com/lyokone/tensorflow-gpu-mac
GPU builds of TensorFlow 1.2+ for Mac
https://github.com/lyokone/tensorflow-gpu-mac
gpu-tensorflow macos tensorflow
Last synced: 4 months ago
JSON representation
GPU builds of TensorFlow 1.2+ for Mac
- Host: GitHub
- URL: https://github.com/lyokone/tensorflow-gpu-mac
- Owner: Lyokone
- Created: 2017-05-18T10:27:12.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-29T21:48:58.000Z (almost 9 years ago)
- Last Synced: 2025-01-11T11:39:41.561Z (about 1 year ago)
- Topics: gpu-tensorflow, macos, tensorflow
- Size: 95.6 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GPU builds of TensorFlow 1.2+ for Mac
Since the release of TensorFlow 1.2, Google dropped the support of GPU builds of TensorFlow. This repo is meant to give built version of TensorFlow ready to use with a simple pip install.
I'm testing the builds on my MacBookPro Mid 2014 with a GT750M.
# Installation
Just download the corresponding wheel and use the following command:
```bash
pip3 install tensorflow-1.2.0rc0-cp35-cp35m-macosx_10_12_x86_64.whl
```
# Worth Noting
I'm using Python 3.5 so no build for Python 2.7 for now.