Tutorial

Articles
public
Tutorial

Writing VGG from Scratch in PyTorch

In this article we will explore how to write the VGG from scratch in PyTorch by constructing a deep CNN characterized by its uniform architecture of multiple stacked convolutional layers.

By Nouman
3 years ago
public
Tutorial

YOLOR object detection in Gradient

In this new tutorial, we will examine YOLOR object detection with PyTorch in detail to see how it combines implicit and explicit information with a unified representation. We then demonstrate how to use YOLOR with Gradient Notebooks.

By James Skelton
3 years ago