matybohacek
commited on
Commit
•
64d83ea
1
Parent(s):
74ea8cc
Update deepaction_v1.py
Browse files- deepaction_v1.py +1 -0
deepaction_v1.py
CHANGED
@@ -61,6 +61,7 @@ class DeepActionV1(datasets.GeneratorBasedBuilder):
|
|
61 |
]
|
62 |
|
63 |
def _generate_examples(self, data_dir):
|
|
|
64 |
for label in os.listdir(data_dir):
|
65 |
label_path = os.path.join(data_dir, label)
|
66 |
if os.path.isdir(label_path):
|
|
|
61 |
]
|
62 |
|
63 |
def _generate_examples(self, data_dir):
|
64 |
+
print(data_dir)
|
65 |
for label in os.listdir(data_dir):
|
66 |
label_path = os.path.join(data_dir, label)
|
67 |
if os.path.isdir(label_path):
|