akommula commited on
Commit
a220563
·
1 Parent(s): 15fc741

Fixing _generate_examples

Browse files
Files changed (1) hide show
  1. 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: