update food vision script
Browse files
food_vision_199_classes.py
CHANGED
@@ -263,11 +263,11 @@ class Food199(datasets.GeneratorBasedBuilder):
|
|
263 |
gen_kwargs={
|
264 |
"annotations": df_train_annotations,
|
265 |
}),
|
266 |
-
datasets.SplitGenerator(
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
]
|
272 |
|
273 |
|
|
|
263 |
gen_kwargs={
|
264 |
"annotations": df_train_annotations,
|
265 |
}),
|
266 |
+
# datasets.SplitGenerator(
|
267 |
+
# name=datasets.Split.TEST,
|
268 |
+
# gen_kwargs={
|
269 |
+
# "annotations": df_test_annotations,
|
270 |
+
# })
|
271 |
]
|
272 |
|
273 |
|