From b077d2589baca14092d44737c112ebfbc39eea58 Mon Sep 17 00:00:00 2001 From: "hongliang.yuan" Date: Thu, 24 Apr 2025 09:25:52 +0800 Subject: [PATCH] sync bert and update model config --- .../bert/pytorch/requirements.txt | 3 +- ...arkhub_model_info.json => model_info.json} | 604 +++++++++--------- tests/run_test.py | 20 +- 3 files changed, 314 insertions(+), 313 deletions(-) rename tests/{all_deepsparkhub_model_info.json => model_info.json} (88%) diff --git a/nlp/language_model/bert/pytorch/requirements.txt b/nlp/language_model/bert/pytorch/requirements.txt index 2f2a21621..a20bd288d 100644 --- a/nlp/language_model/bert/pytorch/requirements.txt +++ b/nlp/language_model/bert/pytorch/requirements.txt @@ -1,6 +1,7 @@ # progress bars in model download and training scripts boto3==1.14.0 -h5py==2.10.0 +#h5py==2.10.0 +h5py==3.10.0 html2text==2020.1.16 ipdb==0.13.2 nltk==3.5 diff --git a/tests/all_deepsparkhub_model_info.json b/tests/model_info.json similarity index 88% rename from tests/all_deepsparkhub_model_info.json rename to tests/model_info.json index 6827427f3..8d6dde1cc 100644 --- a/tests/all_deepsparkhub_model_info.json +++ b/tests/model_info.json @@ -13,7 +13,7 @@ "mdims": "ToDo", "dataset": "aishell", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/audio/speech_recognition/conformer/paddlepaddle/", + "model_path": "deepsparkhub/audio/speech_recognition/conformer/paddlepaddle/", "readme_file": "deepsparkhub/audio/speech_recognition/conformer/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -37,7 +37,7 @@ "mdims": "ToDo", "dataset": "ljspeech-1.1", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/audio/speech_recognition/conformer_wenet/pytorch/", + "model_path": "deepsparkhub/audio/speech_recognition/conformer_wenet/pytorch/", "readme_file": "deepsparkhub/audio/speech_recognition/conformer_wenet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -61,7 +61,7 @@ "mdims": "ToDo", "dataset": "librispeech", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/audio/speech_recognition/efficient_conformer_v2_wenet/pytorch/", + "model_path": "deepsparkhub/audio/speech_recognition/efficient_conformer_v2_wenet/pytorch/", "readme_file": "deepsparkhub/audio/speech_recognition/efficient_conformer_v2_wenet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -85,7 +85,7 @@ "mdims": "ToDo", "dataset": "ljspeech", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/audio/speech_recognition/rnnt/pytorch/", + "model_path": "deepsparkhub/audio/speech_recognition/rnnt/pytorch/", "readme_file": "deepsparkhub/audio/speech_recognition/rnnt/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -109,7 +109,7 @@ "mdims": "ToDo", "dataset": "aishell", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/audio/speech_recognition/transformer_wenet/pytorch/", + "model_path": "deepsparkhub/audio/speech_recognition/transformer_wenet/pytorch/", "readme_file": "deepsparkhub/audio/speech_recognition/transformer_wenet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -133,7 +133,7 @@ "mdims": "ToDo", "dataset": "aishell", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/audio/speech_recognition/u2++_conformer_wenet/pytorch/", + "model_path": "deepsparkhub/audio/speech_recognition/u2++_conformer_wenet/pytorch/", "readme_file": "deepsparkhub/audio/speech_recognition/u2++_conformer_wenet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -157,7 +157,7 @@ "mdims": "ToDo", "dataset": "aishell", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/audio/speech_recognition/unified_conformer_wenet/pytorch/", + "model_path": "deepsparkhub/audio/speech_recognition/unified_conformer_wenet/pytorch/", "readme_file": "deepsparkhub/audio/speech_recognition/unified_conformer_wenet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -181,7 +181,7 @@ "mdims": "ToDo", "dataset": "csmsc ", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/audio/speech_synthesis/fastspeech2/paddlepaddle/", + "model_path": "deepsparkhub/audio/speech_synthesis/fastspeech2/paddlepaddle/", "readme_file": "deepsparkhub/audio/speech_synthesis/fastspeech2/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -205,7 +205,7 @@ "mdims": "ToDo", "dataset": "csmsc ", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/audio/speech_synthesis/hifigan/paddlepaddle/", + "model_path": "deepsparkhub/audio/speech_synthesis/hifigan/paddlepaddle/", "readme_file": "deepsparkhub/audio/speech_synthesis/hifigan/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -229,7 +229,7 @@ "mdims": "ToDo", "dataset": "ljspeech", "license": "", - "deepsparkhub_path": "deepsparkhub/audio/speech_synthesis/tacotron2/pytorch/", + "model_path": "deepsparkhub/audio/speech_synthesis/tacotron2/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -253,7 +253,7 @@ "mdims": "ToDo", "dataset": "vctk-corpus", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/audio/speech_synthesis/vqmivc/pytorch/", + "model_path": "deepsparkhub/audio/speech_synthesis/vqmivc/pytorch/", "readme_file": "deepsparkhub/audio/speech_synthesis/vqmivc/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -277,7 +277,7 @@ "mdims": "ToDo", "dataset": "ljspeech", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/audio/speech_synthesis/waveglow/pytorch/", + "model_path": "deepsparkhub/audio/speech_synthesis/waveglow/pytorch/", "readme_file": "deepsparkhub/audio/speech_synthesis/waveglow/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -301,7 +301,7 @@ "mdims": "ToDo", "dataset": "fox", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/3d-reconstruction/hashnerf/pytorch/", + "model_path": "deepsparkhub/cv/3d-reconstruction/hashnerf/pytorch/", "readme_file": "deepsparkhub/cv/3d-reconstruction/hashnerf/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -325,7 +325,7 @@ "mdims": "ToDo", "dataset": "nuscenes&\ncan bus", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/bevformer/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/bevformer/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/bevformer/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -349,7 +349,7 @@ "mdims": "ToDo", "dataset": "nuscenes", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/centerpoint/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/centerpoint/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/centerpoint/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -373,7 +373,7 @@ "mdims": "ToDo", "dataset": "s3dis", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/paconv/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/paconv/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/paconv/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -397,7 +397,7 @@ "mdims": "ToDo", "dataset": "kitti", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/part_a2_anchor/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/part_a2_anchor/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/part_a2_anchor/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -421,7 +421,7 @@ "mdims": "ToDo", "dataset": "kitti", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/part_a2_free/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/part_a2_free/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/part_a2_free/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -445,7 +445,7 @@ "mdims": "ToDo", "dataset": "s3dis", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/pointnet2/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/pointnet2/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/pointnet2/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -469,7 +469,7 @@ "mdims": "ToDo", "dataset": "kitti", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/pointpillars/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/pointpillars/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/pointpillars/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -493,7 +493,7 @@ "mdims": "ToDo", "dataset": "kitti", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/pointrcnn/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/pointrcnn/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/pointrcnn/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -517,7 +517,7 @@ "mdims": "ToDo", "dataset": "kitti", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/pointrcnn_iou/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/pointrcnn_iou/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/pointrcnn_iou/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -541,7 +541,7 @@ "mdims": "ToDo", "dataset": "kitti", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/second/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/second/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/second/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -565,7 +565,7 @@ "mdims": "ToDo", "dataset": "kitti", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/3d_detection/second_iou/pytorch/", + "model_path": "deepsparkhub/cv/3d_detection/second_iou/pytorch/", "readme_file": "deepsparkhub/cv/3d_detection/second_iou/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -589,7 +589,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/classification/acmix/pytorch/", + "model_path": "deepsparkhub/cv/classification/acmix/pytorch/", "readme_file": "deepsparkhub/cv/classification/acmix/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -613,7 +613,7 @@ "mdims": "ToDo", "dataset": "imagenet ", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/classification/acnet/pytorch/", + "model_path": "deepsparkhub/cv/classification/acnet/pytorch/", "readme_file": "deepsparkhub/cv/classification/acnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -637,7 +637,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/alexnet/pytorch/", + "model_path": "deepsparkhub/cv/classification/alexnet/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -661,7 +661,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/classification/alexnet/tensorflow/", + "model_path": "deepsparkhub/cv/classification/alexnet/tensorflow/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -685,7 +685,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/byol/pytorch/", + "model_path": "deepsparkhub/cv/classification/byol/pytorch/", "readme_file": "deepsparkhub/cv/classification/byol/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -709,7 +709,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/classification/cbam/pytorch/", + "model_path": "deepsparkhub/cv/classification/cbam/pytorch/", "readme_file": "deepsparkhub/cv/classification/cbam/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -733,7 +733,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/classification/convnext/pytorch/", + "model_path": "deepsparkhub/cv/classification/convnext/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -757,7 +757,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/cv/classification/cspdarknet53/pytorch/", + "model_path": "deepsparkhub/cv/classification/cspdarknet53/pytorch/", "readme_file": "deepsparkhub/cv/classification/cspdarknet53/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -781,7 +781,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/densenet/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/densenet/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/densenet/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -805,7 +805,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/densenet/pytorch/", + "model_path": "deepsparkhub/cv/classification/densenet/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -829,7 +829,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/dpn107/pytorch/", + "model_path": "deepsparkhub/cv/classification/dpn107/pytorch/", "readme_file": "deepsparkhub/cv/classification/dpn107/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -853,7 +853,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/dpn92/pytorch/", + "model_path": "deepsparkhub/cv/classification/dpn92/pytorch/", "readme_file": "deepsparkhub/cv/classification/dpn92/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -877,7 +877,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/classification/eca_mobilenet_v2/pytorch/", + "model_path": "deepsparkhub/cv/classification/eca_mobilenet_v2/pytorch/", "readme_file": "deepsparkhub/cv/classification/eca_mobilenet_v2/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -901,7 +901,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/classification/eca_resnet152/pytorch/", + "model_path": "deepsparkhub/cv/classification/eca_resnet152/pytorch/", "readme_file": "deepsparkhub/cv/classification/eca_resnet152/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -925,7 +925,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/efficientnet_b0/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/efficientnet_b0/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/efficientnet_b0/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -949,7 +949,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/efficientnet_b4/pytorch/", + "model_path": "deepsparkhub/cv/classification/efficientnet_b4/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -973,7 +973,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/cv/classification/fasternet/pytorch/", + "model_path": "deepsparkhub/cv/classification/fasternet/pytorch/", "readme_file": "deepsparkhub/cv/classification/fasternet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -997,7 +997,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/googlenet/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/googlenet/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/googlenet/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1021,7 +1021,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/googlenet/pytorch/", + "model_path": "deepsparkhub/cv/classification/googlenet/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1045,7 +1045,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/inceptionv3/mindspore/", + "model_path": "deepsparkhub/cv/classification/inceptionv3/mindspore/", "readme_file": "deepsparkhub/cv/classification/inceptionv3/mindspore/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1069,7 +1069,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/inceptionv3/pytorch/", + "model_path": "deepsparkhub/cv/classification/inceptionv3/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1093,7 +1093,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/classification/inceptionv3/tensorflow/", + "model_path": "deepsparkhub/cv/classification/inceptionv3/tensorflow/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1117,7 +1117,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/inceptionv4/pytorch/", + "model_path": "deepsparkhub/cv/classification/inceptionv4/pytorch/", "readme_file": "deepsparkhub/cv/classification/inceptionv4/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1141,7 +1141,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/classification/internimage/pytorch/", + "model_path": "deepsparkhub/cv/classification/internimage/pytorch/", "readme_file": "deepsparkhub/cv/classification/internimage/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1165,7 +1165,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/lenet/pytorch/", + "model_path": "deepsparkhub/cv/classification/lenet/pytorch/", "readme_file": "deepsparkhub/cv/classification/lenet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1189,7 +1189,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/mobilenetv2/pytorch/", + "model_path": "deepsparkhub/cv/classification/mobilenetv2/pytorch/", "readme_file": "deepsparkhub/cv/classification/mobilenetv2/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1213,7 +1213,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/mobilenetv3/mindspore/", + "model_path": "deepsparkhub/cv/classification/mobilenetv3/mindspore/", "readme_file": "deepsparkhub/cv/classification/mobilenetv3/mindspore/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1237,7 +1237,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/mobilenetv3/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/mobilenetv3/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/mobilenetv3/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1261,7 +1261,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/mobilenetv3/pytorch/", + "model_path": "deepsparkhub/cv/classification/mobilenetv3/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1285,7 +1285,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/mobilenetv3_large_x1_0/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/mobilenetv3_large_x1_0/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/mobilenetv3_large_x1_0/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1309,7 +1309,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/mobileone/pytorch/", + "model_path": "deepsparkhub/cv/classification/mobileone/pytorch/", "readme_file": "deepsparkhub/cv/classification/mobileone/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1333,7 +1333,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/mocov2/pytorch/", + "model_path": "deepsparkhub/cv/classification/mocov2/pytorch/", "readme_file": "deepsparkhub/cv/classification/mocov2/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1357,7 +1357,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/pp-lcnet/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/pp-lcnet/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/pp-lcnet/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1381,7 +1381,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/classification/repmlp/pytorch/", + "model_path": "deepsparkhub/cv/classification/repmlp/pytorch/", "readme_file": "deepsparkhub/cv/classification/repmlp/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1405,7 +1405,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/repvgg/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/repvgg/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/repvgg/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1429,7 +1429,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/classification/repvgg/pytorch/", + "model_path": "deepsparkhub/cv/classification/repvgg/pytorch/", "readme_file": "deepsparkhub/cv/classification/repvgg/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1453,7 +1453,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/repvit/pytorch/", + "model_path": "deepsparkhub/cv/classification/repvit/pytorch/", "readme_file": "deepsparkhub/cv/classification/repvit/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1477,7 +1477,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/res2net50_14w_8s/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/res2net50_14w_8s/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/res2net50_14w_8s/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1501,7 +1501,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnest101/pytorch/", + "model_path": "deepsparkhub/cv/classification/resnest101/pytorch/", "readme_file": "deepsparkhub/cv/classification/resnest101/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1525,7 +1525,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnest14/pytorch/", + "model_path": "deepsparkhub/cv/classification/resnest14/pytorch/", "readme_file": "deepsparkhub/cv/classification/resnest14/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1549,7 +1549,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnest269/pytorch/", + "model_path": "deepsparkhub/cv/classification/resnest269/pytorch/", "readme_file": "deepsparkhub/cv/classification/resnest269/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1573,7 +1573,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnest50/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/resnest50/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/resnest50/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1597,7 +1597,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnest50/pytorch/", + "model_path": "deepsparkhub/cv/classification/resnest50/pytorch/", "readme_file": "deepsparkhub/cv/classification/resnest50/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1621,7 +1621,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnet101/pytorch/", + "model_path": "deepsparkhub/cv/classification/resnet101/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1645,7 +1645,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnet152/pytorch/", + "model_path": "deepsparkhub/cv/classification/resnet152/pytorch/", "readme_file": "deepsparkhub/cv/classification/resnet152/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1669,7 +1669,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnet18/pytorch/", + "model_path": "deepsparkhub/cv/classification/resnet18/pytorch/", "readme_file": "deepsparkhub/cv/classification/resnet18/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1693,7 +1693,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnet50/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/resnet50/paddlepaddle/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1717,7 +1717,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnet50/pytorch/", + "model_path": "deepsparkhub/cv/classification/resnet50/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1741,7 +1741,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnet50/tensorflow/", + "model_path": "deepsparkhub/cv/classification/resnet50/tensorflow/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1765,7 +1765,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnext101_32x8d/pytorch/", + "model_path": "deepsparkhub/cv/classification/resnext101_32x8d/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1789,7 +1789,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnext50_32x4d/mindspore/", + "model_path": "deepsparkhub/cv/classification/resnext50_32x4d/mindspore/", "readme_file": "deepsparkhub/cv/classification/resnext50_32x4d/mindspore/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1813,7 +1813,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/resnext50_32x4d/pytorch/", + "model_path": "deepsparkhub/cv/classification/resnext50_32x4d/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1837,7 +1837,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/classification/seresnext/pytorch/", + "model_path": "deepsparkhub/cv/classification/seresnext/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1861,7 +1861,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/se_resnet50_vd/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/se_resnet50_vd/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/se_resnet50_vd/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1885,7 +1885,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/shufflenetv2/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/shufflenetv2/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/shufflenetv2/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1909,7 +1909,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/shufflenetv2/pytorch/", + "model_path": "deepsparkhub/cv/classification/shufflenetv2/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -1933,7 +1933,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/squeezenet/pytorch/", + "model_path": "deepsparkhub/cv/classification/squeezenet/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1957,7 +1957,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/swin_transformer/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/swin_transformer/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/swin_transformer/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -1981,7 +1981,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/classification/swin_transformer/pytorch/", + "model_path": "deepsparkhub/cv/classification/swin_transformer/pytorch/", "readme_file": "deepsparkhub/cv/classification/swin_transformer/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2005,7 +2005,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/vgg/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/vgg/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/vgg/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2029,7 +2029,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/vgg/pytorch/", + "model_path": "deepsparkhub/cv/classification/vgg/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -2053,7 +2053,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/classification/vgg/tensorflow/", + "model_path": "deepsparkhub/cv/classification/vgg/tensorflow/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -2077,7 +2077,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/wavemlp/pytorch/", + "model_path": "deepsparkhub/cv/classification/wavemlp/pytorch/", "readme_file": "deepsparkhub/cv/classification/wavemlp/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2101,7 +2101,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/classification/wide_resnet101_2/pytorch/", + "model_path": "deepsparkhub/cv/classification/wide_resnet101_2/pytorch/", "readme_file": "deepsparkhub/cv/classification/wide_resnet101_2/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2125,7 +2125,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/xception/paddlepaddle/", + "model_path": "deepsparkhub/cv/classification/xception/paddlepaddle/", "readme_file": "deepsparkhub/cv/classification/xception/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2149,7 +2149,7 @@ "mdims": "已支持", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/classification/xception/pytorch/", + "model_path": "deepsparkhub/cv/classification/xception/pytorch/", "readme_file": "deepsparkhub/cv/classification/xception/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2173,7 +2173,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/atss_mmdet/pytorch/", + "model_path": "deepsparkhub/cv/detection/atss_mmdet/pytorch/", "readme_file": "deepsparkhub/cv/detection/atss_mmdet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2197,7 +2197,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/autoassign/pytorch/", + "model_path": "deepsparkhub/cv/detection/autoassign/pytorch/", "readme_file": "deepsparkhub/cv/detection/autoassign/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2221,7 +2221,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/cascade_rcnn_mmdet/pytorch/", + "model_path": "deepsparkhub/cv/detection/cascade_rcnn_mmdet/pytorch/", "readme_file": "deepsparkhub/cv/detection/cascade_rcnn_mmdet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2245,7 +2245,7 @@ "mdims": "ToDo", "dataset": "", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/cv/detection/centermask2/pytorch/", + "model_path": "deepsparkhub/cv/detection/centermask2/pytorch/", "readme_file": "deepsparkhub/cv/detection/centermask2/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2269,7 +2269,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/centernet/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/centernet/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/centernet/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2293,7 +2293,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/detection/centernet/pytorch/", + "model_path": "deepsparkhub/cv/detection/centernet/pytorch/", "readme_file": "deepsparkhub/cv/detection/centernet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2317,7 +2317,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/detection/co-detr/pytorch/", + "model_path": "deepsparkhub/cv/detection/co-detr/pytorch/", "readme_file": "deepsparkhub/cv/detection/co-detr/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2341,7 +2341,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/cornernet_mmdet/pytorch/", + "model_path": "deepsparkhub/cv/detection/cornernet_mmdet/pytorch/", "readme_file": "deepsparkhub/cv/detection/cornernet_mmdet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2365,7 +2365,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/dcnv2_mmdet/pytorch/", + "model_path": "deepsparkhub/cv/detection/dcnv2_mmdet/pytorch/", "readme_file": "deepsparkhub/cv/detection/dcnv2_mmdet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2389,7 +2389,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/detr/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/detr/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/detr/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2413,7 +2413,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/detection/fasterrcnn/pytorch/", + "model_path": "deepsparkhub/cv/detection/fasterrcnn/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -2437,7 +2437,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/fcos/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/fcos/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/fcos/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2461,7 +2461,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/cv/detection/fcos/pytorch/", + "model_path": "deepsparkhub/cv/detection/fcos/pytorch/", "readme_file": "deepsparkhub/cv/detection/fcos/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2485,7 +2485,7 @@ "mdims": "ToDo", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/detection/mamba_yolo/pytorch/", + "model_path": "deepsparkhub/cv/detection/mamba_yolo/pytorch/", "readme_file": "deepsparkhub/cv/detection/mamba_yolo/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2509,7 +2509,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/maskrcnn/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/maskrcnn/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/maskrcnn/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2533,7 +2533,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/maskrcnn/pytorch/", + "model_path": "deepsparkhub/cv/detection/maskrcnn/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -2557,7 +2557,7 @@ "mdims": "ToDo", "dataset": "数据集链接", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/oc_sort/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/oc_sort/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/oc_sort/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2581,7 +2581,7 @@ "mdims": "ToDo", "dataset": "dota", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/oriented_reppoints/pytorch/", + "model_path": "deepsparkhub/cv/detection/oriented_reppoints/pytorch/", "readme_file": "deepsparkhub/cv/detection/oriented_reppoints/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2605,7 +2605,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/picodet/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/picodet/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/picodet/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2629,7 +2629,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/pp-yoloe/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/pp-yoloe/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/pp-yoloe/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2653,7 +2653,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/pp_yoloe+/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/pp_yoloe+/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/pp_yoloe+/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2677,7 +2677,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/detection/pvanet/pytorch/", + "model_path": "deepsparkhub/cv/detection/pvanet/pytorch/", "readme_file": "deepsparkhub/cv/detection/pvanet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2701,7 +2701,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/reppoints_mmdet/pytorch/", + "model_path": "deepsparkhub/cv/detection/reppoints_mmdet/pytorch/", "readme_file": "deepsparkhub/cv/detection/reppoints_mmdet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2725,7 +2725,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/retinanet/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/retinanet/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/retinanet/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2749,7 +2749,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/detection/retinanet/pytorch/", + "model_path": "deepsparkhub/cv/detection/retinanet/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -2773,7 +2773,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/rt-detr/pytorch/", + "model_path": "deepsparkhub/cv/detection/rt-detr/pytorch/", "readme_file": "deepsparkhub/cv/detection/rt-detr/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2797,7 +2797,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/rtmdet/pytorch/", + "model_path": "deepsparkhub/cv/detection/rtmdet/pytorch/", "readme_file": "deepsparkhub/cv/detection/rtmdet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2821,7 +2821,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/solov2/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/solov2/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/solov2/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2845,7 +2845,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/ssd/mindspore/", + "model_path": "deepsparkhub/cv/detection/ssd/mindspore/", "readme_file": "deepsparkhub/cv/detection/ssd/mindspore/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2869,7 +2869,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/ssd/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/ssd/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/ssd/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2893,7 +2893,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/ssd/pytorch/", + "model_path": "deepsparkhub/cv/detection/ssd/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -2917,7 +2917,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/detection/ssd/tensorflow/", + "model_path": "deepsparkhub/cv/detection/ssd/tensorflow/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -2941,7 +2941,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/yolof/pytorch/", + "model_path": "deepsparkhub/cv/detection/yolof/pytorch/", "readme_file": "deepsparkhub/cv/detection/yolof/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2965,7 +2965,7 @@ "mdims": "ToDo", "dataset": "", "license": "GPL v3.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/yolov10/pytorch/", + "model_path": "deepsparkhub/cv/detection/yolov10/pytorch/", "readme_file": "deepsparkhub/cv/detection/yolov10/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -2989,7 +2989,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/yolov3/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/yolov3/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/yolov3/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3013,7 +3013,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "GPL v3.0", - "deepsparkhub_path": "deepsparkhub-GPL/cv/detection/yolov3/pytorch/", + "model_path": "deepsparkhub-GPL/cv/detection/yolov3/pytorch/", "readme_file": "deepsparkhub/cv/detection/yolov3/pytorch/readme.md", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -3037,7 +3037,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/detection/yolov3/tensorflow/", + "model_path": "deepsparkhub/cv/detection/yolov3/tensorflow/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -3061,7 +3061,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/yolov5/paddlepaddle/", + "model_path": "deepsparkhub/cv/detection/yolov5/paddlepaddle/", "readme_file": "deepsparkhub/cv/detection/yolov5/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3085,7 +3085,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "AGPL v3.0", - "deepsparkhub_path": "deepsparkhub-GPL/cv/detection/yolov5/pytorch/", + "model_path": "deepsparkhub-GPL/cv/detection/yolov5/pytorch/", "readme_file": "deepsparkhub/cv/detection/yolov5/pytorch/readme.md", "bitbucket_repo": "chinaunicom-perf", "bitbucket_branch": "test", @@ -3109,7 +3109,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "GPL v3.0", - "deepsparkhub_path": "deepsparkhub-GPL/cv/detection/yolov6/pytorch/", + "model_path": "deepsparkhub-GPL/cv/detection/yolov6/pytorch/", "readme_file": "deepsparkhub/cv/detection/yolov6/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3133,7 +3133,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "GPL v3.0", - "deepsparkhub_path": "deepsparkhub-GPL/cv/detection/yolov7/pytorch/", + "model_path": "deepsparkhub-GPL/cv/detection/yolov7/pytorch/", "readme_file": "deepsparkhub/cv/detection/yolov7/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3157,7 +3157,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "GPL v3.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/yolov8/pytorch/", + "model_path": "deepsparkhub/cv/detection/yolov8/pytorch/", "readme_file": "deepsparkhub/cv/detection/yolov8/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3181,7 +3181,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "GPL v3.0", - "deepsparkhub_path": "deepsparkhub/cv/detection/yolov9/pytorch/", + "model_path": "deepsparkhub/cv/detection/yolov9/pytorch/", "readme_file": "deepsparkhub/cv/detection/yolov9/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3205,7 +3205,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/distiller/cwd/pytorch/", + "model_path": "deepsparkhub/cv/distiller/cwd/pytorch/", "readme_file": "deepsparkhub/cv/distiller/cwd/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3229,7 +3229,7 @@ "mdims": "ToDo", "dataset": "cub-200-2011", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/cv/distiller/rkd/pytorch/", + "model_path": "deepsparkhub/cv/distiller/rkd/pytorch/", "readme_file": "deepsparkhub/cv/distiller/rkd/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3253,7 +3253,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/distiller/wsld/pytorch/", + "model_path": "deepsparkhub/cv/distiller/wsld/pytorch/", "readme_file": "deepsparkhub/cv/distiller/wsld/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3277,7 +3277,7 @@ "mdims": "ToDo", "dataset": "widerface", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/face_detection/retinaface/pytorch/", + "model_path": "deepsparkhub/cv/face_detection/retinaface/pytorch/", "readme_file": "deepsparkhub/cv/face_detection/retinaface/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3301,7 +3301,7 @@ "mdims": "ToDo", "dataset": "casia-webfaces&lfw", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/face_recognition/arcface/pytorch/", + "model_path": "deepsparkhub/cv/face_recognition/arcface/pytorch/", "readme_file": "deepsparkhub/cv/face_recognition/arcface/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3325,7 +3325,7 @@ "mdims": "ToDo", "dataset": "wider-face", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/face_recognition/blazeface/paddlepaddle/", + "model_path": "deepsparkhub/cv/face_recognition/blazeface/paddlepaddle/", "readme_file": "deepsparkhub/cv/face_recognition/blazeface/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3349,7 +3349,7 @@ "mdims": "ToDo", "dataset": "casia-webfaces&lfw", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/face_recognition/cosface/pytorch/", + "model_path": "deepsparkhub/cv/face_recognition/cosface/pytorch/", "readme_file": "deepsparkhub/cv/face_recognition/cosface/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3373,7 +3373,7 @@ "mdims": "ToDo", "dataset": "casia-webfaces&lfw", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/face_recognition/facenet/pytorch/", + "model_path": "deepsparkhub/cv/face_recognition/facenet/pytorch/", "readme_file": "deepsparkhub/cv/face_recognition/facenet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3397,7 +3397,7 @@ "mdims": "ToDo", "dataset": "casia-webfaces&lfw", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/face_recognition/facenet/tensorflow/", + "model_path": "deepsparkhub/cv/face_recognition/facenet/tensorflow/", "readme_file": "", "bitbucket_repo": "cmccperf", "bitbucket_branch": "test", @@ -3421,7 +3421,7 @@ "mdims": "ToDo", "dataset": "cora", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/gnn/gat/paddlepaddle/", + "model_path": "deepsparkhub/cv/gnn/gat/paddlepaddle/", "readme_file": "deepsparkhub/cv/gnn/gat/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3445,7 +3445,7 @@ "mdims": "ToDo", "dataset": "cora&citeseer", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/gnn/gcn/mindspore/", + "model_path": "deepsparkhub/cv/gnn/gcn/mindspore/", "readme_file": "deepsparkhub/cv/gnn/gcn/mindspore/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3469,7 +3469,7 @@ "mdims": "ToDo", "dataset": "cora & pubmed &citeseer", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/gnn/gcn/paddlepaddle/", + "model_path": "deepsparkhub/cv/gnn/gcn/paddlepaddle/", "readme_file": "deepsparkhub/cv/gnn/gcn/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3493,7 +3493,7 @@ "mdims": "ToDo", "dataset": "reddit", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/gnn/graphsage/paddlepaddle/", + "model_path": "deepsparkhub/cv/gnn/graphsage/paddlepaddle/", "readme_file": "deepsparkhub/cv/gnn/graphsage/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3517,7 +3517,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/image_generation/dcgan/mindspore/", + "model_path": "deepsparkhub/cv/image_generation/dcgan/mindspore/", "readme_file": "deepsparkhub/cv/image_generation/dcgan/mindspore/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3541,7 +3541,7 @@ "mdims": "ToDo", "dataset": "facades", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/image_generation/pix2pix/paddlepaddle/", + "model_path": "deepsparkhub/cv/image_generation/pix2pix/paddlepaddle/", "readme_file": "deepsparkhub/cv/image_generation/pix2pix/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3565,7 +3565,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/cv/instance_segmentation/solo/pytorch/", + "model_path": "deepsparkhub/cv/instance_segmentation/solo/pytorch/", "readme_file": "deepsparkhub/cv/instance_segmentation/solo/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3589,7 +3589,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/cv/instance_segmentation/solov2/pytorch/", + "model_path": "deepsparkhub/cv/instance_segmentation/solov2/pytorch/", "readme_file": "deepsparkhub/cv/instance_segmentation/solov2/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3613,7 +3613,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/instance_segmentation/yolact/pytorch/", + "model_path": "deepsparkhub/cv/instance_segmentation/yolact/pytorch/", "readme_file": "deepsparkhub/cv/instance_segmentation/yolact/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3637,7 +3637,7 @@ "mdims": "ToDo", "dataset": "数据集链接", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/multi_object_tracking/bytetrack/paddlepaddle/", + "model_path": "deepsparkhub/cv/multi_object_tracking/bytetrack/paddlepaddle/", "readme_file": "deepsparkhub/cv/multi_object_tracking/bytetrack/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3661,7 +3661,7 @@ "mdims": "ToDo", "dataset": "market-1501", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/multi_object_tracking/deep_sort/pytorch/", + "model_path": "deepsparkhub/cv/multi_object_tracking/deep_sort/pytorch/", "readme_file": "deepsparkhub/cv/multi_object_tracking/deep_sort/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3685,7 +3685,7 @@ "mdims": "ToDo", "dataset": "mot17", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/multi_object_tracking/fairmot/pytorch/", + "model_path": "deepsparkhub/cv/multi_object_tracking/fairmot/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -3709,7 +3709,7 @@ "mdims": "ToDo", "dataset": "ocr_recog", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/crnn/mindspore/", + "model_path": "deepsparkhub/cv/ocr/crnn/mindspore/", "readme_file": "deepsparkhub/cv/ocr/crnn/mindspore/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3733,7 +3733,7 @@ "mdims": "ToDo", "dataset": "lmdb", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/crnn/paddlepaddle/", + "model_path": "deepsparkhub/cv/ocr/crnn/paddlepaddle/", "readme_file": "deepsparkhub/cv/ocr/crnn/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3757,7 +3757,7 @@ "mdims": "ToDo", "dataset": "icdar2015", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/dbnet/pytorch/", + "model_path": "deepsparkhub/cv/ocr/dbnet/pytorch/", "readme_file": "", "bitbucket_repo": "cmccperf", "bitbucket_branch": "test", @@ -3781,7 +3781,7 @@ "mdims": "ToDo", "dataset": "icdar2015", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/dbnetpp/paddlepaddle/", + "model_path": "deepsparkhub/cv/ocr/dbnetpp/paddlepaddle/", "readme_file": "deepsparkhub/cv/ocr/dbnetpp/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3805,7 +3805,7 @@ "mdims": "ToDo", "dataset": "icdar2015", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/dbnetpp/pytorch/", + "model_path": "deepsparkhub/cv/ocr/dbnetpp/pytorch/", "readme_file": "deepsparkhub/cv/ocr/dbnetpp/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3829,7 +3829,7 @@ "mdims": "ToDo", "dataset": "icdar2015", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/pp-ocr-db/paddlepaddle/", + "model_path": "deepsparkhub/cv/ocr/pp-ocr-db/paddlepaddle/", "readme_file": "deepsparkhub/cv/ocr/pp-ocr-db/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3853,7 +3853,7 @@ "mdims": "ToDo", "dataset": "icdar2015", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/pp-ocr-east/paddlepaddle/", + "model_path": "deepsparkhub/cv/ocr/pp-ocr-east/paddlepaddle/", "readme_file": "deepsparkhub/cv/ocr/pp-ocr-east/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3877,7 +3877,7 @@ "mdims": "ToDo", "dataset": "ocr_recog", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/pse/paddlepaddle/", + "model_path": "deepsparkhub/cv/ocr/pse/paddlepaddle/", "readme_file": "deepsparkhub/cv/ocr/pse/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3901,7 +3901,7 @@ "mdims": "ToDo", "dataset": "ocr_recog", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/sar/pytorch/", + "model_path": "deepsparkhub/cv/ocr/sar/pytorch/", "readme_file": "deepsparkhub/cv/ocr/sar/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3925,7 +3925,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/sast/paddlepaddle/", + "model_path": "deepsparkhub/cv/ocr/sast/paddlepaddle/", "readme_file": "deepsparkhub/cv/ocr/sast/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3949,7 +3949,7 @@ "mdims": "ToDo", "dataset": "ocr_recog", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/ocr/satrn/pytorch/base/", + "model_path": "deepsparkhub/cv/ocr/satrn/pytorch/base/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -3973,7 +3973,7 @@ "mdims": "ToDo", "dataset": "shapenet55&processed modelnet", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/point_cloud/point-bert/pytorch/", + "model_path": "deepsparkhub/cv/point_cloud/point-bert/pytorch/", "readme_file": "deepsparkhub/cv/point_cloud/point-bert/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -3997,7 +3997,7 @@ "mdims": "已支持", "dataset": "coco", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/pose/alphapose/pytorch/", + "model_path": "deepsparkhub/cv/pose/alphapose/pytorch/", "readme_file": "deepsparkhub/cv/pose/alphapose/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4021,7 +4021,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/pose/hrnet/paddlepaddle/", + "model_path": "deepsparkhub/cv/pose/hrnet/paddlepaddle/", "readme_file": "deepsparkhub/cv/pose/hrnet/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4045,7 +4045,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/pose/hrnet/pytorch/", + "model_path": "deepsparkhub/cv/pose/hrnet/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -4069,7 +4069,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/pose/openpose/mindspore/", + "model_path": "deepsparkhub/cv/pose/openpose/mindspore/", "readme_file": "deepsparkhub/cv/pose/openpose/mindspore/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4093,7 +4093,7 @@ "mdims": "ToDo", "dataset": "imagenet", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/self_supervised_learning/mae/pytorch/", + "model_path": "deepsparkhub/cv/self_supervised_learning/mae/pytorch/", "readme_file": "deepsparkhub/cv/self_supervised_learning/mae/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4117,7 +4117,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/apcnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/apcnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/apcnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4141,7 +4141,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/att_unet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/att_unet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/att_unet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4165,7 +4165,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/bisenet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/bisenet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/bisenet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4189,7 +4189,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/bisenetv2/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/bisenetv2/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/bisenetv2/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4213,7 +4213,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/bisenetv2/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/bisenetv2/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/bisenetv2/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4237,7 +4237,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/cgnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/cgnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/cgnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4261,7 +4261,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/contextnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/contextnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/contextnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4285,7 +4285,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/dabnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/dabnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/dabnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4309,7 +4309,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/danet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/danet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/danet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4333,7 +4333,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/ddrnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/ddrnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/ddrnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4357,7 +4357,7 @@ "mdims": "ToDo", "dataset": "voc", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/deeplabv3/mindspore/", + "model_path": "deepsparkhub/cv/semantic_segmentation/deeplabv3/mindspore/", "readme_file": "deepsparkhub/cv/semantic_segmentation/deeplabv3/mindspore/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4381,7 +4381,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/deeplabv3/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/deeplabv3/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/deeplabv3/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4405,7 +4405,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/deeplabv3/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/deeplabv3/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -4429,7 +4429,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/deeplabv3plus/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/deeplabv3plus/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/deeplabv3plus/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4453,7 +4453,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/deeplabv3plus/tensorflow/", + "model_path": "deepsparkhub/cv/semantic_segmentation/deeplabv3plus/tensorflow/", "readme_file": "deepsparkhub/cv/semantic_segmentation/deeplabv3plus/tensorflow/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4477,7 +4477,7 @@ "mdims": "已支持", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/denseaspp/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/denseaspp/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/denseaspp/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4501,7 +4501,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/dfanet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/dfanet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/dfanet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4525,7 +4525,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/dnlnet/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/dnlnet/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/dnlnet/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4549,7 +4549,7 @@ "mdims": "已支持", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/dunet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/dunet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/dunet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4573,7 +4573,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/encnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/encnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/encnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4597,7 +4597,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/enet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/enet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/enet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4621,7 +4621,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/erfnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/erfnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/erfnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4645,7 +4645,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/espnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/espnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/espnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4669,7 +4669,7 @@ "mdims": "ToDo", "dataset": "ade20k", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/fastfcn/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/fastfcn/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/fastfcn/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4693,7 +4693,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/fastscnn/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/fastscnn/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/fastscnn/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4717,7 +4717,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/fcn/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/fcn/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/fcn/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4741,7 +4741,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/fpenet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/fpenet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/fpenet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4765,7 +4765,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/gcnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/gcnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/gcnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4789,7 +4789,7 @@ "mdims": "已支持", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/hardnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/hardnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/hardnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4813,7 +4813,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/icnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/icnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/icnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4837,7 +4837,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/lednet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/lednet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/lednet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4861,7 +4861,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/linknet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/linknet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/linknet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4885,7 +4885,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/mask2former/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/mask2former/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/mask2former/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4909,7 +4909,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/mobileseg/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/mobileseg/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/mobileseg/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4933,7 +4933,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/ocnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/ocnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/ocnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4957,7 +4957,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/ocrnet/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/ocrnet/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/ocrnet/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -4981,7 +4981,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/ocrnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/ocrnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/ocrnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5005,7 +5005,7 @@ "mdims": "ToDo", "dataset": "pp-humanseg-14k", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/pp_humansegv1/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/pp_humansegv1/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/pp_humansegv1/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5029,7 +5029,7 @@ "mdims": "ToDo", "dataset": "pp-humanseg14k", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/pp_humansegv2/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/pp_humansegv2/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/pp_humansegv2/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5053,7 +5053,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/pp_liteseg/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/pp_liteseg/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/pp_liteseg/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5077,7 +5077,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/psanet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/psanet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/psanet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5101,7 +5101,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/pspnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/pspnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/pspnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5125,7 +5125,7 @@ "mdims": "已支持", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/refinenet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/refinenet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/refinenet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5149,7 +5149,7 @@ "mdims": "ToDo", "dataset": "coco", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/segnet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/segnet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/segnet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5173,7 +5173,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/stdc/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/stdc/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/stdc/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5197,7 +5197,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/stdc/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/stdc/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/stdc/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5221,7 +5221,7 @@ "mdims": "ToDo", "dataset": "cityscapes", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/unet/paddlepaddle/", + "model_path": "deepsparkhub/cv/semantic_segmentation/unet/paddlepaddle/", "readme_file": "deepsparkhub/cv/semantic_segmentation/unet/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5245,7 +5245,7 @@ "mdims": "已支持", "dataset": "coco", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/unet/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/unet/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/unet/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5269,7 +5269,7 @@ "mdims": "ToDo", "dataset": "drive", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/unet++/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/unet++/pytorch/", "readme_file": "deepsparkhub/cv/semantic_segmentation/unet++/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5293,7 +5293,7 @@ "mdims": "ToDo", "dataset": "kits19", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/unet3d/pytorch/", + "model_path": "deepsparkhub/cv/semantic_segmentation/unet3d/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -5317,7 +5317,7 @@ "mdims": "ToDo", "dataset": "hippocampus", "license": "", - "deepsparkhub_path": "deepsparkhub/cv/semantic_segmentation/vnet/tensorflow/", + "model_path": "deepsparkhub/cv/semantic_segmentation/vnet/tensorflow/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -5341,7 +5341,7 @@ "mdims": "ToDo", "dataset": "reds", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/super_resolution/basicvsr/pytorch/", + "model_path": "deepsparkhub/cv/super_resolution/basicvsr/pytorch/", "readme_file": "deepsparkhub/cv/super_resolution/basicvsr/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5365,7 +5365,7 @@ "mdims": "ToDo", "dataset": "reds", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/super_resolution/basicvsr++/pytorch/", + "model_path": "deepsparkhub/cv/super_resolution/basicvsr++/pytorch/", "readme_file": "deepsparkhub/cv/super_resolution/basicvsr++/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5389,7 +5389,7 @@ "mdims": "ToDo", "dataset": "div2k", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/super_resolution/esrgan/pytorch/", + "model_path": "deepsparkhub/cv/super_resolution/esrgan/pytorch/", "readme_file": "deepsparkhub/cv/super_resolution/esrgan/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5413,7 +5413,7 @@ "mdims": "ToDo", "dataset": "div2k", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/super_resolution/liif/pytorch/", + "model_path": "deepsparkhub/cv/super_resolution/liif/pytorch/", "readme_file": "deepsparkhub/cv/super_resolution/liif/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5437,7 +5437,7 @@ "mdims": "ToDo", "dataset": "reds", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/cv/super_resolution/real_basicvsr/pytorch/", + "model_path": "deepsparkhub/cv/super_resolution/real_basicvsr/pytorch/", "readme_file": "deepsparkhub/cv/super_resolution/real_basicvsr/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5461,7 +5461,7 @@ "mdims": "ToDo", "dataset": "cufed", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/super_resolution/ttsr/pytorch/", + "model_path": "deepsparkhub/cv/super_resolution/ttsr/pytorch/", "readme_file": "deepsparkhub/cv/super_resolution/ttsr/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5485,7 +5485,7 @@ "mdims": "ToDo", "dataset": "reds", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/cv/super_resolution/ttvsr/pytorch/", + "model_path": "deepsparkhub/cv/super_resolution/ttvsr/pytorch/", "readme_file": "deepsparkhub/cv/super_resolution/ttvsr/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5509,7 +5509,7 @@ "mdims": "ToDo", "dataset": "data_water", "license": "GPL v3.0", - "deepsparkhub_path": "deepsparkhub/hpc/molecular_dynamics/water_se_e2_a/tensorflow/", + "model_path": "deepsparkhub/hpc/molecular_dynamics/water_se_e2_a/tensorflow/", "readme_file": "hpc/molecular_dynamics/water_se_e2_a/tensorflow/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5533,7 +5533,7 @@ "mdims": "ToDo", "dataset": "metr-la&pems-bay", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/others/graph_machine_learning/graph_wavenet/pytorch/", + "model_path": "deepsparkhub/others/graph_machine_learning/graph_wavenet/pytorch/", "readme_file": "deepsparkhub/others/graph_machine_learning/graph_wavenet/pytorch//readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5557,7 +5557,7 @@ "mdims": "ToDo", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/others/kolmogorov_arnold_networks/kan/pytorch/", + "model_path": "deepsparkhub/others/kolmogorov_arnold_networks/kan/pytorch/", "readme_file": "others/kolmogorov_arnold_networks/kan/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5581,7 +5581,7 @@ "mdims": "ToDo", "dataset": "cifar-10/100", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/others/model_pruning/network-slimming/pytorch/", + "model_path": "deepsparkhub/others/model_pruning/network-slimming/pytorch/", "readme_file": "deepsparkhub/others/model_pruning/network-slimming/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5605,7 +5605,7 @@ "mdims": "ToDo", "dataset": "criteo_terabyte", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/others/recommendation_systems/deepfm/paddlepaddle/", + "model_path": "deepsparkhub/others/recommendation_systems/deepfm/paddlepaddle/", "readme_file": "deepsparkhub/others/recommendation_systems/deepfm/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5629,7 +5629,7 @@ "mdims": "ToDo", "dataset": "criteo", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/others/recommendation_systems/dlrm/paddlepaddle/", + "model_path": "deepsparkhub/others/recommendation_systems/dlrm/paddlepaddle/", "readme_file": "deepsparkhub/others/recommendation_systems/dlrm/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5653,7 +5653,7 @@ "mdims": "已支持", "dataset": "criteo_terabyte", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/others/recommendation_systems/dlrm/pytorch/", + "model_path": "deepsparkhub/others/recommendation_systems/dlrm/pytorch/", "readme_file": "", "bitbucket_repo": "deeplearningsamples", "bitbucket_branch": "master", @@ -5677,7 +5677,7 @@ "mdims": "ToDo", "dataset": "criteo", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/others/recommendation_systems/ffm/paddlepaddle/", + "model_path": "deepsparkhub/others/recommendation_systems/ffm/paddlepaddle/", "readme_file": "deepsparkhub/others/recommendation_systems/ffm/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5701,7 +5701,7 @@ "mdims": "ToDo", "dataset": "movielens", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/others/recommendation_systems/ncf/pytorch/", + "model_path": "deepsparkhub/others/recommendation_systems/ncf/pytorch/", "readme_file": "deepsparkhub/others/recommendation_systems/ncf/pytorch/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5725,7 +5725,7 @@ "mdims": "ToDo", "dataset": "criteo_terabyte", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/others/recommendation_systems/wide_deep/paddlepaddle/", + "model_path": "deepsparkhub/others/recommendation_systems/wide_deep/paddlepaddle/", "readme_file": "deepsparkhub/others/recommendation_systems/wide_deep/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5749,7 +5749,7 @@ "mdims": "ToDo", "dataset": "criteo", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/others/recommendation_systems/xdeepfm/paddlepaddle/", + "model_path": "deepsparkhub/others/recommendation_systems/xdeepfm/paddlepaddle/", "readme_file": "deepsparkhub/others/recommendation_systems/xdeepfm/paddlepaddle/readme.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5773,7 +5773,7 @@ "mdims": "", "dataset": "", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/multimodal/contrastive_learning/clip/pytorch/", + "model_path": "deepsparkhub/multimodal/contrastive_learning/clip/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5797,7 +5797,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/multimodal/diffusion_model/controlnet/pytorch/", + "model_path": "deepsparkhub/multimodal/diffusion_model/controlnet/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5821,7 +5821,7 @@ "mdims": "", "dataset": "", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/multimodal/diffusion_model/ddpm/pytorch/", + "model_path": "deepsparkhub/multimodal/diffusion_model/ddpm/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5845,7 +5845,7 @@ "mdims": "", "dataset": "", "license": "Friendly", - "deepsparkhub_path": "deepsparkhub/multimodal/diffusion_model/stable-diffusion-1.4/pytorch/", + "model_path": "deepsparkhub/multimodal/diffusion_model/stable-diffusion-1.4/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5869,7 +5869,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/multimodal/diffusion_model/stable-diffusion-1.5/pytorch/", + "model_path": "deepsparkhub/multimodal/diffusion_model/stable-diffusion-1.5/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5893,7 +5893,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/multimodal/diffusion_model/stable-diffusion-2.1/pytorch/", + "model_path": "deepsparkhub/multimodal/diffusion_model/stable-diffusion-2.1/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5917,7 +5917,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/multimodal/diffusion_model/stable-diffusion-3/pytorch/", + "model_path": "deepsparkhub/multimodal/diffusion_model/stable-diffusion-3/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5941,7 +5941,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/multimodal/diffusion_model/stable-diffusion-xl/pytorch/", + "model_path": "deepsparkhub/multimodal/diffusion_model/stable-diffusion-xl/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5965,7 +5965,7 @@ "mdims": "", "dataset": "", "license": "BSD 3-Clause", - "deepsparkhub_path": "deepsparkhub/multimodal/vision-language_model/blip/pytorch/", + "model_path": "deepsparkhub/multimodal/vision-language_model/blip/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -5989,7 +5989,7 @@ "mdims": "", "dataset": "", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/multimodal/vision-language_model/l-verse/pytorch/", + "model_path": "deepsparkhub/multimodal/vision-language_model/l-verse/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6013,7 +6013,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/multimodal/vision-language_model/llava-1.5/pytorch/", + "model_path": "deepsparkhub/multimodal/vision-language_model/llava-1.5/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6037,7 +6037,7 @@ "mdims": "", "dataset": "", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/nlp/cloze_test/glm/pytorch/", + "model_path": "deepsparkhub/nlp/cloze_test/glm/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6061,7 +6061,7 @@ "mdims": "", "dataset": "", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/nlp/dialogue_generation/cpm/pytorch/", + "model_path": "deepsparkhub/nlp/dialogue_generation/cpm/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6085,7 +6085,7 @@ "mdims": "", "dataset": "", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/nlp/language_model/bart_fairseq/pytorch/", + "model_path": "deepsparkhub/nlp/language_model/bart_fairseq/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6109,7 +6109,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/language_model/bert/mindspore/", + "model_path": "deepsparkhub/nlp/language_model/bert/mindspore/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6133,7 +6133,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/language_model/bert/paddlepaddle/", + "model_path": "deepsparkhub/nlp/language_model/bert/paddlepaddle/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6157,7 +6157,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/language_model/bert/pytorch/", + "model_path": "deepsparkhub/nlp/language_model/bert/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6181,7 +6181,7 @@ "mdims": "", "dataset": "", "license": "未知", - "deepsparkhub_path": "deepsparkhub/nlp/language_model/bert/tensorflow/", + "model_path": "deepsparkhub/nlp/language_model/bert/tensorflow/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6205,7 +6205,7 @@ "mdims": "", "dataset": "", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/nlp/language_model/roberta_fairseq/pytorch/", + "model_path": "deepsparkhub/nlp/language_model/roberta_fairseq/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6229,7 +6229,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/language_model/xlnet/paddlepaddle/", + "model_path": "deepsparkhub/nlp/language_model/xlnet/paddlepaddle/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6253,7 +6253,7 @@ "mdims": "", "dataset": "", "license": "Mixed", - "deepsparkhub_path": "deepsparkhub/nlp/llm/aquila2-34b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/aquila2-34b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6277,7 +6277,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/llm/baichuan2-7b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/baichuan2-7b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6301,7 +6301,7 @@ "mdims": "", "dataset": "", "license": "未知", - "deepsparkhub_path": "deepsparkhub/nlp/llm/bloom-7b1/pytorch/", + "model_path": "deepsparkhub/nlp/llm/bloom-7b1/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6325,7 +6325,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/llm/chatglm-6b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/chatglm-6b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6349,7 +6349,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/llm/chatglm2-6b-sft/pytorch/", + "model_path": "deepsparkhub/nlp/llm/chatglm2-6b-sft/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6373,7 +6373,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/nlp/llm/chatglm3-6b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/chatglm3-6b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6397,7 +6397,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/nlp/llm/deepseek_moe_7b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/deepseek_moe_7b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6421,7 +6421,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/llm/gpt2-medium-en/paddlepaddle/", + "model_path": "deepsparkhub/nlp/llm/gpt2-medium-en/paddlepaddle/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6445,7 +6445,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/llm/llama-7b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/llama-7b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6469,7 +6469,7 @@ "mdims": "", "dataset": "", "license": "Mixed", - "deepsparkhub_path": "deepsparkhub/nlp/llm/llama2-13b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/llama2-13b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6493,7 +6493,7 @@ "mdims": "", "dataset": "", "license": "Mixed", - "deepsparkhub_path": "deepsparkhub/nlp/llm/llama2-34b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/llama2-34b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6517,7 +6517,7 @@ "mdims": "", "dataset": "", "license": "Mixed", - "deepsparkhub_path": "deepsparkhub/nlp/llm/llama2-7b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/llama2-7b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6541,7 +6541,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/llm/llama2-7b_reward_sft/pytorch/", + "model_path": "deepsparkhub/nlp/llm/llama2-7b_reward_sft/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6565,7 +6565,7 @@ "mdims": "", "dataset": "", "license": "Mixed", - "deepsparkhub_path": "deepsparkhub/nlp/llm/llama2-7b_rlhf/pytorch/", + "model_path": "deepsparkhub/nlp/llm/llama2-7b_rlhf/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6589,7 +6589,7 @@ "mdims": "", "dataset": "", "license": "Mixed", - "deepsparkhub_path": "deepsparkhub/nlp/llm/llama2-7b_sft/pytorch/", + "model_path": "deepsparkhub/nlp/llm/llama2-7b_sft/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6613,7 +6613,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/nlp/llm/llama3_8b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/llama3_8b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6637,7 +6637,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/nlp/llm/llama3_8b_sft/pytorch/", + "model_path": "deepsparkhub/nlp/llm/llama3_8b_sft/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6661,7 +6661,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/nlp/llm/mamba-2/pytorch/", + "model_path": "deepsparkhub/nlp/llm/mamba-2/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6685,7 +6685,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/nlp/llm/mixtral/pytorch/", + "model_path": "deepsparkhub/nlp/llm/mixtral/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6709,7 +6709,7 @@ "mdims": "", "dataset": "", "license": "未知", - "deepsparkhub_path": "deepsparkhub/nlp/llm/qwen-7b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/qwen-7b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6733,7 +6733,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/nlp/llm/qwen1.5-14b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/qwen1.5-14b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6757,7 +6757,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/nlp/llm/qwen1.5-7b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/qwen1.5-7b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6781,7 +6781,7 @@ "mdims": "", "dataset": "", "license": "待更新", - "deepsparkhub_path": "deepsparkhub/nlp/llm/qwen2.5-7b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/qwen2.5-7b/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6805,7 +6805,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/ner/bert/pytorch/", + "model_path": "deepsparkhub/nlp/ner/bert/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6829,7 +6829,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/question_answering/bert/pytorch/", + "model_path": "deepsparkhub/nlp/question_answering/bert/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6853,7 +6853,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/text_classification/bert/pytorch/", + "model_path": "deepsparkhub/nlp/text_classification/bert/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6877,7 +6877,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/text_correction/ernie/paddlepaddle/", + "model_path": "deepsparkhub/nlp/text_correction/ernie/paddlepaddle/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6901,7 +6901,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/text_summarisation/bert/pytorch/", + "model_path": "deepsparkhub/nlp/text_summarisation/bert/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6925,7 +6925,7 @@ "mdims": "", "dataset": "", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/nlp/translation/convolutional_fairseq/pytorch/", + "model_path": "deepsparkhub/nlp/translation/convolutional_fairseq/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6949,7 +6949,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/translation/t5/pytorch/", + "model_path": "deepsparkhub/nlp/translation/t5/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6973,7 +6973,7 @@ "mdims": "", "dataset": "", "license": "Apache-2.0", - "deepsparkhub_path": "deepsparkhub/nlp/translation/transformer/paddlepaddle/", + "model_path": "deepsparkhub/nlp/translation/transformer/paddlepaddle/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -6997,7 +6997,7 @@ "mdims": "", "dataset": "", "license": "MIT", - "deepsparkhub_path": "deepsparkhub/nlp/translation/transformer_fairseq/pytorch/", + "model_path": "deepsparkhub/nlp/translation/transformer_fairseq/pytorch/", "readme_file": "", "bitbucket_repo": "", "bitbucket_branch": "", @@ -7021,7 +7021,7 @@ "mdims": "", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/multimodal/vision-language_model/moe-llava-phi2-2.7b/pytorch/", + "model_path": "deepsparkhub/multimodal/vision-language_model/moe-llava-phi2-2.7b/pytorch/", "readme_file": "deepsparkhub/multimodal/vision-language_model/moe-llava-phi2-2.7b/pytorch/README.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -7045,7 +7045,7 @@ "mdims": "", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/multimodal/vision-language_model/moe-llava-qwen-1.8b/pytorch/", + "model_path": "deepsparkhub/multimodal/vision-language_model/moe-llava-qwen-1.8b/pytorch/", "readme_file": "deepsparkhub/multimodal/vision-language_model/moe-llava-qwen-1.8b/pytorch/README.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -7069,7 +7069,7 @@ "mdims": "", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/multimodal/vision-language_model/moe-llava-stablelm-1.6b/pytorch/", + "model_path": "deepsparkhub/multimodal/vision-language_model/moe-llava-stablelm-1.6b/pytorch/", "readme_file": "deepsparkhub/multimodal/vision-language_model/moe-llava-stablelm-1.6b/pytorch/README.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -7093,7 +7093,7 @@ "mdims": "", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/nlp/llm/glm-4/pytorch/", + "model_path": "deepsparkhub/nlp/llm/glm-4/pytorch/", "readme_file": "deepsparkhub/nlp/llm/glm-4/pytorch/README.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -7117,7 +7117,7 @@ "mdims": "", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/nlp/llm/minicpm/pytorch/", + "model_path": "deepsparkhub/nlp/llm/minicpm/pytorch/", "readme_file": "deepsparkhub/nlp/llm/minicpm/pytorch/README.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -7141,7 +7141,7 @@ "mdims": "", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/nlp/llm/phi-3/pytorch/", + "model_path": "deepsparkhub/nlp/llm/phi-3/pytorch/", "readme_file": "deepsparkhub/nlp/llm/phi-3/pytorch/README.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -7165,7 +7165,7 @@ "mdims": "", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/nlp/llm/yi-1.5-6b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/yi-1.5-6b/pytorch/", "readme_file": "deepsparkhub/nlp/llm/yi-1.5-6b/pytorch/README.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -7189,7 +7189,7 @@ "mdims": "", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/nlp/llm/yi-vl-6b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/yi-vl-6b/pytorch/", "readme_file": "deepsparkhub/nlp/llm/yi-vl-6b/pytorch/README.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -7213,7 +7213,7 @@ "mdims": "", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/nlp/llm/yi-6b/pytorch/", + "model_path": "deepsparkhub/nlp/llm/yi-6b/pytorch/", "readme_file": "deepsparkhub/nlp/llm/yi-6b/pytorch/README.md", "bitbucket_repo": "", "bitbucket_branch": "", @@ -7237,7 +7237,7 @@ "mdims": "", "dataset": "", "license": "", - "deepsparkhub_path": "deepsparkhub/reinforcement_learning/q-learning-networks/dqn/paddlepaddle/", + "model_path": "deepsparkhub/reinforcement_learning/q-learning-networks/dqn/paddlepaddle/", "readme_file": "deepsparkhub/reinforcement_learning/q-learning-networks/dqn/paddlepaddle/README.md", "bitbucket_repo": "", "bitbucket_branch": "", diff --git a/tests/run_test.py b/tests/run_test.py index b27d944fe..081ee8e26 100644 --- a/tests/run_test.py +++ b/tests/run_test.py @@ -77,7 +77,7 @@ def main(): def get_model_config(model_name, framework, category): print(f"model_name: {model_name}, framework: {framework}, category: {category}") - with open('all_deepsparkhub_model_info.json', mode='r', encoding='utf-8') as config_file: + with open('model_info.json', mode='r', encoding='utf-8') as config_file: config_data = json.load(config_file) for model in config_data["models"]: @@ -107,7 +107,7 @@ def run_detec_testcase(model): is_mmdetection = True if model["toolbox"] == "mmdetection" else False is_yolov = True if model["toolbox"] == "yolov" else False is_paddledetection = True if model["toolbox"] == "PaddleDetection" else False - deepsparkhub_path = model["deepsparkhub_path"].replace("deepsparkhub/", "") + model_path = model["model_path"].replace("deepsparkhub/", "") if is_mmdetection: # 选择使用atss作为个例 prepare_script = f""" @@ -144,7 +144,7 @@ def run_detec_testcase(model): """ else: prepare_script = f""" - cd ../{deepsparkhub_path} + cd ../{model_path} bash ci/prepare.sh """ @@ -193,7 +193,7 @@ def run_clf_testcase(model): is_mmpretrain = True if model["toolbox"].lower() == "mmpretrain" else False is_paddleclas = True if model["toolbox"].lower() == "paddleclas" else False is_tf_benchmarks = True if model["toolbox"].lower() == "tensorflow/benchmarks" else False - deepsparkhub_path = model["deepsparkhub_path"].replace("deepsparkhub/", "") + model_path = model["model_path"].replace("deepsparkhub/", "") dataset_path = "/mnt/deepspark/data/datasets/imagenet" # # add pip list info when in debug mode @@ -205,7 +205,7 @@ def run_clf_testcase(model): if is_torchvision: # 选择使用googlenet作为个例 prepare_script = f""" - cd ../{deepsparkhub_path} + cd ../{model_path} timeout 1800 python3 -m torch.distributed.launch --nproc_per_node=4 --use_env train.py --data-path {dataset_path} --model googlenet --batch-size 512 """ elif is_mmpretrain: @@ -245,7 +245,7 @@ def run_clf_testcase(model): """ else: prepare_script = f""" - cd ../{deepsparkhub_path} + cd ../{model_path} ln -s /mnt/deepspark/data/datasets/imagenet ./ bash ci/prepare.sh """ @@ -289,7 +289,7 @@ def run_llm_testcase(model): is_firefly = True if model["toolbox"].lower() == "firefly" else False is_deepspeed = True if model["toolbox"].lower() == "deepspeed" else False is_megatron_deepspeed = True if model["toolbox"].lower() == "megatron-deepspeed" else False - deepsparkhub_path = model["deepsparkhub_path"].replace("deepsparkhub/", "") + model_path = model["model_path"].replace("deepsparkhub/", "") logging.info(f"Start running {model_name} test case") if is_firefly: @@ -305,7 +305,7 @@ def run_llm_testcase(model): prepare_script = f""" cd ../toolbox/firefly python3 setup.py develop - cd ../../{deepsparkhub_path} + cd ../../{model_path} mkdir -p data ln -s /mnt/deepspark/data/datasets/school_math_0.25M.jsonl data/ mkdir -p checkpoint @@ -317,7 +317,7 @@ def run_llm_testcase(model): # {'train_runtime': 84.0969, 'train_samples_per_second': 2.378, 'train_steps_per_second': 1.189, 'train_loss': 0.24943359375, 'epoch': 0.0} pattern = r"({.*?})" prepare_script = f""" - cd ../../{deepsparkhub_path} + cd ../../{model_path} pip3 install -r requirements.txt mkdir -p data ln -s /mnt/deepspark/data/datasets/AdvertiseGen data/ @@ -338,7 +338,7 @@ def run_llm_testcase(model): else: pattern = re.compile(r'^\s*(\S+)\s*=\s*(.+)$', re.MULTILINE) prepare_script = f""" - cd ../{deepsparkhub_path} + cd ../{model_path} bash ci/prepare.sh """ r, t = run_script(prepare_script) -- Gitee