neural-sheaf-diffusion icon indicating copy to clipboard operation
neural-sheaf-diffusion copied to clipboard

Illustration for laplacian indices

Open liluo2 opened this issue 1 year ago • 0 comments

Hi! That's a really brilliant work! But as I tried to read the code, I found those calculating laplacian indices hard for me to understand... I don't know if there's a illustration or documentation for the code in laplace.py?

For example, I don't understand line 375 of laplace.py: non_diag_row_indices = (row_template + total_d*row.unsqueeze(1)).reshape(1, -1)

Looking forward to your reply!

liluo2 avatar Nov 25 '23 04:11 liluo2