microsoft / tf2-gnn

TensorFlow 2 library implementing Graph Neural Networks
MIT License
369 stars 73 forks source link

feat(JsonLGraphPropertyDataset): Make JsonLGraphPropertyDataset generic #6

Closed kmaziarz closed 4 years ago

kmaziarz commented 4 years ago

Classes that inherit from JsonLGraphPropertyDataset may want to use a more specific graph sample type than GraphWithPropertySample, for example, one including additional properties or metadata. Therefore I make JsonLGraphPropertyDataset generic (all of its base classes already were).