varora commited on
Commit
881cb88
1 Parent(s): dc03dad

update hit.py

Browse files
Files changed (1) hide show
  1. hit.py +1 -0
hit.py CHANGED
@@ -173,4 +173,5 @@ class NewDataset(datasets.GeneratorBasedBuilder):
173
  with gzip.open(subject_path, 'rb') as f:
174
  data = pickle.load(f)
175
  key = data['subject_ID']
 
176
  yield key, data
 
173
  with gzip.open(subject_path, 'rb') as f:
174
  data = pickle.load(f)
175
  key = data['subject_ID']
176
+ print(key)
177
  yield key, data