Julia Gast
Julia Gast
Thank you for your reply. I assume I would have to feed the ground truth in model.py predict() at self.graph_dict[self.latest_time.item()] instead of:  Is this correct? Are there any other...
Hello, I also encountered this problem. It seems like there is a bug with both, schlichtkrull_normal_, and schlichtkrull_uniform_ in utils.misc ``` def schlichtkrull_normal_(tensor, shape, gain=1.): """Fill the input `Tensor` with...
Hi @thiviyanT thanks for your reply and for looking into this! I'm using pytorch 1.11.0. I assume it has nothing to do with pytorch though, because I get the error...
Hello @OIGrass Does link prediction run for you now, even when using the default weight_init: `weight_init: schlichtkrull-normal ` Or did you modify it to something like: `weight_init: xavier-normal ` (in...
Hello @anilakash I have the same problem, the torchdrug error for missing header file. Could you please let me know your solution? Best and Thanks