Skip to content

Commit

Permalink
Add prob of to randombrightness and bump batch_size to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
rabinadk1 committed Dec 30, 2023
1 parent f2ee0a0 commit 57ea20b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configs/experiment/phrasecut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ model:
compile: false # Torch compile works only when CUDA Compat >= 7.0

data:
batch_size: 64
batch_size: 128

logger:
wandb:
Expand Down Expand Up @@ -89,6 +89,7 @@ train_transforms:
contrast_limit: 0.1
brightness_limit: 0.1
brightness_by_max: false
p: 0.2
- _target_: albumentations.Normalize
mean: ${img_mean}
std: ${img_std}
Expand Down

0 comments on commit 57ea20b

Please sign in to comment.