Is there a model zoo in DGL?

Hello! I’m developing software that measures the performance of inferences on different frameworks. I need to find several models that perform the task of classifying the vertices of a graph. In particular, to the Cora dataset. Does DGL have a zoo of already trained models? If yes, where can I find and download it?

Hi, DGL does not provide trained models for cora dataset. The dataset is quite small so training one is quite fast (< 1 min).

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.