Confusing line of setting the number of GPUs
https://gitlab.cern.ch/gnn4itkteam/commonframework/-/blob/dev/gnn4itk_cf/core/core_utils.py#L123
This line seems confusing to me. Should it be:
devices = config.get("gpus", 1)
instead?
https://gitlab.cern.ch/gnn4itkteam/commonframework/-/blob/dev/gnn4itk_cf/core/core_utils.py#L123
This line seems confusing to me. Should it be:
devices = config.get("gpus", 1)
instead?