-
In response to https://leanprover-community.github.io/archive/stream/208328-IMO-grand-challenge/topic/Current.20status.3F.html#320982506
@**Mario Carneiro** I think models like the [Toolformer](htt…
-
**Describe the bug**
passing argument for 'niter' causes an error for personalized_pagerank()
Below is the error:
`TypeError: 'niter' is an invalid keyword argument for this function`
However,…
-
`igraph_pagerank()` with the ARPACK methods claims to replace negative weights with exact zeros. However, the function behaves differently when passing in a negative weight vs a zero weight for the sa…
-
Hi, is it possible that here at line 39 `x` and `y` should be swapped when the `read_tuples_transposed` flag is set to `true`? According me and @feDann they should be swapped because when the flag is …
-
`-----------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
in
14
15 import torch
---> 16 import …
-
HI, i noticed that when i run the executable without the -d flag even if the -c flag is present the cpu_validation function is never called so the gpu_result column of the csv is always to zero. This …
-
In the PPR benchmark file, the precision of the results is evaluated through 2 unordered sets.
https://github.com/gwdidonato/hpgda-spring22/blob/0b1b250be7d8875ff8bbfd307e698ae73599e23d/cuda_CONTES…
-
Is there a reason why phrases are used instead of sentences in biased textrank's implementation? The original paper uses sentences, and encodes them using Sentence-BERT. A popular use for biased textr…
-
I need to convert a large graph into an adjacency matrix, but the following error is reported. I want to ask if there is any way to solve it.
```python
adj = dgl.khop_adj(graph, 1).numpy()
```
`…
-
Does DGL has Personalized Pagerank. I managed to find the method in DGL for pagerank, but when i analysed the code, there was nothing related to personlaized page rank. Can you provide any guidance wi…