gan3sh500 / octaveconv-pytorchLinks
Implementation of Octave Convolution from Drop an Octave: Reducing Spatial Redundancy in Convolutional Neural Networks with Octave Convolution in Pytorch (https://arxiv.org/abs/1904.05049)
☆57Updated 6 years ago
Alternatives and similar repositories for octaveconv-pytorch
Users that are interested in octaveconv-pytorch are comparing it to the libraries listed below
Sorting:
- SparseMask: Differentiable Connectivity Learning for Dense Image Prediction.☆51Updated 6 years ago
- Tensorflow Implementation of ChannelNets (NeurIPS 18)☆76Updated 6 years ago
- [ECCV 2018] Sparsely Aggreagated Convolutional Networks https://arxiv.org/abs/1801.05895☆124Updated 6 years ago
- A Pytorch implementation of "LegoNet: Efficient Convolutional Neural Networks with Lego Filters" (ICML 2019).☆140Updated 4 years ago
- Implementation of OctConv in Pytorch (https://arxiv.org/abs/1904.05049)☆214Updated 6 years ago
- A neat pytorch implementation of nasnet and the ported weights from tensorflow☆76Updated 4 years ago
- ICLR 2018 reproducibility challenge - Multi-Scale Dense Convolutional Networks for Efficient Prediction☆134Updated 7 years ago
- Pytorch implementation of group normalization in https://arxiv.org/abs/1803.08494 (Following the PyTorch Style)☆87Updated 6 years ago
- Implementation from the paper Attention Augmented Convolutional Networks in Tensorflow (https://arxiv.org/pdf/1904.09925v1.pdf)☆46Updated 6 years ago
- A Pytorch implementation of https://arxiv.org/abs/1810.12348.☆37Updated 6 years ago
- A PyTorch implementation of shake-shake☆111Updated 5 years ago
- A PyTorch implementation of MNASNET☆47Updated 6 years ago
- Code for the paper☆29Updated 6 years ago
- pytorch model summary, statistic parameters number, memory usage, FLOPs and so on☆98Updated 5 years ago
- Pytorch Implementation of Visual Explanations from Deep Networks via Gradient-based Localization☆127Updated 7 years ago
- ☆90Updated 6 years ago
- Filter Response Normalization Layer in PyTorch☆121Updated 5 years ago
- Repository has been moved: https://github.com/adobe/antialiased-cnns☆165Updated 3 years ago
- Detail-Preserving Pooling in Deep Networks (CVPR 2018)☆116Updated 6 years ago
- SGDR with pytorch on CIFAR-10 (now superseded by official PyTorch CosineAnnealingLR)☆47Updated 5 years ago
- Implementation of DropBlock in Pytorch☆81Updated 6 years ago
- Learnable Embedding Space for Efficient Neural Architecture Compression☆29Updated 6 years ago
- Code for https://arxiv.org/abs/1810.04622☆141Updated 5 years ago
- Simple experiment of Apex (A PyTorch Extension)☆47Updated 5 years ago
- PyTorch implementation of Wide Residual Networks with 1-bit weights by McDonnell (ICLR 2018)☆126Updated 6 years ago
- Efficient HetConv: Heterogeneous Kernel-Based Convolutions for Deep CNNs☆43Updated 6 years ago
- An official collection of code in different frameworks that reproduces experiments in "Group Normalization"☆118Updated 4 years ago
- Not All Pixels Are Equal: Difficulty-Aware Semantic Segmentation via Deep Layer Cascade☆108Updated 7 years ago
- Minimal API for receptive field calculation in PyTorch