Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <[email protected]>
  • Loading branch information
KumoLiu committed Sep 30, 2024
1 parent 007fcdf commit b961521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/vista3d/configs/mgpu_evaluate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"shuffle": false
},
"validate#dataloader#sampler": "@validate#sampler",
"validate#handlers#1#_disabled_": "$dist.get_rank() > 0",
"validate#evaluator#val_handlers": "$@validate#handlers[: -2 if dist.get_rank() > 0 else None]",
"initialize": [
"$import torch.distributed as dist",
"$dist.is_initialized() or dist.init_process_group(backend='nccl')",
Expand Down

0 comments on commit b961521

Please sign in to comment.