Remove deprecated tasks
Browse filesThis 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
- 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 |
-
|
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,
|