reddragon / efficient-dl-survey-paper
Efficient Deep Learning Survey Paper
☆33Updated last year
Alternatives and similar repositories for efficient-dl-survey-paper:
Users that are interested in efficient-dl-survey-paper are comparing it to the libraries listed below
- Adversarial examples to the new ConvNeXt architecture☆20Updated 3 years ago
- Implements MLP-Mixer (https://arxiv.org/abs/2105.01601) with the CIFAR-10 dataset.☆54Updated 2 years ago
- PyTorch implementation of GLOM☆21Updated 2 years ago
- Code for a workshop hosted at the MLOps World Summit '22☆16Updated 2 years ago
- PyTorch reimplementation of the Smooth ReLU activation function proposed in the paper "Real World Large Scale Recommendation Systems Repr…☆22Updated 2 years ago
- Implementation of modern data augmentation techniques in TensorFlow 2.x to be used in your training pipeline.☆34Updated 4 years ago
- ☆48Updated 2 years ago
- Examples of using PyTorch hooks, as covered in my YouTube tutorial video.☆33Updated last year
- machine learning model performance metrics & charts with confidence intervals, optimized with numba to be fast☆16Updated 3 years ago
- PyTorch implementation of "MLP-Mixer: An all-MLP Architecture for Vision" Tolstikhin et al. (2021)☆30Updated 3 years ago
- Shows how to do parameter ensembling using differential evolution.☆10Updated 3 years ago
- Deep Critical Learning. Implementation of ProSelfLC, IMAE, DM, etc.☆31Updated 2 years ago
- Official pytorch code for "APP: Anytime Progressive Pruning" (DyNN @ ICML, 2022; CLL @ ACML, 2022, SNN @ ICML, 2022 and SlowDNN 2023)☆17Updated 2 years ago
- Implements EvoNorms B0 and S0 as proposed in Evolving Normalization-Activation Layers.☆11Updated 4 years ago
- Domain Adaptation☆23Updated 3 years ago
- Quick modules to turn regular Neural Networks to Bayesian Neural Networks with Dropout.☆35Updated 3 years ago
- This project shows how to derive the total number of training tokens from a large text dataset from 🤗 datasets with Apache Beam and Data…☆24Updated 2 years ago
- Implements RNNPool and SoftPool for CNNs.☆14Updated 4 years ago
- Generating Training Data Made Easy☆43Updated 4 years ago
- Code for the anonymous submission "Cockpit: A Practical Debugging Tool for Training Deep Neural Networks"☆31Updated 4 years ago
- Cyclemoid implementation for PyTorch☆87Updated 2 years ago
- (partial) replication of results from https://arxiv.org/abs/1912.07768☆26Updated 4 years ago
- ☆28Updated last year
- PyTorch implementation of FNet: Mixing Tokens with Fourier transforms☆25Updated 3 years ago
- Demonstrates knowledge distillation for image-based models in Keras.☆52Updated 3 years ago
- A simple algorithm to identify and correct for label shift.☆21Updated 6 years ago
- Label shift experiments