tNodeEmbed icon indicating copy to clipboard operation
tNodeEmbed copied to clipboard

tNodeEmbed

Results 7 tNodeEmbed issues
Sort by recently updated
recently updated
newest added

I have an solution. I am not sure that I am right. delete 4 spaces before line 87 in the same py file.

This is what happened when I cloned the repo and ran the test program: ```console /content/tNodeEmbed/src# python main.py Traceback (most recent call last): File "main.py", line 47, in run(**params) File...

I trained the model for the "temporal link prediction" task. Now I have a set of edges with time stamps. How can I use the trained model to predict whether...

I run the PPI dataset in the default configuration, but what I only get the best result is 0.752, how can I get the paper result which is 0.828.

Hi @urielsinger , thanks for the paper and the code. I am trying to run it for a node classification task for a custom graph and get KeyError: 'label' Looks...

Can anyone explain me why this error occurring? Traceback (most recent call last): File "main.py", line 47, in run(**params) File "main.py", line 28, in run tnodeembed.fit_generator(generator, steps_per_epoch, **keras_args) File "/home/tonygrey/tNodeEmbed/src/models/task_model.py",...