PyTorch

Articles
Tutorial

Automatic Mixed Precision Using PyTorch

In this overview of Automatic Mixed Precision (AMP) training with PyTorch, we demonstrate how the technique works, walking step-by-step through the process of integrating AMP in code, and discuss more advanced applications of AMP techniques with code scaffolds to integrate your own code.

By Adrien Payong
a year ago
PyTorch

PyTorch Lightning on Paperspace

In this blogpost, we discuss the benefits and utilities of using PyTorch Lightning with Gradient Notebooks to optimize and simplify deep learning code, as well as extend the capabilities of Torch beyond the scope of the original package.

By Nick Ball
2 years ago
Tutorial

Image segmentation

In this article, we will define image segmentation, discover the right metrics to use in these tasks, build an end-to-end pipeline that can be used as a template for handling image segmentation problems, and talk about some useful applications of it.

By Abd Elilah TAUIL
2 years ago
public
Tutorial

Writing VGG from Scratch in PyTorch

In this continuation on our series of writing DL models from scratch with PyTorch, we look at VGG. Follow this tutorial to learn how to create, train, and evaluate a VGG neural network for CIFAR-100 image classification

By Nouman
2 years ago