Datasets:
Fixing _generate_examples
Browse files- openpi_v2.py +1 -1
openpi_v2.py
CHANGED
|
@@ -146,7 +146,7 @@ class OpenpiV2(datasets.GeneratorBasedBuilder):
|
|
| 146 |
]
|
| 147 |
|
| 148 |
def _generate_examples(self, filepath):
|
| 149 |
-
print(filepath)
|
| 150 |
logger.info("generating examples from = %s", filepath)
|
| 151 |
|
| 152 |
with open(filepath) as f:
|
|
|
|
| 146 |
]
|
| 147 |
|
| 148 |
def _generate_examples(self, filepath):
|
| 149 |
+
print("FILEPATH: ______", filepath)
|
| 150 |
logger.info("generating examples from = %s", filepath)
|
| 151 |
|
| 152 |
with open(filepath) as f:
|