メインはこれ
MAC OS X El CapitanでDeep Learningができるように、Caffeをインストールしてみた – Qiita
はじめに 素人がDeep Learningを使ってみたいと思い、Caffe(CPU_onlyモード)をインストールした話です。Mac OS10.11の情報が見当たらなかったため、覚書も兼ねてメモしておきます。 (1)インストール環境 (2)インストール事前準備 (3)インストール手順 (4)実際に遭遇したエラーとその対処方法 (5)参考にしたサイト 以上の順で、記載してあります。 基本的に、 Caffeの公式サイトのOS X Installationを参考にし…” name=”description
つまったらこれ
Installing Caffe on OS X El Capitan (The correct way)
Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and by community contributors. Homebrew will…
LINK: medium.com/technologymadeeasy/installing-caffe-on-os-x-el-capitan-the-correct-way-4ecb04ef904c
そのほかの参考
Caffe | Installation: OS X
あとエディタ関連
[OS X] ターミナルでのテキスト編集にはnanoが便利 | Developers.IO
Openblasのインストール4時間くらい?
config設定してmake allして出たエラー
mac caffe OSAtomicAdd64Barrier なんたら,,
解決策下かとおもいきや解決しなかった
If you installed everything via brew, like me, you should uncomment those lines:
# Homebrew puts openblas in a directory that is not on the standard search pathBLAS_INCLUDE := $(shell brew –prefix openblas)/includeBLAS_LIB := $(shell brew –prefix openblas)/lib
解決したっぽい?
make: Nothing to be done for `all’.
$CAFFE_ROOTが聞かないので,.bash_profileに以下を追加
export CAFFE_ROOT=/Users/ユーザ名/caffe
echo $CAFFE_ROOT
すると
/Users/sogabe/caffe
と出るように