-
python zeroshot_predict.py --gnn_model_name k20_h512 --mutant_dataset_dir data/mutant_example/no_exp --result_dir result/no_exp
--------------- ProtSSN k20_h512 ---------------
Processing...
Proc…
-
Hi, thanks for your work! I tried to run your finetune code with the script you provide in 'Pre-train on low-fidelity and fine-tune on high-fidelity' part. Specifically, it looks like this
```
pyt…
-
Hi,
Great work!!
I am trying to run your code. There is a missing conf file (see below code). Can you please provide full setup to run the code?
```Python
def parse_config(model):
config_path…
-
Hi!When I run the code, I get the following error, I checked that the data is on the cpu, but I'm not sure if it's a problem with HDN.py?
Traceback (most recent call last):
File "C:/Users/75172/…
-
[Graph contrastive learning with augmentations](https://proceedings.neurips.cc/paper_files/paper/2020/hash/3fe230348e9a12c13120749e3f9fa4cd-Abstract.html)
```bib
@article{you2020graph,
title={Gra…
-
### 🐛 Describe the bug
i'm building a GNN model using pytorch geometric for multicalssifiction of molécule edges.
this is the code model.
`class GCN(torch.nn.Module):
def __init__(self, f…
-
(gnn) llw@llw:~/GNN/GSDT/GSDT-main/experiments$ bash track_gnn_mot_AGNNConv_RoIAlign_mot15.sh /home/llw/GNN/GSDT/GSDT-main/model_mot15
Traceback (most recent call last):
File "track_gnn.py", line …
-
Some models in torchbench raise the following exception and are not reported in cvs report:
```
NotImplementedError: Eager model failed to run
```
Models:
* basic_gnn_edgecnn
```
Ru…
-
Do you know if the code supports multi-card training? How to set the hyperparameters? Thanks.
-
**The Kaggle challenge has officially finished. Our best model is the chemprop model that receives 0.410 public score (rank 911/1984) and 0.232 private score (rank 973/1984).** Public score considered…