PyTorch

Articles
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
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
2 years ago
public
Machine Learning

Weights & Biases with Gradient

Follow this guide to learn how to integrate the Weights and Biases API with your code in Gradient Notebooks! Readers should expect to learn how to get started with Weights and Biases, how to integrate it with Gradient, and how to log your training results in Weights and Biases via Gradient.

By Joshua Robison
2 years ago
public
PyTorch

PyTorch Loss Functions

Follow this guide to learn about the various loss functions available to use with PyTorch neural networks, and see how you can directly implement a custom loss function in their stead.

By Henry Ansah Fordjour
2 years ago