Skip to content

Commit

Permalink
Remove mention of MixedPrecision since it does not bring any speed im…
Browse files Browse the repository at this point in the history
…provement
  • Loading branch information
CharlesGaydon committed Dec 20, 2023
1 parent bab3d17 commit 743850f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,15 @@ defaults:

logger:
comet:
experiment_name: "RandLaNet_base_run_FR-2x3GPUs-MixedPrecision"
experiment_name: "RandLaNet_base_run_FR-2x3GPUs"


# 2 nodes x 3 GPUs - No gradient accumulation.
# This is equivalent to training with 2 GPUs with gradients accumulated 3 times.
# Consider trying precision=bf16 once version of pytorch/pytorch-geometric/pytorch-scatter are updated.
# Setting precision=16 did not bring any speed improvement for Lidar HD data and RandLa-Net model.
trainer:
strategy: ddp_find_unused_parameters_false
accelerator: gpu
num_nodes: 2
gpus: 3
accumulate_grad_batches: 1
precision: 16

0 comments on commit 743850f

Please sign in to comment.