Skip to content

update PP-LCNet config #1507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ppcls/configs/ImageNet/PPLCNet/PPLCNet_x0_25.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Global:
pretrained_model: null
output_dir: ./output/
device: gpu
class_num: 1000
save_interval: 1
eval_during_train: True
eval_interval: 1
Expand All @@ -17,7 +16,8 @@ Global:
# model architecture
Arch:
name: PPLCNet_x0_25

class_num: 1000

# loss function config for traing/eval process
Loss:
Train:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/PPLCNet/PPLCNet_x0_35.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Global:
pretrained_model: null
output_dir: ./output/
device: gpu
class_num: 1000
save_interval: 1
eval_during_train: True
eval_interval: 1
Expand All @@ -17,6 +16,7 @@ Global:
# model architecture
Arch:
name: PPLCNet_x0_35
class_num: 1000

# loss function config for traing/eval process
Loss:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/PPLCNet/PPLCNet_x0_5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Global:
pretrained_model: null
output_dir: ./output/
device: gpu
class_num: 1000
save_interval: 1
eval_during_train: True
eval_interval: 1
Expand All @@ -17,6 +16,7 @@ Global:
# model architecture
Arch:
name: PPLCNet_x0_5
class_num: 1000

# loss function config for traing/eval process
Loss:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/PPLCNet/PPLCNet_x0_75.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Global:
pretrained_model: null
output_dir: ./output/
device: gpu
class_num: 1000
save_interval: 1
eval_during_train: True
eval_interval: 1
Expand All @@ -17,6 +16,7 @@ Global:
# model architecture
Arch:
name: PPLCNet_x0_75
class_num: 1000

# loss function config for traing/eval process
Loss:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/PPLCNet/PPLCNet_x1_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Global:
pretrained_model: null
output_dir: ./output/
device: gpu
class_num: 1000
save_interval: 1
eval_during_train: True
eval_interval: 1
Expand All @@ -17,6 +16,7 @@ Global:
# model architecture
Arch:
name: PPLCNet_x1_0
class_num: 1000

# loss function config for traing/eval process
Loss:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/PPLCNet/PPLCNet_x1_5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Global:
pretrained_model: null
output_dir: ./output/
device: gpu
class_num: 1000
save_interval: 1
eval_during_train: True
eval_interval: 1
Expand All @@ -17,6 +16,7 @@ Global:
# model architecture
Arch:
name: PPLCNet_x1_5
class_num: 1000

# loss function config for traing/eval process
Loss:
Expand Down
3 changes: 1 addition & 2 deletions ppcls/configs/ImageNet/PPLCNet/PPLCNet_x2_0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Global:
pretrained_model: null
output_dir: ./output/
device: gpu
class_num: 1000
save_interval: 1
eval_during_train: True
eval_interval: 1
Expand All @@ -17,7 +16,7 @@ Global:
# model architecture
Arch:
name: PPLCNet_x2_0

class_num: 1000
# loss function config for traing/eval process
Loss:
Train:
Expand Down
2 changes: 1 addition & 1 deletion ppcls/configs/ImageNet/PPLCNet/PPLCNet_x2_5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Global:
pretrained_model: null
output_dir: ./output/
device: gpu
class_num: 1000
save_interval: 1
eval_during_train: True
eval_interval: 1
Expand All @@ -17,6 +16,7 @@ Global:
# model architecture
Arch:
name: PPLCNet_x2_5
class_num: 1000

# loss function config for traing/eval process
Loss:
Expand Down