alkzar90 commited on
Commit
814dcde
1 Parent(s): 3dcb747
Files changed (1) hide show
  1. NIH-Chest-X-ray-dataset.py +1 -1
NIH-Chest-X-ray-dataset.py CHANGED
@@ -97,7 +97,7 @@ class XChest(datasets.GeneratorBasedBuilder):
97
  logger.info("Downloading the train_val_list image names")
98
  train_val_list = get(_URLS['train_val_list']).iter_lines()
99
  train_val_list = set([x.decode('UTF8') for x in train_val_list])
100
- logger.info(f"Check train_val_list: {train_val_llist}")
101
 
102
  # Create list for store the name of the images for each dataset
103
  train_files = []
 
97
  logger.info("Downloading the train_val_list image names")
98
  train_val_list = get(_URLS['train_val_list']).iter_lines()
99
  train_val_list = set([x.decode('UTF8') for x in train_val_list])
100
+ logger.info(f"Check train_val_list: {train_val_list}")
101
 
102
  # Create list for store the name of the images for each dataset
103
  train_files = []