wyxu commited on
Commit
9f022d7
1 Parent(s): 1480325

Update dataset_copied.py

Browse files
Files changed (1) hide show
  1. dataset_copied.py +2 -1
dataset_copied.py CHANGED
@@ -118,4 +118,5 @@ class dataset_copied(datasets.GeneratorBasedBuilder):
118
  yield f"{path}_{idx}", {
119
  "img": img_reshaped,
120
  "label": labels[idx],
121
- }
 
 
118
  yield f"{path}_{idx}", {
119
  "img": img_reshaped,
120
  "label": labels[idx],
121
+ }
122
+ datasets-cli test path/to/<your-dataset-loading-script> --save_info --all_configs