Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

fix bug: pycaffe net.params can't get param name info #308

Closed
wants to merge 1 commit into from
Closed

fix bug: pycaffe net.params can't get param name info #308

wants to merge 1 commit into from

Conversation

wangshankun
Copy link

refer the issue : #307

pycaffe net api 'net.params' aways get null;

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

@wangshankun wangshankun closed this by deleting the head repository Nov 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant