-
Notifications
You must be signed in to change notification settings - Fork 342
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
Bad transfer learning result while fine tuning in iNaturalist 2019 which is not IN1K #77
Comments
@cssddnnc9527 Thanks for your kind words! Are the pre-training weights loaded correctly? |
@zsddd --finetune "/path/to/model_weight" |
Thanks for your reply! I found the root cause. It's data split problem. I split the data roughly, not split into the data for every class. In addition, do you have the plan to implement fine tuning code of object detection and semantic segmentation ? |
Hello~ I am sorry that transfer it to downstream task like semantic segemantation is not on my schedule now. But it is not a hard job, please refer to semantic_segmentation in beit |
would you mind giving a short tutorial? I am not familiar with mmsegmentaion lib, it is confused to me. |
Hey, in case you've managed to fine-tune on iNaturalist, would you mind sharing the weights? |
Dear Author,
Firstly thanks and appreciated for your great contribution.
While fine tuning with IN1K base on the pre-train model which also trained with IN1K, the result is similar to the paper's as follows:
But if I fine tune with iNaturalist with the same pre-train model and same finetune parameters listed in your github page, the result is really bad as follows:
So, what do you think of the possible reason for me?
Looking forward to your reply, Thanks in advance !
BTW, the picture amount of iNaturalist is about 260,000, icludes 1010 classes. The train data and val data is not separated in iNaturalist, I divided follow the ratio of IN1K(96% for train, 4% for val).
In addition, do you have the plan to implement fine tuning code of object detection and semantic segmentation ?
If yes, how much longer we need wait for ? Thanks again !
The text was updated successfully, but these errors were encountered: