particleflow
particleflow copied to clipboard
pytorch different multi-GPU runs on the same node don't work
Since the port is hardcoded, starting several different multi-GPU runs on the same host doesn't work currently: https://github.com/jpata/particleflow/blob/main/mlpf/pyg_pipeline.py#L76
A fix would be to auto-select the port, or configure it via the command line.