Skip to content

matlab warning #5346

@sebastian-0x0000ff

Description

@sebastian-0x0000ff

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions