|
|
@@ -30,6 +30,9 @@ Evaluate:
|
|
|
weight_path: "output/best_model.pdparams"
|
|
|
log_interval: 1
|
|
|
|
|
|
+Export:
|
|
|
+ weight_path: https://paddle-imagenet-models-name.bj.bcebos.com/dygraph/legendary_models/SwinTransformer_large_patch4_window12_384_22kto1k_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"
|