Skip to content

Expose tops and bottoms associated with layers in python, fix #2829 - #2831

Closed
cdoersch wants to merge 1 commit into
BVLC:masterfrom
cdoersch:python_top_blobs
Closed

Expose tops and bottoms associated with layers in python, fix #2829#2831
cdoersch wants to merge 1 commit into
BVLC:masterfrom
cdoersch:python_top_blobs

Conversation

@cdoersch

Copy link
Copy Markdown
Contributor

The main goal is to fix issue #2829, in which forward() in the python interface attempts to return the top blobs of the last layer in forward(), but instead uses the layer names as if they were blob names. Turns out there's not currently a way for python code to figure out which blobs are connected to which layers, so this PR exposes that functionality and fixes the bug.

@cdoersch

Copy link
Copy Markdown
Contributor Author

#2975 supersedes this.

@cdoersch cdoersch closed this Aug 25, 2015
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