dkumazawa / onecyclelrLinks
One cycle policy learning rate scheduler in PyTorch
☆46Updated 6 years ago
Alternatives and similar repositories for onecyclelr
Users that are interested in onecyclelr are comparing it to the libraries listed below
Sorting:
- Unofficial PyTorch Implementation of EvoNorm☆122Updated 4 years ago
- Useful PyTorch functions and modules that are not implemented in PyTorch by default☆188Updated last year
- Mish Deep Learning Activation Function for PyTorch / FastAI☆161Updated 5 years ago
- ☆35Updated 6 years ago
- Repo to build on / reproduce the record breaking Ranger-Mish-SelfAttention setup on FastAI ImageWoof dataset 5 epochs☆116Updated 5 years ago
- PyTorch implementation of "Filter Response Normalization Layer: Eliminating Batch Dependence in the Training of Deep Neural Networks"☆89Updated 5 years ago
- A PyTorch implementation of "EfficientNet: Rethinking Model Scaling for Convolutional Neural Networks".☆113Updated last month
- Utilities for Pytorch☆88Updated 2 years ago
- A simpler version of the self-attention layer from SAGAN, and some image classification results.☆213Updated 6 years ago
- Pre-trained NFNets with 99% of the accuracy of the official paper "High-Performance Large-Scale Image Recognition Without Normalization".☆160Updated 4 years ago
- Semi-supervised ImageNet1K models☆245Updated 5 years ago
- Pytorch implementation of Robust Bi-Tempered Logistic Loss Based on Bregman Divergences☆62Updated 6 years ago
- AutoML for image augmentation. AutoAlbument uses the Faster AutoAugment algorithm to find optimal augmentation policies. Documentation - …☆207Updated 4 years ago
- Implements https://arxiv.org/abs/1711.05101 AdamW optimizer, cosine learning rate scheduler and "Cyclical Learning Rates for Training Neu…☆151Updated 6 years ago
- homura is a library for fast prototyping DL research☆106Updated 3 years ago
- Provides everything needed for high performance data loading and augmentation in pytorch.☆319Updated last year
- PyTorch implementations of `BatchSampler` that under/over sample according to a chosen parameter alpha, in order to create a balanced tra…☆85Updated 5 years ago
- Visualisation tool for CNNs in pytorch☆254Updated 2 years ago
- Example code showing how to use Nvidia DALI in pytorch, with fallback to torchvision. Contains a few differences to the official Nvidia …☆198Updated 5 years ago
- Implementation of MobileNetV3 in pytorch☆89Updated 6 years ago
- NFNets and Adaptive Gradient Clipping for SGD implemented in PyTorch. Find explanation at tourdeml.github.io/blog/☆349Updated last year
- A User Interface for DETR built with Dash. 100% Python.☆179Updated 2 years ago
- The service for the demonstration of transforms in Albumentations library☆106Updated last year
- PyTorch implementation of shake-drop regularization