Coderx7 / SimpleNet_Pytorch
SimpleNetV1 Implementation in Pytorch
☆52Updated 9 months ago
Related projects ⓘ
Alternatives and complementary repositories for SimpleNet_Pytorch
- This repository contains the architectures, Models, logs, etc pertaining to the SimpleNet Paper (Lets keep it simple: Using simple archit…☆92Updated last year
- Deep learning tutorial☆29Updated 6 years ago
- A drop-in replacement for CIFAR-10.☆236Updated 3 years ago
- Supervised NN for pre-training. with group normalization and weight standardization☆30Updated 4 years ago
- A pytorch dataset sampler for always sampling balanced batches.☆110Updated 3 years ago
- An implementation of shampoo☆74Updated 6 years ago
- homura is a library for fast prototyping DL research☆106Updated 2 years ago
- Utilities for Pytorch☆89Updated 2 years ago
- Calibration of Convolutional Neural Networks☆158Updated last year
- Pytorch version for weight pruning for Murata Group's CREST project☆57Updated 6 years ago
- Pytorch notebook with One Cycle Policy implementation (https://arxiv.org/abs/1803.09820)☆74Updated 2 years ago
- Exploring CNNs and model quantization on Caltech-256 dataset☆85Updated 7 years ago
- PyTorch implementation of shake-drop regularization☆54Updated 4 years ago
- Blog https://medium.com/neuralmachine/knowledge-distillation-dc241d7c2322☆60Updated 6 years ago
- Delta Orthogonal Initialization for PyTorch☆18Updated 6 years ago
- Simple implementation of the LSUV initialization in PyTorch☆58Updated 10 months ago
- Code to reproduce some of the figures in the paper "On Large-Batch Training for Deep Learning: Generalization Gap and Sharp Minima"☆138Updated 7 years ago
- A simpler version of the self-attention layer from SAGAN, and some image classification results.☆211Updated 5 years ago
- Code for https://arxiv.org/abs/1810.04622☆139Updated 5 years ago
- OD-test: A Less Biased Evaluation of Out-of-Distribution (Outlier) Detectors (PyTorch)☆62Updated last year
- A list of papers on Active Learning and Uncertainty Estimation for Neural Networks.☆65Updated 4 years ago
- Pytorch Implementation of recent visual attribution methods for model interpretability☆145Updated 4 years ago
- The Deep Weight Prior, ICLR 2019☆44Updated 3 years ago
- Code for "EigenDamage: Structured Pruning in the Kronecker-Factored Eigenbasis" https://arxiv.org/abs/1905.05934☆112Updated 4 years ago
- Calculate Flops for CNN☆38Updated 7 years ago
- Official Pytorch code for (AAAI 2020) paper "Capsule Routing via Variational Bayes", https://arxiv.org/pdf/1905.11455.pdf☆104Updated 3 years ago
- Mish Deep Learning Activation Function for PyTorch / FastAI☆160Updated 4 years ago
- Useful functions to work with PyTorch. At the moment, there is a function to work with cross validation and kernels visualization.☆67Updated 4 years ago
- PyTorch code for training neural networks without global back-propagation