This commit is contained in:
Zach Proffitt 2024-02-14 10:15:21 +03:00 committed by GitHub
commit 93f913eb4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1490,7 +1490,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"The second line downloads a standard dataset from the [fast.ai datasets collection](https://course.fast.ai/datasets) (if not previously downloaded) to your server, extracts it (if not previously extracted), and returns a `Path` object with the extracted location:\n", "The second line downloads a standard dataset from the [fast.ai datasets collection](https://docs.fast.ai/data.external.html) (if not previously downloaded) to your server, extracts it (if not previously extracted), and returns a `Path` object with the extracted location:\n",
"\n", "\n",
"```python\n", "```python\n",
"path = untar_data(URLs.PETS)/'images'\n", "path = untar_data(URLs.PETS)/'images'\n",