Forschungsprojekt-Informatik / CompGCN

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

Automatically choose the right mapping for restored models #18

Closed 1Maxnet1 closed 1 year ago

1Maxnet1 commented 1 year ago

When a model was trained with CUDA, one needs to enable a mapping parameter to evaluate it on CPU. (and the other way). This adds some code to automatically detect the used device and mapps the model accordingly.

Closes #15