caffe icon indicating copy to clipboard operation
caffe copied to clipboard

python Net API is Invalid

Open wangshankun opened this issue 5 years ago • 0 comments

net = caffe.Net('resnet18.prototxt', 'resnet18.caffemodel', caffe.TEST) for layer_name, param in net.params.iteritems(): print(layer_name)# Result is NULL

Intel Caffe net.params.iteritems() is Empty , Master Caffe is work;

wangshankun avatar Apr 21 '20 03:04 wangshankun