albertvillanova HF staff commited on
Commit
7f3672c
·
verified ·
1 Parent(s): 8513741

Remove deprecated tasks

Browse files

This dataset uses `tasks`, which are deprecated and will raise an error after the next major release of `datasets`. See: https://github.com/huggingface/datasets/pull/6999

Files changed (1) hide show
  1. Caltech-101.py +1 -1
Caltech-101.py CHANGED
@@ -21,7 +21,7 @@ from pathlib import Path
21
  import datasets
22
  import numpy as np
23
  import scipy.io
24
- from datasets.tasks import ImageClassification
25
 
26
  _CITATION = """\
27
  @article{FeiFei2004LearningGV,
 
21
  import datasets
22
  import numpy as np
23
  import scipy.io
24
+
25
 
26
  _CITATION = """\
27
  @article{FeiFei2004LearningGV,