Skip to content

Commit 59327d8

Browse files
committed
add message on running with cuda
1 parent b27a643 commit 59327d8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

examples/enrichment-zero-shot-classification.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,9 @@
7575
"\n",
7676
"- [fastdup](https://github.com/visual-layer/fastdup) - To analyze issues in the dataset.\n",
7777
"- [Recognize Anything](https://github.com/xinyu1205/recognize-anything) - To use the RAM and Tag2Text model.\n",
78-
"- [gdown](https://github.com/wkentaro/gdown) - To download demo data hosted on Google Drive."
78+
"- [gdown](https://github.com/wkentaro/gdown) - To download demo data hosted on Google Drive.\n",
79+
"\n",
80+
"> **Note** - We highly recommending running this notebook in CUDA enabled environment to reduce the run time. "
7981
]
8082
},
8183
{

examples/enrichment-zero-shot-detection.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,9 @@
8080
"\n",
8181
"- [fastdup](https://github.com/visual-layer/fastdup) - To analyze issues in the dataset.\n",
8282
"- [MMEngine](https://github.com/open-mmlab/mmengine), [MMDetection](https://github.com/open-mmlab/mmdetection), [groundingdino-py](https://github.com/IDEA-Research/GroundingDINO) - To use the Grounding DINO and MMDetection model.\n",
83-
"- [gdown](https://github.com/wkentaro/gdown) - To download demo data hosted on Google Drive."
83+
"- [gdown](https://github.com/wkentaro/gdown) - To download demo data hosted on Google Drive.\n",
84+
"\n",
85+
"> **Note** - We highly recommending running this notebook in CUDA enabled environment to reduce the run time. "
8486
]
8587
},
8688
{

examples/enrichment-zero-shot-segmentation.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@
7979
"\n",
8080
"- [fastdup](https://github.com/visual-layer/fastdup) - To analyze issues in the dataset.\n",
8181
"- [Segment Anything Model](https://github.com/facebookresearch/segment-anything) - To use the SAM model.\n",
82-
"- [gdown](https://github.com/wkentaro/gdown) - To download demo data hosted on Google Drive."
82+
"- [gdown](https://github.com/wkentaro/gdown) - To download demo data hosted on Google Drive.\n",
83+
"\n",
84+
"> **Note** - We highly recommending running this notebook in CUDA enabled environment to reduce the run time. "
8385
]
8486
},
8587
{

0 commit comments

Comments
 (0)