Skip to content

Commit

Permalink
added hidden tags to dataset download cells
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjanag committed Feb 12, 2024
1 parent 4a99d19 commit f7d1714
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
9 changes: 6 additions & 3 deletions docs/source/tutorials/huggingface_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"nbsphinx": "hidden",
"tags": []
},
"outputs": [],
"source": [
"dataset = load_dataset(\"cats_vs_dogs\", split=\"train\")"
Expand Down Expand Up @@ -184,7 +187,7 @@
"metadata": {},
"outputs": [],
"source": [
"imagelab.issues"
"imagelab.issues.head()"
]
},
{
Expand Down Expand Up @@ -243,7 +246,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"**For more detailed guide on how to use CleanVision, check the [tutorial notebook](tutorial.ipynb).**"
"**For more detailed guide on how to use CleanVision, check the** [tutorial notebook](tutorial.ipynb)."
]
}
],
Expand Down
9 changes: 6 additions & 3 deletions docs/source/tutorials/torchvision_dataset.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@
"cell_type": "code",
"execution_count": null,
"id": "3d207006",
"metadata": {},
"metadata": {
"nbsphinx": "hidden",
"tags": []
},
"outputs": [],
"source": [
"train_set = CIFAR10(root=\"./\", download=True)\n",
Expand Down Expand Up @@ -200,7 +203,7 @@
"metadata": {},
"outputs": [],
"source": [
"imagelab.issues"
"imagelab.issues.head()"
]
},
{
Expand Down Expand Up @@ -264,7 +267,7 @@
"id": "75912aea",
"metadata": {},
"source": [
"**For more detailed guide on how to use CleanVision, check the [tutorial notebook](tutorial.ipynb).**"
"**For more detailed guide on how to use CleanVision, check the** [tutorial notebook](tutorial.ipynb)."
]
}
],
Expand Down

0 comments on commit f7d1714

Please sign in to comment.