nachiket273 / One_Cycle_Policy
Pytorch notebook with One Cycle Policy implementation (https://arxiv.org/abs/1803.09820)
☆74Updated 2 years ago
Alternatives and similar repositories for One_Cycle_Policy:
Users that are interested in One_Cycle_Policy are comparing it to the libraries listed below
- Repo to build on / reproduce the record breaking Ranger-Mish-SelfAttention setup on FastAI ImageWoof dataset 5 epochs☆116Updated 5 years ago
- Mish Deep Learning Activation Function for PyTorch / FastAI☆161Updated 5 years ago
- A simpler version of the self-attention layer from SAGAN, and some image classification results.☆212Updated 5 years ago
- Wining solution and its further development for MICCAI 2017 Endoscopic Vision Challenge Angiodysplasia Detection and Localization☆78Updated 5 years ago
- Corrupted labels and label smoothing☆129Updated 7 years ago
- 5th Winning solution for Humpback whale identification☆48Updated 6 years ago
- Using the CLR algorithm for training (https://arxiv.org/abs/1506.01186)☆108Updated 6 years ago
- Utilities for Pytorch☆89Updated 2 years ago
- ☆35Updated 5 years ago
- Some notes, tutorials, and some experimentation with the fast.ai library (https://github.com/fastai/fastai)☆58Updated 6 years ago
- Customized DataLoader for multi label dataset classification-pytorch implementation☆64Updated 7 years ago
- ☆42Updated 4 years ago
- Pytorch Implementation of recent visual attribution methods for model interpretability☆145Updated 5 years ago
- One cycle policy learning rate scheduler in PyTorch☆46Updated 5 years ago
- Keras implementation of Attention Augmented Convolutional Neural Networks☆121Updated 5 years ago
- Reviewing recent advances in classification on CIFAR 10 and 100 datasets☆37Updated 6 years ago
- Implementation of DropBlock in Pytorch☆81Updated 6 years ago
- Keras callback function for stochastic weight averaging☆56Updated 2 years ago
- A pytorch dataset sampler for always sampling balanced batches.☆114Updated 4 years ago
- Blog https://medium.com/neuralmachine/knowledge-distillation-dc241d7c2322☆60Updated 6 years ago
- Semi-supervised ImageNet1K models☆243Updated 5 years ago
- Unofficial PyTorch Implementation of EvoNorm