mrdbourke commited on
Commit
80df377
1 Parent(s): 970c7a9

update food vision script

Browse files
Files changed (1) hide show
  1. food_vision_199_classes.py +5 -5
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
- name=datasets.Split.TEST,
268
- gen_kwargs={
269
- "annotations": df_test_annotations,
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