bfGraph / STGraph

🌟 Vertex Centric approach for building GNN/TGNNs
MIT License
19 stars 0 forks source link

🧪 Test Scripts for Newly Abstrated Dataloaders #116

Closed nithinmanoj10 closed 6 months ago

nithinmanoj10 commented 7 months ago

Prepare the scripts that users can use to run the tests for the dataloaders by using them to train GNN/TGNN models outside of the Automated Testing Suite

nithinmanoj10 commented 6 months ago

Current Status of Dataloaders Test Scripts

The test scripts have been added and successfully run for the following dataloader types:

  1. Static Dataloaders
  2. Temporal Dataloaders

We are still yet to add one for Dynamic Dataloaders. Will do so once we write a training script for England COVID dataloader using a TGCN

image

nithinmanoj10 commented 6 months ago

Upcoming changes for this release

Write a quick README that can be used as reference for Developers who will be using this testing script.