Fix: mean shape in compatible with input shape#5719
Merged
Noiredd merged 1 commit intoBVLC:masterfrom Nov 6, 2017
Merged
Conversation
Member
|
👍, I remember having to hack a fix like that into every caffe installation in order to run my models. Would be really great to see it in stock. |
|
any problem with this pull request? why it have not been merged to master? |
Member
|
The only thing I don't like is the |
Contributor
Author
|
@Yangqing, @jeffdonahue, @shelhamer, Please, have a look at this. |
Member
|
@leemgs Please remove the |
This commit is to fix issue BVLC#5718. * reference: 1. https://groups.google.com/forum/#!topic/caffe-users/nBpWJCcJoCU 2. https://stackoverflow.com/questions/28692209/using-gpu-despite-setting-cpu-only-yielding-unexpected-keyword-argument Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
83f5482 to
bfc638d
Compare
Contributor
Author
|
@Noiredd I have removed the |
Member
|
Thank you for the fix @leemgs! |
This was referenced Feb 26, 2018
Closed
XinYao1994
pushed a commit
to XinYao1994/caffe
that referenced
this pull request
Aug 29, 2018
Fix: mean shape incompatible with input shape
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit is to fix issue #5718.
Signed-off-by: Geunsik Lim geunsik.lim@samsung.com