-
Notifications
You must be signed in to change notification settings - Fork 18.6k
Closed
Labels
Description
make all ok
make test ok
make matcaffe ok
make mattest 7 passed
but when I ran "net = caffe.Net(model, weights, 'test');" in matlab,I got this
Warning: The following error was caught while executing 'caffe.Net' class destructor:
Error using caffe_
Usage: caffe_('delete_solver', hNet)
Error in caffe.Net/delete (line 72)
caffe_('delete_net', self.hNet_self);
Error in caffe.Net (line 31)
self = caffe.get_net(varargin{:});
In caffe.Net (line 31)
system configuration
Operating system:Ubuntu16.10
Compiler:gcc 5.4
CUDA version (if applicable):8.0
CUDNN version (if applicable):5.1
BLAS:openblas
Python or MATLAB version (for pycaffe and matcaffe respectively):matlab2016b