|
|
@@ -31,11 +31,11 @@ Evaluate:
|
|
|
log_interval: 1
|
|
|
|
|
|
Export:
|
|
|
- weight_path: https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/foundation_models/CLIP_vit_large_patch14_224.pdparams
|
|
|
+ weight_path: https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/foundation_models/CLIP_vit_large_patch14_224_ft_in1k_pretrained.pdparams
|
|
|
|
|
|
Predict:
|
|
|
model_dir: "output/best_model"
|
|
|
input_path: "https://paddle-model-ecology.bj.bcebos.com/paddlex/imgs/demo_image/general_image_classification_001.jpg"
|
|
|
kernel_option:
|
|
|
run_mode: paddle
|
|
|
- batch_size: 1
|
|
|
+ batch_size: 1
|