malllabiisc / CompGCN

ICLR 2020: Composition-Based Multi-Relational Graph Convolutional Networks
Apache License 2.0
597 stars 107 forks source link

Model efficiency #5

Closed zhifei1993 closed 4 years ago

zhifei1993 commented 4 years ago

Thanks for your open code. I want to know that how much time for one epoch(like compGCN-ConvE)?

svjan5 commented 4 years ago

Hi @zhifei1993, It depends on the dataset at hand. As far as I remember, on FB15k-237 it used to take around 2-3 days to converge which is around 300 epochs. So it is not that slow.