You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking through this dataset and noticed that many of the images are completely blank (all pixels are 0).
Using your mybatch_generator_prediction I loaded all the images and was surprised to find that roughly 1/3 of all the images – train and test alike – consist only of 0s
this is almost certainly inflating the kaggle statistics and is likely diluting the training process. Do you have any insight into what might be going on here?
For context: I downloaded the data from kaggle, in case that is relevant.