-
Is there any preprocess code(like sub-graph sampling or gt sub-graph extraction) that you can share with us?
Thanks a lot!!
-
Hi, I'm using your code. But I have a question about the definition of weight in EM_WDF.m.
I generated 100 samples from the clusters A and B, and 50 samples from the cluster C.
These clusters are a…
-
As of Python 3.11 random.sample does not auto cast sets to lists. An error is thrown instead.
I checked all Samplers and the DiffusionSampler, DiffusionTreeSampler as well as the ForestFireSampler al…
-
### Before
```python
import pymc as pm
from pymc.model.transform.optimization import freeze_dims_and_data
with pm.Model() as m:
...
with freeze_dims_and_data(m):
idata_prior = pm.sam…
-
The parameter weighted in GraphSAGENodeGenerator, if weighted=True, is the sampling process sampling the first n nodes with the highest weight? Is it possible to interpret the weighted undirected grap…
-
## 🚀 Feature
We should add support to `sample_blocks` API for non-DGLGraph objects to use in the sampling pipeline.
This will follow how we currently support `sample_neighbors` for Non-DGL Gr…
-
### What problem does this feature solve?
The current sampling algorithms work well when graphing a few charts, but the performance still suffers when graphing more and more plots on the same graph. …
-
In the ```observe_class_IL_batch``` function of ergnn_model.py while sampling the subgraph corresponding to [task id ```t > 0```](https://github.com/QueuQ/CGLB/blob/f51401600d869778d482caf98a151fd4fbe…
-
Situation
Several issues (#3492 #3743 #4083 #4044 and many more) do affect a correct profile/hiking time estimated from a *user* perspective. this is related to the fact, that only 200 samples are…
-
[Graph contrastive learning with augmentations](https://proceedings.neurips.cc/paper_files/paper/2020/hash/3fe230348e9a12c13120749e3f9fa4cd-Abstract.html)
```bib
@article{you2020graph,
title={Gra…