rusty1s / pytorch_cluster

PyTorch Extension Library of Optimized Graph Cluster Algorithms
MIT License
824 stars 148 forks source link

How to run fps algorithm in editable mode? #196

Closed utkarsh0902311047 closed 6 months ago

utkarsh0902311047 commented 1 year ago

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++.

rusty1s commented 1 year ago

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.

github-actions[bot] commented 6 months ago

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?