Skip to content

Commit

Permalink
Add download = True to 3D NB.
Browse files Browse the repository at this point in the history
Signed-off-by: Virginia Fernandez <[email protected]>
  • Loading branch information
Virginia Fernandez committed Sep 20, 2024
1 parent 5145843 commit 57ab963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generation/3d_autoencoderkl/3d_autoencoderkl_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
" section=\"training\",\n",
" cache_rate=1.0, # you may need a few Gb of RAM... Set to 0 otherwise\n",
" num_workers=4,\n",
" download=False,\n",
" download=True,\n",
" seed=0,\n",
" transform=transforms.Compose(all_transforms),\n",
")\n",
Expand All @@ -227,7 +227,7 @@
" section=\"validation\",\n",
" cache_rate=1.0, # you may need a few Gb of RAM... Set to 0 otherwise\n",
" num_workers=4,\n",
" download=False,\n",
" download=True,\n",
" seed=0,\n",
" transform=transforms.Compose(all_transforms),\n",
")"
Expand Down

0 comments on commit 57ab963

Please sign in to comment.