Fix Python net drawing code #5010

Merged
merged 1 commit into from Feb 17, 2017

Conversation

Projects
None yet
9 participants
Contributor

ngaloppo commented Nov 21, 2016 edited

Fixes #3201

ngaloppo changed the title from Fix Python net drawing code. Fixes #3201 to Fix Python net drawing code Nov 21, 2016

@shelhamer shelhamer merged commit 4b65348 into BVLC:master Feb 17, 2017

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details

It seems these added codes are wrong, with Error AttributeError: 'int' object has no attribute '_values'

Bad, bad commit!

I met the same problem!!! Back to the previous version can solved problem!

Same here! Hope this gets fixed or reverted back soon

bad commit! this update cause error while draw net

Owner

shelhamer replied Apr 4, 2017

It was fixed in #5477

@shelhamer, the guys of DIGITS suggested me to ping you on this issue!

shelhamer added the bug label Mar 28, 2017

Contributor

lukeyeager commented Mar 31, 2017

These Pooling layer fields are not repeated, so the syntax should not match the syntax for these Convolution layer fields.

@ethantang95 ethantang95 added a commit to ethantang95/caffe that referenced this pull request Jul 25, 2017

@ngaloppo @ethantang95 ngaloppo + ethantang95 Fix for visualizing caffe models, cherry-picked PRs #5010, #5477, #5487
from BVLC/caffe

Fix Python net drawing script

Revert "Fix Python net drawing script"

This reverts commit db6cf0a.

Add test for caffe.draw.draw_net()

Minor fix for net drawing script

Add main() for draw_net unittest, fix import errors
aca751e

@ethantang95 ethantang95 added a commit to ethantang95/caffe that referenced this pull request Jul 26, 2017

@ngaloppo @ethantang95 ngaloppo + ethantang95 Fix for visualizing caffe models, cherry-picked PRs #5010, #5477, #5487
from BVLC/caffe

Fix Python net drawing script

Revert "Fix Python net drawing script"

This reverts commit db6cf0a.

Add test for caffe.draw.draw_net()

Minor fix for net drawing script

Add main() for draw_net unittest, fix import errors
c3771c5

@drnikolaev drnikolaev added a commit to NVIDIA/caffe that referenced this pull request Jul 27, 2017

@drnikolaev drnikolaev Merge pull request #377 from ethantang95/caffe-0.16
Fix for visualizing caffe models, cherry-picked PRs #5010, #5477, #5487 from BVLC/caffe
22970ac

@drnikolaev drnikolaev added a commit to NVIDIA/caffe that referenced this pull request Jul 27, 2017

@drnikolaev drnikolaev Merge pull request #378 from ethantang95/caffe-0.15
Fix for visualizing caffe models, cherry-picked PRs #5010, #5477, #5487 from BVLC/caffe for caffe 0.15
391b05a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment