siavava commited on
Commit
5c4bf06
1 Parent(s): cfd7891

Update mmod2.py

Browse files
Files changed (1) hide show
  1. mmod2.py +5 -5
mmod2.py CHANGED
@@ -94,11 +94,11 @@ class Mmod2(datasets.GeneratorBasedBuilder):
94
  """Generate images and labels for splits."""
95
  print("11111111")
96
 
97
- # print(f"""
98
- # {images = }
99
- # {metadata_path = }
100
- # {split_key = }
101
- # """)
102
 
103
  # metadata_path = "validation.txt" if split_key == "validation" else "train.txt"
104
  # metadata_path = datasets.download(metadata_path)
 
94
  """Generate images and labels for splits."""
95
  print("11111111")
96
 
97
+ print(f"""
98
+ {images = }
99
+ {metadata_path = }
100
+ {split_key = }
101
+ """)
102
 
103
  # metadata_path = "validation.txt" if split_key == "validation" else "train.txt"
104
  # metadata_path = datasets.download(metadata_path)