-
Notifications
You must be signed in to change notification settings - Fork 958
/
PP-LCNetV2_base.yaml
41 lines (36 loc) · 1003 Bytes
/
PP-LCNetV2_base.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Global:
model: PP-LCNetV2_base
mode: check_dataset # check_dataset/train/evaluate/predict/predict
dataset_dir: "/paddle/dataset/paddlex/cls/cls_flowers_examples"
device: gpu:0,1,2,3
output: "output"
CheckDataset:
convert:
enable: False
src_dataset_type: null
split:
enable: False
train_percent: null
val_percent: null
Train:
num_classes: 102
epochs_iters: 20
batch_size: 500
learning_rate: 0.8
pretrain_weight_path: null
warmup_steps: 5
resume_path: null
log_interval: 1
eval_interval: 1
save_interval: 1
Evaluate:
weight_path: "output/best_model/best_model.pdparams"
log_interval: 1
Export:
weight_path: https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/legendary_models/PPLCNetV2_base_pretrained.pdparams
Predict:
batch_size: 1
model_dir: "output/best_model/inference"
input: "https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_image_classification_001.jpg"
kernel_option:
run_mode: paddle