Skip to content

Nonsensical Classification Result after inference using different version of pgeofΒ #197

@jako5

Description

@jako5

βœ… 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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions