YEA
YEA
Because this may be the case: Some nodes in G cannot be reached when walking along the specified meta path, so this method generate_vocab in utils.py, the vocab generated according...
My modification way is in 'generate_vocab': One more parameter ‘all_nodes’ was passed, and the following code was added. ``` for i in all_nodes: if i not in raw_vocab.keys(): raw_vocab[i] =...
thank you very much! I still have a question, is it impossible to get the embbeding of the nodes that have not been walked? @wuqianliang
Thank you very much for your answer! @wuqianliang
1.I use tensorflow version. I have unobserved data in my test set, but I don't know how to modify it ? 2.The "final_model" only contains all the nodes that have...