Conversation
|
This is a great addition. Small suggestion: I think it's a good idea to add in some checks (in the (this was adapted from checks done in the convolution layer https://github.com/BVLC/caffe/blob/master/src/caffe/layers/base_conv_layer.cpp#L16 ) |
|
@seanbell Tahnk you for your suggestion. |
|
This is very helpful for Deep Learning work on non-CV fields . Any chance that it could be merged soon? |
|
I am working with 1d time series data and a 1d crop could be very useful. I am wondering if this change would be merged? |
There was a problem hiding this comment.
I think the crop_h and crop_w are swapped.
|
👍 |
|
Can this non-square crop be implemented using the ND crop layer as in #3570? |
|
Closing as better handled by a Python data layer. Thanks for extending crop, but I think including all these varieties of augmentation adds too much code which is more clearly expressed in Python anyway. |
Add
crop_handcrop_wtoTransformationParameter.This PR is implemented similar to h/w kernel size.
Related issue: #1834