alkzar90 commited on
Commit
6dd7cad
1 Parent(s): 7c4579a
Files changed (1) hide show
  1. NIH-Chest-X-ray-dataset.py +1 -1
NIH-Chest-X-ray-dataset.py CHANGED
@@ -94,7 +94,7 @@ class XChest(datasets.GeneratorBasedBuilder):
94
  # Get the image names that belong to the train-val dataset
95
  train_val_list = get(_URLS['train_val_list']).iter_lines()
96
  train_val_list = set([x.decode('UTF8') for x in train_val_list])
97
- print(train_val_list))
98
 
99
  # Create list for store the name of the images for each dataset
100
  train_files = []
 
94
  # Get the image names that belong to the train-val dataset
95
  train_val_list = get(_URLS['train_val_list']).iter_lines()
96
  train_val_list = set([x.decode('UTF8') for x in train_val_list])
97
+ print(train_val_list)
98
 
99
  # Create list for store the name of the images for each dataset
100
  train_files = []