From f1ee02b673b32626765eb00654481a70f27e6da7 Mon Sep 17 00:00:00 2001 From: jcambier Date: Mon, 29 Jan 2024 09:39:28 -0500 Subject: [PATCH] fixed outdated webpage reference --- code/hw5_colab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/hw5_colab.ipynb b/code/hw5_colab.ipynb index fd1b350..68694c2 100644 --- a/code/hw5_colab.ipynb +++ b/code/hw5_colab.ipynb @@ -261,7 +261,7 @@ }, "outputs": [], "source": [ - "!wget \"https://browncsci1430.github.io/webpage/hw5_cnns/vgg16_imagenet.h5\"" + "!wget \"https://browncsci1430.github.io/hw5_cnns/vgg16_imagenet.h5\"" ] }, {