Forschungsprojekt-Informatik / CompGCN

ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
Apache License 2.0
0 stars 0 forks source link

implemented convKD scorefunction #4

Closed JWG-1 closed 1 year ago

1Maxnet1 commented 1 year ago

According documentation is placed here: https://github.com/Forschungsprojekt-Informatik/CompGCN/wiki/Adding-a-scoring-function

1Maxnet1 commented 1 year ago

When I try to execute python run.py -score_func convkd -init_dim 100 -data codex-xxs according to the documentation with the new dataset added in #5 my computer immediately starts to get unresponsive, so I killed the process again. Am I supposed to give different parameters?

RaphaW commented 1 year ago

When I execute python run.py -score_func convkd -init_dim 100 -data codex-xxs it takes very long and then I get a RunTimeError. It is also done with the new dataset in #5, but I got the same result for other datasets as well

A7exSchin commented 1 year ago

Executing python run.py -score_func convkd -init_dim 100 -data codex-xxs results in very high memory usage (32GB+ instantly filled) leading to machine lock ups and bluescreens. The implementations seems to have a memory leak somewhere...

JWG-1 commented 1 year ago

i renamed the branch to devConKB