DEEP-PolyU / AANE_Python

Accelerated Attributed Network Embedding, SDM 2017
50 stars 17 forks source link

Python implementation is fast on mac os, but slow on Linux #5

Open xhuang31 opened 5 years ago

xhuang31 commented 5 years ago

This python implementation is fast on mac os, but slow on Linux. It is because scipy.sparse.linalg.svds is used. Will fix it in the future.