You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am experiencing an issue where the training process does not begin when executing the code. If anyone has experience running this code or has encountered a similar issue, I would greatly appreciate your guidance. Any suggestions or debugging tips would be highly valuable.
I am experiencing an issue where the training process does not begin when executing the code. If anyone has experience running this code or has encountered a similar issue, I would greatly appreciate your guidance. Any suggestions or debugging tips would be highly valuable.
Thank you in advance for your help!
""
python -m torch.distributed.launch
--master_port ${port_number} \ # 12346
--nproc_per_node ${NUM_GPUs} \ # e.g., 1
function/train_pipework_dist.py
--cfg cfgs/pipework/${yaml_file} \ # e.g., cfgs/pipework/xxx.yaml
--num_points ${num_points}
--val_freq 10
--save_freq 50
--loss ${LOSS} \ # e.g., smooth
--use_avg_max_pool ${use_avg_max_pool} # e.g., true ""
The text was updated successfully, but these errors were encountered: