octconv.pytorch icon indicating copy to clipboard operation
octconv.pytorch copied to clipboard

PyTorch implementation of Octave Convolution with pre-trained Oct-ResNet and Oct-MobileNet models

Results 2 octconv.pytorch issues
Sort by recently updated
recently updated
newest added

Thanks for your implementation of this work. I‘m using your code to reproduce the result you reported and I'm wondering if I could refer to your training settings. Could you...

Thanks for your implementation of the Octave Conv paper. I have a remark/question about the `Conv_BN_ACT` module. As BN after ACT sometimes makes more sense, following the PyTorch example I...