shuaiOKshuai / meta-tail2vec

Towards Locality-Aware Meta-Learning of Tail Node Embeddings on Networks
7 stars 0 forks source link

How to access the file of `graph.embeddings`? #11

Open jinnnyang opened 1 year ago

jinnnyang commented 1 year ago

Hi, I am studing in nodes complentation of KG, and run you code.But, it appears :

FileNotFoundError: [Errno 2] No such file or directory: './data/email/graph.embeddings'

Could you give me a hand?Thank you.

shuaiOKshuai commented 1 year ago

Hi jinnnyang, Sorry for the delayed response. Here we need a file named graph.embeddings, which contains the node embeddings of all the nodes in this graph. As suggested in the README file, please first run deepwalk or other methods as the base embedding models, the embedding format is the same as the output of deepwalk. Hope it can help you. Thanks.