johnolafenwa / TorchFusion-UtilsLinks
A pytorch helper library for Mixed Precision Training, Initialization, Metrics and More Utilities to simplify training of deep learning models
☆15Updated 6 years ago
Alternatives and similar repositories for TorchFusion-Utils
Users that are interested in TorchFusion-Utils are comparing it to the libraries listed below
Sorting:
- FasterAI: A repository for making smaller and faster models with the FastAI library.☆35Updated last year
- (partial) replication of results from https://arxiv.org/abs/1912.07768☆26Updated 5 years ago
- "Learning Rate Dropout" in PyTorch☆34Updated 6 years ago
- Official PyTorch code for U-Noise: Learnable Noise Masks for Interpretable Image Segmentation (ICIP 2021)☆42Updated 4 years ago
- PyTorch model training and layer saturation monitor☆82Updated 2 years ago
- Minimal implementation of adaptive gradient clipping (https://arxiv.org/abs/2102.06171) in TensorFlow 2.☆85Updated 4 years ago
- Swish Activation - PyTorch CUDA Implementation☆37Updated 6 years ago
- This repository provides the code for replicating the experiments in the paper "Building One-Shot Semi-supervised (BOSS) Learning up to F…☆36Updated 5 years ago
- diffGrad: An Optimization Method for Convolutional Neural Networks☆55Updated 3 years ago
- TensorFlow2.x implementation of RetinaNet☆41Updated 4 years ago
- A disciplined approach to neural network parameters - Reviewing the approach for setting Hyper parameters by Leslie Smith☆12Updated 7 years ago
- Deeplab for semantic segmentation tasks☆63Updated 6 years ago
- Unofficial Colab on how to train DETR, the intelligent object detector, with your own dataset. DETR = Detection Transformer☆39Updated 5 years ago
- Converting EfficientNet to Pytorch for use with fastai☆27Updated 6 years ago
- High Performance Tensorflow Data Pipeline with State of Art Augmentations and low level optimizations.☆85Updated 3 years ago
- TF2.0 port for Augmix paper