setup tensorflow on OS X and run an interesting demo : Transfer Style But Not Color
Dependencies
- Mac OS X
- Python 2.7.6
- pip : scikit-image/tensorflow
- Homebrew
Procedure
- before setup tensorflow, u maybe should uninstall old version
protobuf
pip uninstall protobuf
brew uninstall protobuf
- follow the Download and Setup, like my machine is below:
so I will select what I need:
# Mac OS X, CPU only, Python 2.7:
$ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/tensorflow-0.9.0rc0-py2-none-any.whl
# Python 2
$ sudo pip install --upgrade $TF_BINARY_URL
-
test tensorflow to see is ok or not
- try color-independent-style-transfer project
➜ ~ sudo pip install scikit-image
➜ ~ git clone https://github.com/pavelgonchar/color-independent-style-transfer
➜ ~ cd olor-independent-style-transfer
➜ ~ color-independent-style-transfer git: master) ✗
➜ ~ python run.py
Reference
- A Neural Algorithm of Artistic Style
- Transfer Style But Not Color
- color-independent-style-transfer
- Download and Setup
- Error in python after 'import tensorflow': TypeError: init() got an unexpected keyword argument 'syntax'
- 0.5.0 wheel install on Mac OS X using Homebrew python broken #11
- virtualenv python 2.7.6 import tensorflow. TypeError: init() got an unexpected keyword argument 'syntax' #57
- 安装tensorflow遇到 TypeError: init() got an unexpected keyword argument 'syntax'
- scikit-image : Image processing in Python