-
**networkx** gives adjacency matrices as sparse matrices and that is necessary, since for larger graphs with >100000 nodes with sparse connections, we can have a sparse e.g. coo matrix but a dense mat…
-
```
We need a new graph type which:
* Can handle arbitrarily huge graphs without performance degradation
* Does not require the whole graph or label collection to be in memory
* Consistent with our…
-
Thank you for your great work on the distance between graphs!
I would like to run your code, but unfortunately, I have been struggling with setting up environments.
I have followed README and instal…
-
LightGCL: Simple Yet Effective Graph Contrastive Learning for Recommendation
https://arxiv.org/abs/2302.08191
```bib
@misc{cai2023lightgclsimpleeffectivegraph,
title={LightGCL: Simple Yet Ef…
-
I'm doing some graph manipulation, with the graph being represented by adjacency list, where each vertex is an integer. Using BitSet as a replacement for `HashSet` is making things considerably faster…
-
```
We need a new graph type which:
* Can handle arbitrarily huge graphs without performance degradation
* Does not require the whole graph or label collection to be in memory
* Consistent with our…
-
**Is your feature request related to a problem? Please describe.**
Label studio doesn't have a way to draw lines of different types on the images. This would be very useful for things such annotati…
d4l3k updated
4 months ago
-
A suggestion of a variety of sparse graphs from different domains:
Associated medical terms: https://sparse.tamu.edu/Sybrandt/AGATHA_2015
Road: https://networkrepository.com/road-usa.php
RGG (rando…
NMerz updated
2 years ago
-
Hello @zou3519 , @samdow.
TLDR: I got the following error `UserWarning: There is a performance drop because we have not yet implemented the batching rule for aten::_sparse_mm. Please file us an iss…
-
First off, thanks for developing and sharing this interesting package. I've forked the repo and all test cases work fine. This is probably related to #14, but I've made a new issue because I have data…