Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decoding the datum before feeding it into the reshaping data layer #1955

Merged
merged 1 commit into from
Feb 26, 2015

Conversation

philkr
Copy link
Contributor

@philkr philkr commented Feb 25, 2015

Fixes a small bug with encoded data #1878 in the reshaping data layer #1313 . The transformed_data_ was not initialized with the decoded datum dimensions and instead used (1,0,0,0).
This PR decodes the data before reshaping.

philkr added a commit to philkr/caffe that referenced this pull request Feb 25, 2015
Decoding the datum before feeding it into the reshaping data layer
shelhamer added a commit that referenced this pull request Feb 26, 2015
Decoding the datum before feeding it into the reshaping data layer
@shelhamer shelhamer merged commit a677076 into BVLC:master Feb 26, 2015
@shelhamer
Copy link
Member

Thanks Philipp!

@philkr philkr deleted the reshaping_encoded branch February 28, 2015 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants