Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix Python net drawing code #5010
+3
−3
Conversation
ngaloppo
changed the title from
Fix Python net drawing code. Fixes #3201 to Fix Python net drawing code
Nov 21, 2016
ngaloppo
referenced
this pull request
Nov 21, 2016
Closed
Draw Net Problem (%d format: a number is required) #3201
shelhamer
merged commit 4b65348
into
BVLC:master
Feb 17, 2017
1 check passed
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
yabinzhangJohn
commented on db6cf0a
Feb 22, 2017
|
It seems these added codes are wrong, with Error AttributeError: 'int' object has no attribute '_values' |
varunagrawal
replied
Mar 16, 2017
|
Bad, bad commit! |
BillyJiang
replied
Mar 17, 2017
|
I met the same problem!!! Back to the previous version can solved problem! |
mrgrantham
replied
Mar 21, 2017
|
Same here! Hope this gets fixed or reverted back soon |
HoiweCheng
replied
Mar 28, 2017
|
bad commit! this update cause error while draw net |
|
It was fixed in #5477 |
lukeyeager
referenced
this pull request
in NVIDIA/DIGITS
Mar 28, 2017
Closed
Error when running visualization of network in DIGITS5.1-dev #1534
StevenPuttemans
commented
Mar 28, 2017
|
@shelhamer, the guys of DIGITS suggested me to ping you on this issue! |
shelhamer
added the
bug
label
Mar 28, 2017
|
These Pooling layer fields are not repeated, so the syntax should not match the syntax for these Convolution layer fields. |
This was referenced Mar 31, 2017
ethantang95
added a commit
to ethantang95/caffe
that referenced
this pull request
Jul 25, 2017
|
|
ngaloppo + ethantang95 |
aca751e
|
ethantang95
added a commit
to ethantang95/caffe
that referenced
this pull request
Jul 26, 2017
|
|
ngaloppo + ethantang95 |
c3771c5
|
drnikolaev
added a commit
to NVIDIA/caffe
that referenced
this pull request
Jul 27, 2017
|
|
drnikolaev |
22970ac
|
drnikolaev
added a commit
to NVIDIA/caffe
that referenced
this pull request
Jul 27, 2017
|
|
drnikolaev |
391b05a
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ngaloppo commentedNov 21, 2016
•
edited
Fixes #3201