thunlp / OpenNE

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

Any one can give me a command line for TADW ? #103

Closed myrainbowandsky closed 3 years ago

Bznkxs commented 4 years ago

If you are using OpenNE (old version): python -m openne --method tadw --label-file data/cora/cora_labels.txt --input data/cora/cora_edgelist.txt --graph-format edgelist --feature-file data/cora/cora.features --output vec_all.txt

Or if you are using OpenNE-pytorch (new version): python -m openne --model tadw --dataset cora