Datasets:
pain
/

Modalities:
Image
Languages:
Arabic
Size:
n<1K
ArXiv:
Tags:
License:
pain commited on
Commit
754b174
1 Parent(s): 9f75b8a

Update AASL.py

Browse files
Files changed (1) hide show
  1. AASL.py +0 -5
AASL.py CHANGED
@@ -64,11 +64,6 @@ class AASL(datasets.GeneratorBasedBuilder):
64
 
65
  def _generate_examples(self, images):
66
 
67
- x = len(list(images))
68
- print("Length")
69
- print(x)
70
- print(images)
71
-
72
  for i, file in enumerate(images):
73
  if os.path.basename(file).endswith(".jpg"):
74
  # print(os.path.basename(os.path.dirname(file)).lower())
 
64
 
65
  def _generate_examples(self, images):
66
 
 
 
 
 
 
67
  for i, file in enumerate(images):
68
  if os.path.basename(file).endswith(".jpg"):
69
  # print(os.path.basename(os.path.dirname(file)).lower())