Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Little fix for NetSpec: allow setting top blob names using string #3747
+6
−0
Conversation
shelhamer
added interface Python
labels
Feb 29, 2016
|
Right, the dictionary style NetSpec is definitely useful in these cases and we've done this in side branches without trouble. Thanks for the patch! |
shelhamer
added a commit
that referenced
this pull request
Feb 29, 2016
|
|
shelhamer |
e5315fe
|
shelhamer
merged commit e5315fe
into
BVLC:master
Feb 29, 2016
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
fxbit
added a commit
to Yodigram/caffe
that referenced
this pull request
Sep 1, 2016
|
|
shelhamer + fxbit |
94c7f93
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nerei commentedFeb 29, 2016
Some top blob names (ex. in GoogleNet) contain symbols that can't be used in python variable name.
This patch allows the following:
The patch is just a simple workaround that doesn't break original NetSpec style to specify top names