How to integrate the new cpp file with Pytorch geometric? #7736
Replies: 4 comments 2 replies
-
@shivanisankhyan I think you just need to rebuild the package like this: |
Beta Was this translation helpful? Give feedback.
-
I want to do this but i need help in rebuilding the package. |
Beta Was this translation helpful? Give feedback.
-
I believe recompile the project is enough |
Beta Was this translation helpful? Give feedback.
-
How pip install . will install the pytorch libraries? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using neighbour loader function in my code, which uses sample_adj_cpu function to sample neighbours.Instead of random sampling i am trying to do probabilistic sampling so I am making some changes in this function which is present in the following file.
File link:
[pytorch_sparse/csrc/cpu
/sample_cpu.cpp](url)
How to integrate these changes in Pytorch geometric?
Beta Was this translation helpful? Give feedback.
All reactions