HKUST-KnowComp / MNE

Source Code for IJCAI 2018 paper "Scalable Multiplex Network Embedding"
75 stars 25 forks source link

Training the model is taking too much time. #7

Closed rim2906 closed 6 years ago

rim2906 commented 6 years ago

Hi, I'm trying to run the code with 2 layers and 13224 number of nodes. It's been more than 12 hours and the train_model.py script is still running. Am I using too large a dataset or am I missing out on something? Can you please help.

panda0881 commented 6 years ago

As we are using Numpy to train the model, the speed could be relatively small for large networks. We will soon release a tensorflow version, which is much faster.

Hongming