IGCV3-pytorch
IGCV3-pytorch copied to clipboard
IGCV3 reimplement by pytorch
Hi @xxradon , Very nice work! Here i have 2 tips for this repo which will help to reproduce performance mentioned in the paper: 1. change lr_schedule(mbv2&&igcv3). *0.1 for epoch...
Hello, I found the original paper of the inverted residual block is "G1x1_Cw3x3_ReLU_G1x1", but I found the implementation of your code is "G1x1_ReLU_Cw3x3_ReLU_G1x1". And the paper said "G1x1_ReLU_Cw3x3_ReLU_G1x1" would hurt...
Hi, Great work! Can you share the pre-train weight of IGCV3 on the ImageNet? I am working on doing some segmentation tasks with the backbone of IGCV3. Can you share...