Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
guochengqian committed Dec 21, 2022
1 parent 801ebee commit de9e7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/segmentation/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ def main(gpu, cfg):
logging.warning('Testing using multiple GPUs is not allowed for now. Running testing after this training is required.')
if writer is not None:
writer.close()
dist.destroy_process_group()
# dist.destroy_process_group() # comment this line due to https://github.com/guochengqian/PointNeXt/issues/95
wandb.finish(exit_code=True)


Expand Down

0 comments on commit de9e7f1

Please sign in to comment.