From aabfac40aa5ac8066fa8169a3a28a6ce7b798c02 Mon Sep 17 00:00:00 2001 From: Eric Zelikman Date: Wed, 30 Sep 2020 16:12:57 -0400 Subject: [PATCH] Created using Colaboratory --- C1W1_(Colab)_Pre_trained_model_exploration.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C1W1_(Colab)_Pre_trained_model_exploration.ipynb b/C1W1_(Colab)_Pre_trained_model_exploration.ipynb index ddb391c..7c230ac 100644 --- a/C1W1_(Colab)_Pre_trained_model_exploration.ipynb +++ b/C1W1_(Colab)_Pre_trained_model_exploration.ipynb @@ -144,7 +144,7 @@ }, "source": [ "# Load pre-trained StyleGAN network\n", - "url = 'https://drive.google.com/uc?id=1vmFGPrTUgs0DUOy6c26RmDlCge5ul-kc' # karras2019stylegan-ffhq-1024x1024.pkl\n", + "url = 'https://drive.google.com/uc?id=1oeQyvnsaFTuiSTXCvSd7E7uCkTWfXDzd' # karras2019stylegan-ffhq-1024x1024.pkl\n", "with stylegan.dnnlib.util.open_url(url, cache_dir=stylegan.config.cache_dir) as f:\n", " # You'll load 3 components, and use the last one Gs for sampling images.\n", " # _G = Instantaneous snapshot of the generator. Mainly useful for resuming a previous training run.\n",