point-cloud-radar / bird-cloud-gnn

This package generates graph representations from point cloud data and fits graph neural networks for classification problem
Apache License 2.0
8 stars 2 forks source link

Generate large number of graphs with smaller number of nodes #46

Open lyashevska opened 1 year ago

lyashevska commented 1 year ago

This can be achieved by manipulating N neighbours and R radius parameters.

abelsiqueira commented 1 year ago

This is related to #59.

abelsiqueira commented 1 year ago

This question is about investigating whether it is better to use a small number of large graphs or a large number of small graphs. We assume that a large number of large graphs is not computationally feasible.

abelsiqueira commented 1 year ago

More details: we care about the model performance but also about the computational burden.