Skip to content

Commit

Permalink
Help torchvision figure out filename
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Oct 10, 2024
1 parent 2ad098e commit 35ca8f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"]\n",
"for tile in tiles:\n",
" url = planetary_computer.sign(naip_url + tile)\n",
" download_url(url, naip_root)\n",
" download_url(url, naip_root, filename=tile)\n",
"\n",
"naip = NAIP(naip_root)"
]
Expand Down

0 comments on commit 35ca8f6

Please sign in to comment.