Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
ArXiv:
License:
fix typo
Browse files
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: {
|
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 = []
|