thomasw21 commited on
Commit
ced55ee
·
1 Parent(s): 6434d34
Files changed (1) hide show
  1. pmd.py +1 -1
pmd.py CHANGED
@@ -330,7 +330,7 @@ class LocalizedNarrativesOpenImagesLoader(BaseLoaderWithDLManager):
330
  chunk = next(chunk)
331
  except StopIteration:
332
  return
333
-
334
  yield chunk
335
 
336
  def _generate_examples(self, examples: List[Any], annotation_file: str, split: str) -> Dict[str, List[Any]]:
 
330
  chunk = next(chunk)
331
  except StopIteration:
332
  return
333
+ print(chunk)
334
  yield chunk
335
 
336
  def _generate_examples(self, examples: List[Any], annotation_file: str, split: str) -> Dict[str, List[Any]]: