Skip to content

Commit 3d597bc

Browse files
kashifsoumith
authored andcommitted
fixed name of coco detection dataset. (#328)
1 parent 7eb9e65 commit 3d597bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/datasets/coco.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def __len__(self):
8080

8181

8282
class CocoDetection(data.Dataset):
83-
"""`MS Coco Captions <http://mscoco.org/dataset/#detections-challenge2016>`_ Dataset.
83+
"""`MS Coco Detection <http://mscoco.org/dataset/#detections-challenge2016>`_ Dataset.
8484
8585
Args:
8686
root (string): Root directory where images are downloaded to.

0 commit comments

Comments
 (0)