Daniel Daza
Daniel Daza
Kudos for the great interface! I have been running some evaluations where I obtain the NDCG@10 and NDCG@100 metrics. I noticed that if I run the evaluator twice, the second...
Adding updates to the README about results of CQD on the BetaE datasets.
### Problem Statement First of all, thanks for the great work with the library! It would be very useful to be able to specify different learning rates. Right now, when...
According to the paper, queries for the training set are sampled by removing edges from the graph. In `parallel_sample()` if `test` is True, the test edges are loaded: https://github.com/williamleif/graphqembed/blob/2775a242cf8a5df520530f2dd08aa8790f109ebf/netquery/data_utils.py#L77-L86 `test`...
### 🐛 Describe the bug I was trying to reproduce the minimal example listed in the [documentation](https://pyg-lib.readthedocs.io/en/latest/modules/ops.html#pyg_lib.ops.segment_matmul) for `segment_matmul`. However, I've found that while it works on the CPU, it...