Skip to content

Commit

Permalink
update bs for some models
Browse files Browse the repository at this point in the history
  • Loading branch information
changdazhou authored and TingquanGao committed Nov 18, 2024
1 parent 7e680c7 commit 4137484
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CheckDataset:
Train:
num_classes: 102
epochs_iters: 20
batch_size: 64
batch_size: 32
learning_rate: 0.0003
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/CLIP_vit_base_patch16_224_pretrained.pdparams
warmup_steps: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CheckDataset:
Train:
num_classes: 102
epochs_iters: 20
batch_size: 32
batch_size: 16
learning_rate: 0.0003
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/CLIP_vit_large_patch14_224_pretrained.pdparams
warmup_steps: 5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CheckDataset:
Train:
num_classes: 102
epochs_iters: 20
batch_size: 16
batch_size: 8
learning_rate: 0.001
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/ConvNeXt_large_384_pretrained.pdparams
warmup_steps: 5
Expand Down
2 changes: 1 addition & 1 deletion paddlex/configs/object_detection/YOLOX-X.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ CheckDataset:
Train:
num_classes: 4
epochs_iters: 10
batch_size: 8
batch_size: 4
learning_rate: 0.01
pretrain_weight_path: https://paddle-model-ecology.bj.bcebos.com/paddlex/official_pretrained_model/YOLOX-X_pretrained.pdparams
warmup_steps: 100
Expand Down

0 comments on commit 4137484

Please sign in to comment.