martius-lab / cluster_utils

https://martius-lab.github.io/cluster_utils/
Other
8 stars 0 forks source link

Add option to skip server communication in read_params_from_cmdline #20

Open luator opened 1 year ago

luator commented 1 year ago

This is useful in scenarios where the script is forked multiple times within the same job (e.g. distributed training). cluster_utils should only register with the server once in the main process.

By @mseitzer (imported from GitLab)