facebookresearch/OctConv

How to get the first `data_l ` with depth_wise conv?

PistonY opened this issue · 1 comments

I read your code and found that only not depthwise do the # High -> Low and # Low -> High.
So how to get the first data_l in this setting.

And BatchNorm setting with momentum=0.92, eps=0.0001, is there any reason?