Created using Colaboratory

This commit is contained in:
Eric Zelikman 2020-09-29 05:07:28 -04:00
parent e62fc0c570
commit 31da53d987
1 changed files with 1 additions and 2 deletions

View File

@ -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",