We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b5a74 commit b3d1e7eCopy full SHA for b3d1e7e
tests/annotations/test_clarifai_loader.py
@@ -32,7 +32,6 @@ def test_imagenet_loader(self,):
32
assert len(dataloader) == 3
33
assert dataloader.task == DATASET_UPLOAD_TASKS.VISUAL_CLASSIFICATION
34
assert dataloader[0].labels[0] in ['label_0', 'label_1']
35
- assert dataloader[0].id == '1'
36
37
def test_cifar_loader(self,):
38
annotation_object = ImageAnnotations.import_from(path=CIFAR_PATH, format='cifar')
0 commit comments