thunlp / OpenNE

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

Correct the random_seed in ``classify.py'' #81

Closed eustomaqua closed 5 years ago

eustomaqua commented 5 years ago

The random_seed in classify.py'' (def split_train_evaluate) was 0 as the default parameter, which is not reasonable in practice. It could be set inmain.py'', otherwise the model would be all the same.