I use the transformed weight file and model file to predict with caffe c++ api.
after feeding the input data and run
net->forward();
the prediction from the output blob are incorrect.
I feed the data to cpu and set it to cpu only. Does that make a difference with gpu mode?
Thanks.
I use the transformed weight file and model file to predict with caffe c++ api.
after feeding the input data and run
net->forward();
the prediction from the output blob are incorrect. I feed the data to cpu and set it to cpu only. Does that make a difference with gpu mode? Thanks.