Sujit-O / pykg2vec

Python library for knowledge graph embedding and representation learning.
MIT License
603 stars 109 forks source link

issue regarding training new data set #174

Open pavanrp opened 4 years ago

pavanrp commented 4 years ago

Issue Template

I have tried the example.py file with a very less number of data like just with 50 triplets but still, it is taking the same amount of time to train the model . can you just explain why it takes so much time to train the model it almost takes a day to run.

I want to run it with my own data set but it takes a very long time why it's like that

louisccc commented 4 years ago

Hi Pavanrp!

Sorry for making that hard for you :(. Training a model indeed can take a while. But there will always have room for optimizing efficiency. Which algorithm were you using and which example script were you using?

If you can provide this info, we might be able to help. Thanks for your interest again :).