From 75eb715005c265fd7e1bdcc53750b7dddc97f31a Mon Sep 17 00:00:00 2001 From: Eric Zelikman Date: Thu, 10 Dec 2020 12:41:00 -0500 Subject: [PATCH] changed image location --- C3W1_Generative_Teaching_Networks_(Optional).ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C3W1_Generative_Teaching_Networks_(Optional).ipynb b/C3W1_Generative_Teaching_Networks_(Optional).ipynb index 3f42af3..44d9190 100644 --- a/C3W1_Generative_Teaching_Networks_(Optional).ipynb +++ b/C3W1_Generative_Teaching_Networks_(Optional).ipynb @@ -53,7 +53,7 @@ "\n", "4. **Neural Architecture Search.** But wait, there's still more! The generator doesn't just guide student training, it also can help determine the optimal student architecture (i.e. which layers, network depth). This concept of learning the best architecture is called Neural Architecture Search, or NAS. Pretty convenient, huh!\n", "\n", - "![Figure 1a from the paper](https://drive.google.com/uc?id=1y1eEkAkyDRHjX6NzAZkjsVZ8m6HEL557)\n", + "![Figure 1a from the paper](https://github.com/https-deeplearning-ai/GANs-Public/blob/master/gtn_fig1.png?raw=true)\n", "*Figure 1(a) from the [GTN paper](https://arxiv.org/pdf/1912.07768.pdf), providing an overview of the method*\n", "\n", "### Learning Objectives\n",