skx300
skx300
I found the output embeddings is a numpy array. Could you tell me how to get the node id corresponding to the output embeddings? Especially when I use my own...
It seems like no implementation of metapath-based random walks. Any help for finding it? or is it quit easy to implement it ?
I am trying to use your module in the scripts instead of the command line. Here I want to use the DBN. When I run ```python import tensorflow as tf...
I am trying to run it. But I got the following error: `Traceback (most recent call last): File "make_arff/test/test_arff.py", line 55, in test_input() File "make_arff/test/test_arff.py", line 48, in test_input data_path...
In the paper, the current node's vector is concatenated with the aggregated neighbors' vector, then it is fed into a fully connected (dense) layer. However, reversely, in the code (aggregators.py),...