Skip to content
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

Discrepancy between overfitting and pre-trained model #5

Closed
Sentient07 opened this issue Sep 8, 2022 · 4 comments
Closed

Discrepancy between overfitting and pre-trained model #5

Sentient07 opened this issue Sep 8, 2022 · 4 comments

Comments

@Sentient07
Copy link

Sentient07 commented Sep 8, 2022

Hello,

I'm trying to overfit the network to a single shape and I find that the training results are significantly different from the pre-trained model. Attached below is the discrepancy I'm referring to. What could be the reason?

Edit: Left in the figure is the pretrained model of UNDC Point cloud (both bool and float). Right uses the ground truth vertex positions and the connectivity is what I overfit to the single shape and try to predict the result on the same. (done for a sanity check)

image

@czq142857
Copy link
Owner

It seems to be underfitting. Did you train enough iterations?

@Sentient07
Copy link
Author

Hello,

Thanks for the quick reply. I too thought the same, but this one was trained for 1000 iterations. That is sufficient I suppose?

@czq142857
Copy link
Owner

1000 is not enough. Please train more iterations until you get an overfit.

@Sentient07
Copy link
Author

Indeed, it took about 2k iterations. Closing as issue is solved. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants