Skip to content

Commit

Permalink
batch size 16
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhengzhe committed Aug 18, 2021
1 parent d5f92e1 commit 07769ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3d-2d-distillation/config/scannet/scannet_pspnet50.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ TRAIN:
zoom_factor: 8 # zoom factor for final prediction during training, be in [1, 2, 4, 8]
ignore_label: 255
aux_weight: 0.4
train_gpu: [0]
workers: 2 # data loader workers
batch_size: 2 # batch size for training
train_gpu: [0,1,2,3]
workers: 16 # data loader workers
batch_size: 16 # batch size for training
batch_size_val: 8 # batch size for validation during training, memory and speed tradeoff
base_lr: 0.01
epochs: 50
Expand Down

0 comments on commit 07769ea

Please sign in to comment.