install tensorflow gpu version on macbook pro
install tensorflow gpu version on macbook pro check if it has a nvidia gpu build tensorflow binary create python virtual environment install tensorflow test (on terminal) pycharm configuration test (on pycharm) 1.check if it has a nvidia gpu. Menu / / About this Mac / Overview / System Report https://support.apple.com/en-us/HT202053 2.build tensorflow binary # home brew /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # bazel, swig brew install bazel swig # six, numpy, wheel sudo easy_install -U six sudo easy_install -U numpy sudo easy_install wheel # ipython sudo easy_install ipython # coreutils brew install coreutils # cuda toolkit brew tap caskroom/cask brew cask install cuda # bash_profile vi ~/.bash_profile export CUDA_HOME=/usr/local/cuda export DYLD_LIBRARY_PATH="$DYLD_LIBRARY_PATH:$CUDA_HOME/lib" export PATH="$CUDA_HOME/b...
댓글
댓글 쓰기