From e020e6c70a71b7c3c7c02c914df5c5fb19f6f839 Mon Sep 17 00:00:00 2001 From: Sarah Pratt Date: Tue, 13 Feb 2024 15:17:30 -0800 Subject: [PATCH] assignment 4 --- assignments/assignment4.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assignments/assignment4.html b/assignments/assignment4.html index c3802b2..335fde6 100644 --- a/assignments/assignment4.html +++ b/assignments/assignment4.html @@ -85,11 +85,12 @@

Goals

Q1: PyTorch on CIFAR-10

-

For this last part, you will be working in PyTorch, a popular and powerful deep learning framework. +

For this first part, you will be working in PyTorch, a popular and powerful deep learning framework.

Open up PyTorch.ipynb. There, you will learn how the framework works, culminating in training a convolutional network of your own design on CIFAR-10 to get the best performance you can.

Q2: Network Visualization: Saliency Maps, Class Visualization, and Fooling Images