Created using Colaboratory

This commit is contained in:
Eric Zelikman 2020-09-30 16:12:57 -04:00
parent 31da53d987
commit aabfac40aa
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
}, },
"source": [ "source": [
"# Load pre-trained StyleGAN network\n", "# 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", "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", " # 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", " # _G = Instantaneous snapshot of the generator. Mainly useful for resuming a previous training run.\n",