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

Fix random seed everywhere #115

Closed abelsiqueira closed 1 year ago

abelsiqueira commented 1 year ago

The seed initialization is done after importing torch, so it makes more sense to do it at the model execution level. https://github.com/point-cloud-radar/bird-cloud-gnn-experiments/pull/13

abelsiqueira commented 1 year ago

Done in experiments repo.