Is your feature request related to a problem? Please describe.
PHOTONAI-Graph only supports dgl graphs with the same number of node features. If you use dgl graphs with varying numbers of nodes/features (eg, dgl mini dataset), the pipeline does not work.
Describe the solution you'd like
Implement a new architecture that uses an MLP to sample down the number of node features to a fixed size. Also build a check that allows for using node degree from within the different architectures.
Additional context
This will be important for version 2.0
Unit Tests
Reimplement these unit tests that use the dgl mini dataset
Is your feature request related to a problem? Please describe. PHOTONAI-Graph only supports dgl graphs with the same number of node features. If you use dgl graphs with varying numbers of nodes/features (eg, dgl mini dataset), the pipeline does not work.
Describe the solution you'd like Implement a new architecture that uses an MLP to sample down the number of node features to a fixed size. Also build a check that allows for using node degree from within the different architectures.
Additional context This will be important for version 2.0
Unit Tests Reimplement these unit tests that use the dgl mini dataset