diff --git a/C1W1_(Colab)_Pre_trained_model_exploration.ipynb b/C1W1_(Colab)_Pre_trained_model_exploration.ipynb index f7d605f..ddb391c 100644 --- a/C1W1_(Colab)_Pre_trained_model_exploration.ipynb +++ b/C1W1_(Colab)_Pre_trained_model_exploration.ipynb @@ -69,7 +69,6 @@ } }, "source": [ - "# You'll start with cloning the repo (Remove for Coursera version)\n", "!git clone https://github.com/NVlabs/stylegan.git" ], "execution_count": null, @@ -144,7 +143,7 @@ } }, "source": [ - "# Load pre-trained StyleGAN network (Change in Coursera to pkl file path)\n", + "# Load pre-trained StyleGAN network\n", "url = 'https://drive.google.com/uc?id=1vmFGPrTUgs0DUOy6c26RmDlCge5ul-kc' # 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",