Skip to content

Commit

Permalink
rm pdmodel (#3287)
Browse files Browse the repository at this point in the history
* rm pdmodel

* fix params
  • Loading branch information
Sunting78 authored Nov 5, 2024
1 parent fffe2e9 commit 1cde9bc
Show file tree
Hide file tree
Showing 11 changed files with 10 additions and 10 deletions.
Binary file removed MobileNetV4_hybrid_medium_pretrained.pdparams
Binary file not shown.
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/FasterNet/FasterNet_L.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DataLoader:
prob: 0.5
sampler:
name: DistributedBatchSampler
batch_size: 50
batch_size: 256
drop_last: False
shuffle: True
loader:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/FasterNet/FasterNet_M.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DataLoader:
prob: 0.5
sampler:
name: DistributedBatchSampler
batch_size: 50
batch_size: 256
drop_last: False
shuffle: True
loader:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/FasterNet/FasterNet_S.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DataLoader:
prob: 0.5
sampler:
name: DistributedBatchSampler
batch_size: 50
batch_size: 512
drop_last: False
shuffle: True
loader:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/FasterNet/FasterNet_T0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DataLoader:
prob: 0.5
sampler:
name: DistributedBatchSampler
batch_size: 50
batch_size: 512
drop_last: False
shuffle: True
loader:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/FasterNet/FasterNet_T1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DataLoader:
prob: 0.5
sampler:
name: DistributedBatchSampler
batch_size: 50
batch_size: 512
drop_last: False
shuffle: True
loader:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/FasterNet/FasterNet_T2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ DataLoader:
prob: 0.5
sampler:
name: DistributedBatchSampler
batch_size: 50
batch_size: 512
drop_last: False
shuffle: True
loader:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Optimizer:
lr:
# for 8 cards
name: Cosine
learning_rate: 0.002 ##null
learning_rate: 0.003 ##null
eta_min: 1.0e-06
warmup_epoch: 20
warmup_start_lr: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ DataLoader:
prob: 0.5
sampler:
name: DistributedBatchSampler
batch_size: 1024
batch_size: 512
drop_last: False
shuffle: True
loader:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ AMP:
Arch:
name: MobileNetV4_hybrid_large
drop_rate: 0.2
drop_path_rate: 0.1
drop_path_rate: 0.35
use_fused_attn: False
class_num: 1000

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ DataLoader:
prob: 0.5
sampler:
name: DistributedBatchSampler
batch_size: 64
batch_size: 128
drop_last: False
shuffle: True
loader:
Expand Down

0 comments on commit 1cde9bc

Please sign in to comment.