zhanghang1989 / RFConv

Rectified Convolution
https://hangzhang.org/RectifiedConv/RectifiedConv.pdf
Apache License 2.0
44 stars 5 forks source link

Number of FLOP x3 time than traditional convolution #3

Open John1231983 opened 4 years ago

John1231983 commented 4 years ago

Thanks for interesting repo. I am investigating your method on resnet101 and found that number of flop of your conv bigger than traditional conv three time with same setting. Any wrong for my observation

zhanghang1989 commented 4 years ago

There is no extra computation nor extra memory usage introduced in Rectified Convolution.

Only the boundaries are rectified. Please see the technical report https://hangzhang.org/RectifiedConv/RectifiedConv.pdf