yuze.zyz
707cbef013
[to #42322933 ]Fix bug in daily UT
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10491891
2 years ago
zhangzhicheng.zzc
2a87dee561
[to #42322933 ]support multi tasks-- will be failed, since configuration has not changed yet
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10492024
2 years ago
caorongyu.cry
9edfd7e50c
[to #42322933 ] update tableqa params
1. 增加传入table_id
2. 将result和table的结构统一
3. 默认开启is_use_sqlite
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10492027
2 years ago
shichen.fsc
1854ceeb74
[to #42322933 ] Fix all asr models in UT with mistake model_id
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10491024
2 years ago
zhangyanzhao.zyz
824ee8232c
[to #42322933 ]更新语义相关性任务英文名称为text ranking,修改对应变量名和类名
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10491951
2 years ago
yichang.zyc
683ee5bfed
[to #42322933 ]use Tasks.ocr_recognition
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10490937
2 years ago
Yingda Chen
dee93c40e2
[to #42322933 ] force download dataset for portraint enhancement
2 years ago
行嗔
330a8ac68f
Merge remote-tracking branch 'origin/master' into ofa/finetune
2 years ago
baiguan.yt
533ab3df63
[to #42322933 ]update msdatasets for image-portrait-enhancement training
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10453584
2 years ago
liugao.lg
baff7c5b64
[to #42322933 ]add ofa-ocr-recogniiton pipeline
新增ofa关于日常场景文字识别的任务,主要包括:
1、新增pipeline及task名称定义;
2、新增pipeline、task、model及prepreocess核心类方法的代码逻辑;
3、其它同步修正的小细节逻辑;
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10471089
2 years ago
翎航
9b8cfc4ece
modify ofatrainer
2 years ago
行嗔
92a04b010c
Merge remote-tracking branch 'origin/master' into ofa/finetune
2 years ago
hemu.zp
2b49b322a2
[to #42322933 ] Add palm ut
为以下三个模型补充 ut
damo/nlp_palm2.0_text-generation_chinese-large
damo/nlp_palm2.0_text-generation_commodity_chinese-base
damo/nlp_palm2.0_text-generation_weather_chinese-base
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10435599
2 years ago
Yingda Chen
b559ea50ca
Merge remote-tracking branch 'origin' into ofa/finetune
2 years ago
xiangpeng.wxp
8ec90ccbf8
[to #42322933 ] Add uttest for en2fr and fr2en tasks
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10467797
* add uttest for en2fr and fr2en tasks
2 years ago
yuze.zyz
acba1786b0
[to #42322933 ] Fix bug in UT daily
1. Fix bugs in daily test
2. Fix a bug that the updating of lr is before the first time of updating of optimizer
TODO this will still cause warnings when GA is above 1
3. Remove the judgement of mode in text-classification's preprocessor to fit the base trainer(Bug)
Update some regression bins to fit the preprocessor
4. Update the regression tool to let outer code modify atol and rtol
5. Add the default metric for text-classification task
6. Remove the useless ckpt conversion method in bert to avoid the requirement of tf when loading modeling_bert
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10430764
2 years ago
shichen.fsc
1483c64638
[to #42322933 ] Fix ASR error when resample failed, and add all asr models UT, add apply-cmvn for pytorch models
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10465241
2 years ago
wenmeng.zwm
535acaef5b
[to #42322933 ]add test case to check xtcocotools availbility
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10462622
* add test case to check xtcocotools availbility
2 years ago
shouzhou.bx
01d521dd78
[to #42322933 ]add face 2d keypoints finetune test case
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10421808
* add face 2d keypoints & human wholebody keypoint finrtune test case
2 years ago
yingda.chen
3cd5f73da0
[to #42322933 ] refactor push_model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10463992
2 years ago
Yingda Chen
089cadab4b
[to #42322933 ] disable unstable trainer test
2 years ago
jiaqi.sjq
87b4a52b3c
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10462681
2 years ago
行嗔
e76f5a96a3
fix comments
2 years ago
xianzhe.xxz
865397763e
[to #42322933 ]add damoyolo model in tinynas-object-detection
接入damyolo系列检测模型
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10377688
3 years ago
行嗔
8257e28a4f
Merge remote-tracking branch 'origin/master' into ofa/finetune
# Conflicts:
# modelscope/metrics/__init__.py
3 years ago
shuying.shu
cb570d586c
add referring video object segmentation pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10400324
3 years ago
hemu.zp
3b1f1a0252
[to #42322933 ] Add GPT3 tensor parallel inference
添加基于 Megatron-v3 的 GPT3 tensor 并行的推理代码
复用 DistributedPipeline 与 megatron-util
适用模型:1.3B/2.7B/13B 参数的 GPT-3 预训练生成模型
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10416721
3 years ago
huizheng.hz
c0b546a96e
[to #42322933 ]add subset_name when loading dataset (NAFNet image denoising)
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10427797
3 years ago
jiaqi.sjq
2eb835aca4
[to #42322933 ]Add uuid to model which created by ut test
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10434107
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10434107
* [Update] update finetune_result_upload
* [Update] rename finetune_result_upload to model_dir_upload
* Merge branch 'master' into feat/upload_ckpt
* Merge branch 'master' into feat/upload_ckpt
* [Fix] fix import error
* [Fix] fix import error
* Merge branch 'master' into feat/upload_ckpt
* [Update] changes name to upload_folder and using tempfile to save repo
* Merge branch 'master' into feat/upload_ckpt
* [Fix] fix commit
* Merge branch 'master' into feat/upload_ckpt
* [Fix] fix format
* Merge branch 'master' into feat/upload_ckpt
* [Fix] add uuid after model created from upload ut
3 years ago
leyuan.hjy
172522d196
[to #42322933 ]video-object-detection init
新增video-object-detection 算法
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10247489
3 years ago
hemu.zp
271e2a2a99
[to #42322933 ] Add gpt_neo model
1. 添加 gpt_neo 模型,因 checkpoint 归属于 Langboat 还未上传到模型库,已线下完成测试
2. 添加 text-generation task models 与 head,后续会将 gpt3,palm 等已上线文本生成模型统一为 backbone + head 结构的 task models
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10404249
3 years ago
jiangnana.jnn
7720ae50e2
return dict values when input single sample for easycv pipeline
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10423383
3 years ago
jiaqi.sjq
8fa385e27c
[to #42322933 ] Add upload in hub api
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10386689
3 years ago
shichen.fsc
542c4ce1b3
[to #42322933 ] Fix bug in KWS when setting customized keyword
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10412829
3 years ago
wendi.hwd
674e1a7878
[to #42322933 ]cv/cvdet_fix_outputs->master fix outputs
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10421413
* fix outputs
3 years ago
wenqi.oywq
88a7599efb
[to #42322933 ]change output channels from RGB to BGR, to consistent with demo-service
默认输出为array的,通道格式统一为BGR格式,本次修改是为了与这个格式一致
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10422508
3 years ago
wenmeng.zwm
f6e542cdcb
refine pipeline input to support demo service
* image_captioninig support single image and dict input
* image_style_transfer use dict input
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10417330
3 years ago
caorongyu.cry
202fcdf298
[to #42322933 ] change tableqa output
修改output的结构,直接返回可转化成json format的结构
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10415403
3 years ago
xingjun.wxj
1b4d5ccb9c
[to #42322933 ]MsDataset upload and load supports directory.
上传和下载支持多文件操作
3 years ago
hanyuan.chy
2d50c812df
[to #42322933 ] support finetune on cv/hand_2d_keypoints
添加2d手部关键点检测finetune功能
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10371710
3 years ago
zhangzhicheng.zzc
0eb823b764
[to #42322933 ] support t5_with_translation
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10383770
* T5 support translate
3 years ago
jiaqi.sjq
144ffee2cf
[to #42322933 ] Add explict model id in tts UT
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10371244
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10371244
3 years ago
bin.xue
3863efc14d
[to #42322933 ] add far field KWS trainer
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10275823
3 years ago
yuxiang.tyx
2989492bc0
[to #42322933 ]更新face_detection_scrfd模型并支持finetune, 新增card_detection模型
1. 调整face_detection的文件层级(scrfd与其余新增face_detection方法平级);
2. 增加极大脸/旋转脸的检测方法,更新了新模型;
3. 支持读入数据集并finetune和eval;
4. 新增card_detection模型,支持读入datasethub数据集并finetune
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10244540
3 years ago
shouzhou.bx
4cb5f8a2cd
[to #42322933 ] add human whole body model and image object detection auto model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10319306
3 years ago
caorongyu.cry
7145990054
[to #42322933 ] reivse model problem and remove history sql for demo
相比于master上的tableqa,做出了如下修复:
1. 修复了schema linking中的问题。
2. 同时设置了有history sql和没有history sql的两种输入
3. 增加了sqlite执行逻辑,可以返回sql执行结果
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10365114
3 years ago
wenmeng.zwm
d325c41d1f
make movie_scene_seg isolated
3 years ago
huizheng.hz
922f4c589b
[to #42322933 ]图像去噪using msdataset to load dataset
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10338265
3 years ago
bin.xue
0d97f8959d
[to #42322933 ] test: unify kws pipeline input type to AUDIO
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10362437
3 years ago
ashui.cbh
69da8f91ac
[to #42322933 ]suport image inpainting
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/10111615
3 years ago