Skip to content

Commit

Permalink
Merge pull request voxel51#1587 from stephengmatthews/fix-docs-typo
Browse files Browse the repository at this point in the history
Fix typo in docs (notebook for Writing Custom Dataset Importers)
  • Loading branch information
brimoor authored Feb 6, 2022
2 parents cd13869 + f8c3773 commit 059861d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/recipes/custom_importer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"source": [
"In this recipe we'll use the [FiftyOne Dataset Zoo](https://voxel51.com/docs/fiftyone/user_guide/dataset_creation/zoo_datasets.html) to download the [CIFAR-10 dataset](https://www.cs.toronto.edu/~kriz/cifar.html) to use as sample data to feed our custom importer.\n",
"\n",
"Behind the scenes, FiftyOne either the\n",
"Behind the scenes, FiftyOne either uses the\n",
"[TensorFlow Datasets](https://www.tensorflow.org/datasets) or\n",
"[TorchVision Datasets](https://pytorch.org/docs/stable/torchvision/datasets.html) libraries to wrangle the datasets, depending on which ML library you have installed.\n",
"\n",
Expand Down

0 comments on commit 059861d

Please sign in to comment.