-
Notifications
You must be signed in to change notification settings - Fork 116
Description
β Code of conduct checklist
- π± I am using the latest version of the code.
- π©βπ» I made sure the bug concerns the official project's codebase and not something I coded myself on top of it. (We only provide support for code we wrote and released ourselves).
- π I took appropriate time to investigate the problem before filing an issue, but am unable to solve it myself.
- π I thoroughly went through the README, but could not find the solution there.
- π I thoroughly went through the tutorial slides, notebook, and video, but could not find the solution there.
- π I thoroughly went through the documentation, but could not find the solution there.
- π I went through the docstrings and comments in the source code parts relevant to my problem, but could not find the solution there.
- π©βπ§ I searched for similar issues, but could not find the solution there.
- π I made sure my bug is related to the project's codebase and is not in fact a sub-dependency issue (e.g.: FRNN installation issue, PyTorch installation issue, PyTorch Geometric not installed with GPU support, ...).
- β Since I am showing interest in the project, I took the time to give the repo a β to show support. Please do, it means a lot to us !
π Describe the bug
Hi Damien,
first of all thank you and congratulations for your amazing work.
It has come to my attention after a longer bug search in the last days that the latest update on point_geometric_features has rendered my latest trained model unusable, because the calculated features differ. I do not (yet) consider this a problem of point_geometric_features, as I have not retrained using the latest version of pgeof yet. Its just not backwards compatible. Therefore, if a checkpoint is to be reused after reinstallation, it seems wise to me to switch to a fixed version install, in my case
pip install git+https://github.com/drprojects/point_geometric_features.git@4102aa9
instead of using the latest repo version.
Best regards
Jakob
π Log output
π€ Steps to reproduce the bug
Train using commit 4102aa9 of https://github.com/drprojects/point_geometric_features, then infer/test using the latest version of the same repo
π Additional information
No response
π₯οΈ Environment
python3 collect_env.py doesn't work:
AttributeError: module 'torch' has no attribute 'xpu'