thunlp / OpenNE

An Open-Source Package for Network Embedding (NE)
MIT License
1.68k stars 485 forks source link

save embedding vectors of GCN #93

Open jerrywu65 opened 4 years ago

jerrywu65 commented 4 years ago

Since GCN usually has 2 layers, I think that the outputs of layer one are the embedding vectors of all nodes, and the embedding size equals to the units in hidden layer 1.