SBRA-739 redefine the graph creation method#79
Conversation
|
Coverage report for weather-forecast/gravity-wave-drag/cnns model project
Minimum allowed coverage is Generated by 🐒 cobertura-action against db03d17 |
164a8d7 to
ef0dfa1
Compare
901f8df to
176c29b
Compare
176c29b to
b745bce
Compare
|
Just a few comments:
|
Do you suggest to register the
What do you mean by "a tensor of shape [num_nodes, num_dimensions] to get only 3 numbers" ? The |
Not in the
Exactly! What I mean is that you add to |
This PR refactor the code to avoid the computation of the graph topology for each sample.
The graph topology is now computed on the datamodule side at initialization, and passed to the ligthning module through the argument linking feature of ligthning. Then at training time, the dataloader only send the features to the model.