-
Notifications
You must be signed in to change notification settings - Fork 2
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
Request for Model Checkpoints or configuration #2
Comments
Hi, Thank you very much for your interest in this work. We have provided the pre-trained model for both IPNet and IPDiff at pretrained-ipdiff and updated the ReadMe.md, please refer to it. Thank you. |
@ZerinHwang03
|
@SeungbeomLee |
Hi, 1&2). I have re-trained the model according to the code provided in this repo without loading pretrained IPDiff, the training log of first 5k iterations is provided below:
It works on my conda environment and device (3090Ti). Please check the conda environment and ensure the config file in the 3). The evaluation results on my device is correct, and I'm not sure what issues you're encountering. Please check the path of dataset and sampled results in the config file Thanks. |
@ZerinHwang03 |
Hi, It seems that you did not load the IPNet correctly, please check the file And this is my training log:
Thanks. |
@ZerinHwang03 Thanks for your answer, I think it might be a problem with the torch-geometric version, can you provide the version number of the package, I didn't find it in ipdiff.yml. Thank you! |
|
Thanks, it's a different version of torch-geometric that caused the problem, the model can be trained normally now! |
Hi,
Thank you for your work and for making the code available. I have been trying to reproduce the results from the Ipdiff paper using the model configuration provided in the GitHub repository, but unfortunately, I haven't been able to achieve the same results as reported in the paper.
Could you please release the trained checkpoints for the model or provide additional details on the model configuration? I am wondering if the model configuration on GitHub is the same as the model reported in the IPDiff paper.
It would be incredibly helpful for advancing my work.
Thank you!
The text was updated successfully, but these errors were encountered: