-
Notifications
You must be signed in to change notification settings - Fork 640
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
Anyone who would kindly share their training code? #199
Comments
I am also looking for the training code. |
https://www.kaggle.com/code/daggerx/modnet?scriptVersionId=107316373 |
how good were teh results you got @yashsandansing |
@skyler14 sorry for the late reply. I did try experimenting with the training but it went horribly wrong with my training loop. The images had random blobs in the center. so areas were randomly considered as background. So the results were worse than this pre-trained model. I suspect my training loop had some critical errors that I missed |
Hi, do you only have one picture per training batch? Because I noticed that in your data processing section, the size of the images is not consistent and you should not be able to train batches. |
I tried, but couldn't train normally. RuntimeError: stack expects each tensor to be equal size, but got [3, 512, 736] at entry 0 and [3, 512, 672] at entry 1 |
Since it seems that the complete training code will never be released, is there anyone who would kindly share their working code?
Thanks in advance
The text was updated successfully, but these errors were encountered: