Skip to content

Comments

Fix breaking changes to pycaffe#1023

Merged
shelhamer merged 3 commits intoBVLC:devfrom
longjon:unbreak-pycaffe
Sep 2, 2014
Merged

Fix breaking changes to pycaffe#1023
shelhamer merged 3 commits intoBVLC:devfrom
longjon:unbreak-pycaffe

Conversation

@longjon
Copy link
Contributor

@longjon longjon commented Sep 2, 2014

I broke pycaffe in #1014 (sorry!), because 88221c9 removed name properties that were used internally in pycaffe.py. This PR returns everything to working order (checked against our examples) by exposing Net::blob_names and Net::layer_names, keeping the names internally accessible in Python from the same functions as in C++.

shelhamer added a commit that referenced this pull request Sep 2, 2014
Fix pycaffe break due to dropping {blob,layer}.name
@shelhamer shelhamer merged commit bf19aaf into BVLC:dev Sep 2, 2014
@shelhamer
Copy link
Member

Thanks for the fix!

@shelhamer shelhamer added the bug label Sep 2, 2014
mitmul pushed a commit to mitmul/caffe that referenced this pull request Sep 30, 2014
Fix pycaffe break due to dropping {blob,layer}.name
RazvanRanca pushed a commit to RazvanRanca/caffe that referenced this pull request Nov 4, 2014
Fix pycaffe break due to dropping {blob,layer}.name
@longjon longjon deleted the unbreak-pycaffe branch December 30, 2014 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants