Closed jjn037 closed 4 years ago
Hmm,,,, I didn't use 224x224 image. But, I think that problem may occurs in dense classification. So, if you use more layers with max-pooling or 2 stride Conv to make compact informative feature map, dense classification could extract image inherent information.
thx, may be I make some mistakes ,trying to make it
I set input image size to 224, and self.fc1_pt = nn.Linear(144, 1), but the model could not convergent。Could you give me some advice about the problem