You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
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;
The text was updated successfully, but these errors were encountered:
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;
The text was updated successfully, but these errors were encountered: