thunlp / OpenNE

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

TADW - dimension goof-up #46

Closed anirban-code-to-live closed 6 years ago

anirban-code-to-live commented 6 years ago

I tried to generate an embedding of size 128. I put the dimension accordingly, but the embeddings generated were of size 256. Then I tried with keeping dimension parameter 64, surprisingly the outout generated having dimension 128.

It was working fine for dimension 32.

zzy14 commented 6 years ago

The code does double the dimension of TADW. This bug has been fixed.

Thank you for your issue.