SENet-PyTorch icon indicating copy to clipboard operation
SENet-PyTorch copied to clipboard

What should I do to deal with 448*448 pictures with se_resnet?

Open FindTheAnswer opened this issue 6 years ago • 1 comments

What should I do to deal with 448*448 pictures with se_resnet50?

FindTheAnswer avatar Oct 06 '18 06:10 FindTheAnswer

Maybe you can RandomResizedCrop it into a 224x224 picture

ArtechStark avatar Mar 29 '19 05:03 ArtechStark