keras & jupyter ntebook install Ubuntu
$ sudo pip install jupyter
$ sudo rm -rf /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/numpy
$ sudo rm -rf /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/scipy
$ pip install --upgrade numpy scipy keras jupyter
$ pip install --upgrade https://storage.googleapis.com/tensorflow/mac/tensorflow-0.8.0-py2-none-any.whl
$ python -c "import numpy, scipy, keras, tensorflow"
댓글
댓글 쓰기