-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you open source the ImageNet Pretraining code? #32
Comments
Please refer to https://github.com/fudan-zvg/SeaFormer for the ImageNet training script. |
Thank you a lot. I will try it. Did you do anything in particular on imagenet pertaining? Since I cannot reproduce the imagenet top1 ACC. I manage to distill the model to achieve the ACC goal, but the training mIOU on ADE20k is still unsatisfactory. |
Maybe the training hyperparameters do matter. The training details are listed here, |
Thank you very much :) The training process is undergoing. I have read the seaformer and thought it is very amazing. Good work! |
After I train on seaformer-cls framework, the Imagenet top 1 acc goes from 72.6 to 74.9(Original implementation is 75.3). But the segmentation mIOU on ADE20K is almost the same as 36.68(It should be near 39.0), what could be the thing that I am missing? |
Thanks for the update. Do you use the official Topformer segmentation code or MMsegmentation? There is a small difference between them. |
I have reproduced the 38.3 mIOU(bs=16) with the provided model using the official topformer model. And there is nothing strange when training the imagenet. |
I have tried to pre-training the backbone+ppa+sase on imagenet, with convbnconv + linear as head. But I cannot reproduce the result of 75.3 on base model. So can you provide the source code of pertaining on imagenet?
The text was updated successfully, but these errors were encountered: