Closed aHapBean closed 6 months ago
Upon further searching online, I found that the functions decay_rate and cycle_decay serve the same purpose and should not affect the results. Similarly, the second code change involving trunc might not be related. Can you help me understand why the results are so poor?
Thank you!
This issue stems from the learning rate specified in the config file; immediate modifications will be made. Thank you.
Hi! Thanks for your great job. I find that directly using your repo and your checkpoint of Point-GPT-S cannot reproduce the result in your paper.
Specifically, I download the
pretrained.pth
of Point-GPT-S and I run your code on downstream benchmark objbg and objonly on ScanobjectNN with minor changes to your code which aim at resolving the environment error.But I only get 87.95% and 88.12% which is significantly lower than the reported results 91.6% and 91.0% in the paper of PointGPT.
And I think the minor changes to the code will not affect the results. The changes in code include:
From
change to
And from
change to
I have no idea about how to reproduce your result on ScanobjectNN using Point-GPT-S. Could you help me with this?
Thank you.