samrere / pytorttoLinks
deep learning from scratch. uses numpy/cupy, trains in GPU, follows pytorch API
☆21Updated 2 years ago
Alternatives and similar repositories for pytortto
Users that are interested in pytortto are comparing it to the libraries listed below
Sorting:
- A Numpy implementation of a Convolutional Neural Network: slow & fast (im2col/col2im).☆58Updated 2 years ago
- Easily benchmark PyTorch model FLOPs, latency, throughput, allocated gpu memory and energy consumption☆107Updated 2 years ago
- Neural Networks library in pure numpy☆70Updated last year
- Context Manager to profile the forward and backward times of PyTorch's nn.Module☆82Updated 2 years ago
- This repository contains an overview of important follow-up works based on the original Vision Transformer (ViT) by Google.☆183Updated 3 years ago
- How to train a CNN to 99% accuracy on MNIST in less than a second on a laptop☆69Updated last year
- Minimal implementation of adaptive gradient clipping (https://arxiv.org/abs/2102.06171) in TensorFlow 2.☆85Updated 4 years ago
- A crash course on PyTorch hooks☆41Updated 5 years ago
- A library that contains a rich collection of performant PyTorch model metrics, a simple interface to create new metrics, a toolkit to fac…☆241Updated 2 weeks ago
- A lightweight library designed to accelerate the process of training PyTorch models by providing a minimal, but extensible training loop …☆191Updated 4 months ago
- State-of-the-art data augmentation search algorithms in PyTorch☆47Updated 2 years ago
- Outlining techniques for improving the training performance of your PyTorch model without compromising its accuracy☆129Updated 2 years ago
- PDFs and Codelabs for the Efficient Deep Learning book.☆202Updated 2 years ago
- A simple program to calculate and visualize the FLOPs and Parameters of Pytorch models, with handy CLI and easy-to-use Python API.☆131Updated 10 months ago
- Cyclemoid implementation for PyTorch☆90Updated 3 years ago
- Pytorch cyclic cosine decay learning rate scheduler☆49Updated 4 years ago
- Seamless analysis of your PyTorch models (RAM usage, FLOPs, MACs, receptive field, etc.)☆222Updated 6 months ago
- Mixture of experts on convolutional neural network using Keras and Cifar10☆29Updated 7 years ago
- Our implementation of Shampoo optimizer based on https://arxiv.org/pdf/1802.09568.pdf☆12Updated 5 years ago
- Little article showing how to load pytorch's models with linear memory consumption☆34Updated 3 years ago
- Metrics for model evaluation in pytorch☆111Updated 4 years ago
- Code for a workshop hosted at the MLOps World Summit '22☆18Updated 3 years ago
- Figures I made during my PhD in Deep Learning, for my models and for context☆83Updated 4 years ago
- Examples of using PyTorch hooks, as covered in my YouTube tutorial video.☆39Updated last year
- Learning with Signatures☆56Updated 3 years ago
- ☆58Updated 10 months ago
- TF2 implementation of knowledge distillation using the "function matching" hypothesis from https://arxiv.org/abs/2106.05237.☆88Updated 4 years ago
- Deep Learning book the covers the principles of deep learning, motivation, explanations, state of the art papers for the various tasks an…☆107Updated 3 years ago
- Personal short implementations of Machine Learning papers☆249Updated last year
- MLPNAS code for Paperspace series on Neural Architecture Search☆23Updated 2 years ago