siavava commited on
Commit
d0fd9fc
·
1 Parent(s): 958b08b

Update mmod2.py

Browse files
Files changed (1) hide show
  1. mmod2.py +1 -1
mmod2.py CHANGED
@@ -111,7 +111,7 @@ class Mmod2(datasets.GeneratorBasedBuilder):
111
 
112
  iter_list = []
113
 
114
- for file_name in images:
115
  # print(f"{file_name = }")
116
 
117
  # get file name without extension
 
111
 
112
  iter_list = []
113
 
114
+ for file_name in iter(images):
115
  # print(f"{file_name = }")
116
 
117
  # get file name without extension