-
Notifications
You must be signed in to change notification settings - Fork 74
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
Pretrained model on ECSSD dataset #9
Comments
Hello again, glad to see you back. Unfortunately, we only have one option for Res2Net backbone model, so if you need any specific dataset for training, you need to change the yaml config file of res2net backbone network (InSPyReNet_Res2Net50.yaml). You can find how to change training dataset is in Getting Started / preparation section. Moreover, for SwinB backbone, there are various options of pre-trained checkpoints, but we don't have a checkpoint for trained with ECSSD dataset only since it usually used for benchmark only. If you need a specific checkpoint and cannot access to any GPU machine, then please let me know that I can train on my machine as you need. Thank you |
Unintentionally closed issue while responding. Reopening for further comments. |
Thanks, I figured it out and made a comment. I have reverted to the code to the commit 76767a9 to make it work. I see the lines: has been removed while the existing model's graph fetches for it as the model is trained using this. Hence the error is being occured: And was able to fix upon reverting. |
We actually removed Therefore, reverting the commit |
Thank you for the quick turnaround. Can close this issue now. |
Glad to be your help. Please feel free to contact me anytime. Have a great day! |
I see that the code is updated for res2net but the backbone model isn't due to which the keys are mis-matched while loading. Can I get the backbone model with the updated network?
The text was updated successfully, but these errors were encountered: