Update product and cartoonface configs

pull/875/head
cuicheng01 2021-06-17 03:12:22 +00:00
parent cdc038887b
commit c94796494f
2 changed files with 4 additions and 1 deletions

View File

@ -14,7 +14,7 @@ Global:
use_visualdl: False
image_shape: [3, 224, 224]
infer_imgs:
save_inference_dir: "./output"
save_inference_dir: "./inference"
feature_normalize: True
Arch:

View File

@ -19,6 +19,9 @@ Global:
# model architecture
Arch:
name: RecModel
infer_output_key: features
infer_add_softmax: False
Backbone:
name: ResNet50_vd
pretrained: True