mvgrl
mvgrl copied to clipboard
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
It would be nice if README can have instructions on how to run the code.
when I run and debug the code in graph/train.py Use the MUTAG dataset for example: ` 258 np.random.shuffle(train_idx)` this line shuffled the 188 graph index ` 265 mask = num_nodes[idx:...
Hi, I am trying to reproduce the experiments on Cora dataset, but I cannot get the expected accuracy(> 86%) on Cora. Would you please give detailed instructions on how to...
dgl==0.4.1 and torch==1.3.1 are not available when I try to install the requirements. While latest dgl seems not working. Can you please upgrade the requirements.txt with relevant and available versions?...
Greeting! I am a bit confused about the code after I read your paper. In your paper, you use unsupervised learning and k-means to test the accuracy. However, the code...
Hi: I'm highly confused that diffusion shown in paper, in code I only see two graph adjacency matrix employed to same instance, so how to show diffusion?
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.6 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
Hi, thanks for your great work! In the paper, you studied the effects of different mutual information estimators, and found that JSD estimator and NCE achieve better results in most...
Hello, Thanks for your work which help me receive some inspiration. I'm confused when I read the code. I can't understand the code " batch = torch.LongTensor( np.repeat( np.arange( batch.shape[0]),...