Merge pull request #979 from cuicheng01/develop

update new_user/ShuffleNetV2_x0_25.yaml
This commit is contained in:
Walter 2021-06-29 11:05:23 +08:00 committed by GitHub
commit 6fc9e5ad54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 6 deletions

View File

@ -22,7 +22,7 @@ from paddle.nn import AdaptiveAvgPool2D, MaxPool2D, AvgPool2D
from ppcls.utils.save_load import load_dygraph_pretrain, load_dygraph_pretrain_from_url
MODEL_URLS = {"Xception41_deeplab": "https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/Xception41_deeplab_pretrained.pdparams",
"Xception65_deeplab": "https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/Xception41_deeplab_pretrained.pdparams"}
"Xception65_deeplab": "https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/Xception65_deeplab_pretrained.pdparams"}
__all__ = list(MODEL_URLS.keys())

View File

@ -125,8 +125,6 @@ Infer:
Metric:
Train:
- TopkAcc:
topk: [1, 5]
Eval:
- TopkAcc:
topk: [1, 5]

View File

@ -125,8 +125,6 @@ Infer:
Metric:
Train:
- TopkAcc:
topk: [1, 5]
Eval:
- TopkAcc:
topk: [1, 5]

View File

@ -3,7 +3,7 @@ Global:
checkpoints: null
pretrained_model: null
output_dir: ./output/
device: gpu
device: cpu
class_num: 102
save_interval: 1
eval_during_train: True