-
Following the guidelines in #16, let's create some smaller issues surrounding problem set generation. The following notes may be helpful:
Currently, we have a SuiteSparse [1] and RMAT [2,3] generat…
-
# Install English JoBimText distributional thesaurus to Serelex search engine
## Background
A distributional thesaurus (DT) is a word similarity graph, where each node is a lexical item, such as noun…
-
when there are millions of nodes,compute the full eigendecomposition of a large matrix will get "MemoryError" , so this method can't be used to big community.
-
Hi,
I wonder about the implementation of Eq4 of the EGNN paper.
According to equation 4 from the paper, the position update takes into accounts **all** interactions among the nodes in the graph.…
-
### Description
I don't know where the data behind https://www.ietf.org/status-report/ietf-progress-report.html comes from or whether there is an API, but it could be nice to visualize on a group's…
-
Is there anyway you can modify the participation coefficient function to handle sparse matrices? I am trying to calculate it on some huge matrices and I think it would be quite helpful to use scipy.sp…
-
Hi, i've noticed a great speedup when i used lookup based convolutions for training my own network, however the speedup on the inference is quite marginal so i have been wondering if i need to change …
-
Hi, thank you for code! I created custom dataset from colmap workspace. After i changed train config file for my colmap workspace. After train launch i have this output:
scripts/train.sh first_ con…
-
### Describe the Issue
everything works well up until I try to actually run bazel.
```
pi@alexpi3:~/tf/tensorflow $ bazel build -c opt --copt="-mfpu=neon" --local_resources 1024,1.0,1.0 --verbose_f…
-
### 🐛 Describe the bug
Hi,
I batch my sparse matrices block diagonally so `cat_dim` is a tuple. I want to use NeighborLoader but it expects `cat_dim` to not be a tuple internally and throws an …