-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
Write padding aware im2col? #36
Comments
Just legacy reason, I guess... I was translating codes quickly from decaf to caffe and did not worry too much about memory consumption back then. Yeah, it would be good to have a padding aware im2col function to save a (rather unnecessary) copy of the data. |
It would be even better to have a more memory efficient convolutional layer Sergio 2014-02-03 Yangqing Jia notifications@github.com:
|
I assume Forrest is working along that direction (not sure). Yangqing On Mon, Feb 3, 2014 at 1:40 PM, Sergio Guadarrama
|
I was talking with Forrest, and he plans to work on that in a week or two. I found this examples about convolutions |
@Yangqing how to convert the 2 dimension convolution to 3 dimension convolution in the im2col.cpp and conv_layer.cpp files? Thinks |
Merge caffe/windows@{2016-03-08} into master
@Yangqing Is there any specific reason for an individual padding layer but not supporting padding in im2col? My concern is that the padding layer causes unnecessary extra memory usage which can be avoided. Is it necessary to implement padding aware im2col function?
The text was updated successfully, but these errors were encountered: