DRbond

Results 10 issues of DRbond

The Error is Traceback (most recent call last): File "test_iteration_conf_gnn.py", line 185, in main() File "test_iteration_conf_gnn.py", line 136, in main for index, batch in enumerate(testloader): File "D:\lib\site-packages\torch\utils\data\dataloader.py", line 615, in...

### 😵 Describe the installation problem When I run the code of GPT-GNN, It report that ``` Traceback (most recent call last): File "finetune_OAG_PF.py", line 3, in from GPT_GNN.model import...

installation

### 😵 Describe the installation problem I try to install that: ```pip install torch-scatter torch-cluster torch-sparse torch-spline-conv -f https://data.pyg.org/whl/torch-1.7.0+cu102.html``` ``` Looking in links: https://data.pyg.org/whl/torch-1.7.0+cu102.html Collecting torch-scatter Using cached torch_scatter-2.0.9.tar.gz (21...

installation

When I open the link https://drive.google.com/file/d/1Ja4PJT2bkFH0qgoWXjGBjByIFPco4h-S/view?usp=sharing, shown that I need access. How can I successfully download the pretrain model? Thank you!

Hello, and thank you for your excellent work. I would like to ask whether you can open source the code of Figure 6 in the paper? If you can thank...

### 😵 Describe the installation problem When I install the PYG, first package is torch-scatter: report that ``` (pyg2) [ggbond@ home]$ pip install torch-sparse -f https://pytorch-geometric.com/whl/torch-1.7.1+cu102.html Looking in links: https://pytorch-geometric.com/whl/torch-1.7.1+cu102.html...

installation

### 😵 Describe the installation problem when I installing the pyg, first pakage is torch-scatter, report the error: ``` (torch1.6.0) [ggbond@ home]$ python -c "import torch; print(torch.__version__)" 1.6.0 (torch1.6.0) [ggbond@...

installation

Thanks for a outstanding work, transfer learning is a very useful setup in this paper. But the performance in the table seems to require appropriate hyperparameters, can you release the...

In the code, the graphon estimated by usvd, why the diag not is 0? thanks!

Hi! In Unsupervised-TU, such as logistic regression classifier, there are two parts, test and val, annotated in the ten fold cross verification section. But in my opinion, these two parts...