csarofeen / examplesLinks
A set of examples around pytorch in Vision, Text, Reinforcement Learning, etc.
☆38Updated 6 years ago
Alternatives and similar repositories for examples
Users that are interested in examples are comparing it to the libraries listed below
Sorting:
- Code used to generate the results appearing in "Train longer, generalize better: closing the generalization gap in large batch training o…☆149Updated 8 years ago
- Examples of C extensions for PyTorch☆256Updated 2 years ago
- This is an example of how to train a MNIST network in Python and run it in c++ with pytorch 1.0☆96Updated 6 years ago
- PyTorch implementation of Wide Residual Networks with 1-bit weights by McDonnell (ICLR 2018)☆126Updated 6 years ago
- TensorFlow util for building memory usage timeline from LOG_MEMORY messages☆65Updated 7 years ago
- Torch implementation of the paper "Deep Pyramidal Residual Networks" (https://arxiv.org/abs/1610.02915).☆131Updated 7 years ago
- CuPy fused PyTorch neural networks ops☆273Updated 7 years ago
- an example of a CUDA extension for PyTorch using CuPy which computes the Hadamard product of two tensors☆118Updated last month
- This repository contains several tools useful for pytorch users.☆46Updated 6 years ago
- An implementation of shampoo☆75Updated 7 years ago
- Weight initialization schemes for PyTorch nn.Modules☆70Updated 8 years ago
- ☆57Updated 7 years ago
- a lightweight and simple logger for Machine Learning