Hi All,
I would like some advice. So I am trying to emulate the results of this paper, and I am training the patch classifier right now. I am extracting 256x256 size patches from 1156x892 sized images (Image resizing was done using PIL). There is patient level separation between test and train data. So, 67% of patients are in the training set, and 33% are in the testing set.
Somehow, the Resnet50 is overfitting severely even after data augmentation. It is somehow not learning, and just fitting on the training data.
Any idea as to why this might be happening?
Hi All,
I would like some advice. So I am trying to emulate the results of this paper, and I am training the patch classifier right now. I am extracting 256x256 size patches from 1156x892 sized images (Image resizing was done using PIL). There is patient level separation between test and train data. So, 67% of patients are in the training set, and 33% are in the testing set.
Somehow, the Resnet50 is overfitting severely even after data augmentation. It is somehow not learning, and just fitting on the training data.
Any idea as to why this might be happening?