Filippo Maria Bianchi
Results
2
issues of
Filippo Maria Bianchi
In [randomregular.py](https://github.com/epfl-lts2/pygsp/blob/master/pygsp/graphs/randomregular.py) changed ```python # a list of open half-edges U = np.kron(np.ones(k), np.arange(N)) ``` into ```python # a list of open half-edges U = np.kron(np.ones(k), np.arange(N)).astype(int) ```
New content added: - TVGNN (node clustering) - JBGNN (node clustering) - k-MIS (other poolers) - Torch Geometric pool (library) Corrected several typos, errors, and Markdown styling