pytorch_cluster icon indicating copy to clipboard operation
pytorch_cluster copied to clipboard

How to run fps algorithm in editable mode?

Open utkarsh0902311047 opened this issue 2 years ago • 1 comments
trafficstars

Hi, I want to run the fps algorithm in editable mode to understand its working with batch and print out the various variable's values. How can I do that? Also is there any Python version of it instead of C++.

utkarsh0902311047 avatar Oct 23 '23 10:10 utkarsh0902311047

What you can do is install the package in editable mode and debug Python inputs/outputs. If you wanna debug C++ code, there is currently no way besides doing print debugging and running python setup.py develop again.

rusty1s avatar Oct 24 '23 18:10 rusty1s

This issue had no activity for 6 months. It will be closed in 2 weeks unless there is some new activity. Is this issue already resolved?

github-actions[bot] avatar Apr 22 '24 00:04 github-actions[bot]