-
Hi, I am trying to run the code on GPU, however the RuntimeError 710 occurs:
```
2020-08-20 14:39:31,710 INFO 1 iteration of active learning: started
2020-08-20 14:39:31,711 INFO Train model: s…
-
Hi Tim, Thanks for the code but its very difficult to follow some parts and there are no comments around. I'm working with the ConvE code and it uses spodernet for the batch preparations and I get los…
-
HI Tim,sorry to bother u but I have trouble when I count the parameter of the model.
### In the paper the ConvE model on FB15k-237 with embedding size 200 has 5.05M parameters.How can I get the numb…
-
In your paper, you claim ConvE uses less parameter compared with DistMult. But I think in your code DistMult only uses O(num_entities*emdding_dim + num_rels*embedding_dim) and ConvE uses more paramete…
-
We would like to add some more graphs to the automatic retrieval mechanism.
Currently, we support only StringPPI (human version), CompleteStringPPI (cross-species) and KG-COVID-19.
Which graphs …
-
### 🐛 Describe the bug
hi
i run the code in https://github.com/pyg-team/pytorch_geometric/blob/master/examples/rgcn_link_pred.py, it reported the error as follows(*** for mask path, please ignore):…
-
Hello author, what is the reason for this question?
RuntimeError: mat1 and mat2 shapes cannot be multiplied (495x20 and 100x100)
-
I use the command:
```
bash run.sh train RotatE FB15k-237 0 0 1024 256 1000 9.0 1.0 0.00005 100000 16 -de
```
to train RotatE on a 11 GB GPU. I ensure it is completely free.
I still get the follo…
-
Hi There
Would you mind sharing how to get .pkl files and .npy files downloaded in data directory shell script?
Thanks a lot!
0x10C updated
2 years ago
-
Hello,
I was wondering how much GPU memory is needed to replicate the result in the paper? I tried on all three datasets but for all of them, I run into OOM issue.