Update breastmnist.py
Browse files- breastmnist.py +1 -0
breastmnist.py
CHANGED
|
@@ -27,6 +27,7 @@ class BreastMNIST(datasets.GeneratorBasedBuilder):
|
|
| 27 |
|
| 28 |
def _generate_examples(self, filepath, split):
|
| 29 |
# Load the .npz file
|
|
|
|
| 30 |
data = np.load(filepath ,allow_pickle=True)
|
| 31 |
|
| 32 |
if split == "train":
|
|
|
|
| 27 |
|
| 28 |
def _generate_examples(self, filepath, split):
|
| 29 |
# Load the .npz file
|
| 30 |
+
print(filepath)
|
| 31 |
data = np.load(filepath ,allow_pickle=True)
|
| 32 |
|
| 33 |
if split == "train":
|