-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
class::featureA feature to be implemented for some part of the softwareA feature to be implemented for some part of the softwareclass::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalitymodel::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.
Description
Enhancement description
In order to find the best GNN architecture suitable for our task, we conduct a grid serach for foru different model types.
Tha parameters that are varied are the model depth (number of layers) and the model width (number of units per layer).
This code is important to ensure replicability of the results of the master thesis.
The training data is generated by the MEmilio graph-ODE model and then split into input and label for the model as implemented in #1057.
- grid serach for four model types (GCNConv, ARMAConv, APPNPConv, GATConv)
Checklist
- Attached labels, especially loc:: or model:: labels.
- Linked to project
Metadata
Metadata
Assignees
Labels
class::featureA feature to be implemented for some part of the softwareA feature to be implemented for some part of the softwareclass::improvementCleanup that doesn't affect functionalityCleanup that doesn't affect functionalitymodel::odeThis issue concerns any kind of ODE-based model.This issue concerns any kind of ODE-based model.
Type
Projects
Status
On hold
Status
🏗 In progress