sanaa13 commited on
Commit
459715f
·
verified ·
1 Parent(s): 72ea61b

Update breastmnist.py

Browse files
Files changed (1) hide show
  1. 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":