microsoft / caffe

Caffe on both Linux and Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why classification_demo crashed at the net.forward step

Socierducode opened this issue · comments

I use the Matlab R2015b, and I try to test the classification_demo, after downloading the caffemodel from model zoo, I found that classification_demo crashed at the net.forward step, someone could tell me what happened to this?

Do you get a crash if you run the model from command line, that is, build caffe.exe, and execute

<caffe_root>\Build\x64\Release\caffe.exe test -model <caffe_root>\models\bvlc_reference_caffenet\deploy.prototxt -weights <caffe_root>\models\bvlc_reference_caffenet\bvlc_reference_caffenet.caffemodel -iterations 1

in command prompt.

@mnidza No,it works well