-
From now on, we recommend using our discussion forum (https://github.com/rusty1s/pytorch_geometric/discussions) for general questions.
## ❓ Questions & Help
Dear rusty1s,
I am trying to class…
-
Hi, I'm computing the smallest eigenvalues for a Laplacian matrix.
In 0.9.0 version the following code works fine:
```cpp
using Operator = Spectra::SparseSymShiftSolve;
using Solver = Spectra::S…
-
Hi @riccardomarin
Amazing work,
I tried to use the PointNet version of your network on my custom dataset but i get a huge error:
![image](https://user-images.githubusercontent.com/57705684/122…
-
Hi! I am trying to reproduce your work and need your help!
I want to use my own dataset, so I am trying to write codes to compute eigenvectors, distance map and so on. In order to ensure that there…
-
In the _BodyTem_ folder, there is a _npy_ file called _pA_acap_ and imported to the model as `pA`.
Being less intuitive than other file names, can you please tell what does it stand for?
-
Hi!
Is it possible to use this through reticulate?
Fast approximate nearest neighbour functions well. However, fast adaptive multiscaled diffusion maps, the last part of the code does not work…
-
Hi,
I ran the code and got the following results, which are not the same as those in your paper.
![image](https://user-images.githubusercontent.com/48241137/66733311-b4a6a700-ee91-11e9-9bda-91771025…
-
I'm plotting a directed PAGA on basis diffmap using `scv.pl.paga(adata, basis='diffmap', color='clusters_coarse')`. This gives me:
![image](https://user-images.githubusercontent.com/24494650/86599216…
-
running `sudo docker run --rm -ti -v $HOST:$DOCK nipy/mindboggle mindboggle123 $IMAGE --id $ID`
error info:
> File "/opt/miniconda-latest/envs/mb/lib/python3.6/site-packages/nipype/pipeline/p…
-
I'm trying to get Laplace Beltrami operator L using `cotmatrix()`, but I'm not sure whether its return type is divided by vertex area or not.
In the implementation of `cotmatrix_entries`, cotangent…