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 867ff44 commit 4c79f82Copy full SHA for 4c79f82
tests/annotations/test_clarifai_loader.py
@@ -30,7 +30,7 @@ def test_imagenet_loader(self,):
30
clarifai_loader = annotation_object.clarifai_loader()
31
assert len(clarifai_loader) == 3
32
assert clarifai_loader.task == 'visual_classification'
33
- assert clarifai_loader[0].labels[0] in ['label_0', 'lable_1']
+ assert clarifai_loader[0].labels[0] in ['label_0', 'label_1']
34
assert clarifai_loader[0].id == '1'
35
36
def test_cifar_loader(self,):
0 commit comments