dave.ma
|
f493e33720
|
vidt模型代码评审
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11873585
* vidt_v0
|
2023-03-09 21:52:18 +08:00 |
|
wucong.lyb
|
d9b34daa79
|
add task: speech_timestamp && fix vad bugs(audio_fs is invalid)
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11940358
* modify punctuation postprocess
* modify audio input types
* add timestamp args
* add task: speech_timestamp
* modidy timestamp outputs
* add args:seg_dict&split_with_space
* feat: Fix conflict, auto commit by WebIDE
|
2023-03-09 21:51:04 +08:00 |
|
yinyueqin.yyq
|
b5fe11fea0
|
upload disco guided diffusion
把https://huggingface.co/IDEA-CCNL/Taiyi-Diffusion-532M-Cyberpunk-Chinese和https://huggingface.co/IDEA-CCNL/Taiyi-Diffusion-532M-Nature-Chinese迁移到MaaS-lib上。该project基于disco diffusion+guided diffusion。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11818412
* upload disco guided diffusion
|
2023-03-09 21:45:33 +08:00 |
|
yuze.zyz
|
a0bc5549a1
|
trainer support parallel_groups
Design doc: https://yuque.alibaba-inc.com/suluyan.sly/yh1rvu/yx0owblyebpa2b3l?singleDoc#flU3s
1. Add parallel_group field in trainer to support DP, TP, PP.
2. Move the construction of common hooks(except optimizer/lrscheduler hook) to trainer's init method to support after_init stage.
after_init is to support DP, TP, PP's initializing
https://aone.alibaba-inc.com/v2/workitem#viewIdentifier=1c46ee8637e0c978f115b6f7&openWorkitemIdentifier=48099986
3. Add before_eval/after_eval stage to support model wrapping.
to solve the order problem of apex amp & ddp wrapping.
https://aone.alibaba-inc.com/v2/workitem#viewIdentifier=1c46ee8637e0c978f115b6f7&openWorkitemIdentifier=48099986
4. Exporter supports lazy importing.
https://aone.alibaba-inc.com/v2/workitem#viewIdentifier=1c46ee8637e0c978f115b6f7&openWorkitemIdentifier=48122780
5. Fold all megatron imports to megatron hook.
https://aone.alibaba-inc.com/v2/workitem#viewIdentifier=1c46ee8637e0c978f115b6f7&openWorkitemIdentifier=48099986
6. Add compile method to TorchModel ,Pipeline,Trainer to support torch2.0
https://aone.alibaba-inc.com/v2/workitem#viewIdentifier=1c46ee8637e0c978f115b6f7&openWorkitemIdentifier=46869415
7. Fix bug: Lrscheduler builder does not support torch2.0
8. Add callbacks for trainer
https://aone.alibaba-inc.com/v2/workitem#viewIdentifier=1c46ee8637e0c978f115b6f7&openWorkitemIdentifier=48210342
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11849932
|
2023-03-09 21:33:35 +08:00 |
|
yuanzhi.zyz
|
2ce41d4974
|
add ocr_reco_crnntrain
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11824395
|
2023-03-09 21:14:09 +08:00 |
|
bin.xue
|
281d3c630e
|
[to #42322933] feat: kws support continue training from a checkpoint
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11940446
* feat: kws support continue training from a checkpoint
* log: add loading model log
|
2023-03-09 21:07:34 +08:00 |
|
yuze.zyz
|
a2bed42fe1
|
fix a CI case
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11940845
|
2023-03-09 19:55:22 +08:00 |
|
lllcho.lc
|
3e70ecfb37
|
add action detection finetune
添加action-detection模型finetune支持
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11873651
|
2023-03-09 16:54:19 +08:00 |
|
Louis
|
8abfffc7e5
|
import math to fix NameError (#147)
|
2023-03-09 15:35:32 +08:00 |
|
neo.dzh
|
86d5c2c5a8
|
fixbug for speaker_verification_pipeline and speaker_diarization_pipeline: re-write the default config with configure.json
修复speaker_verification_pipeline和speaker_diarization_pipeline中configuration.json配置不生效的bug:
使用configuration.json中有的参数覆盖default
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11932226
|
2023-03-09 15:20:53 +08:00 |
|
mulin.lyh
|
62f769877f
|
[to #48291018]fix: fix data releate case failed bug
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11925637
|
2023-03-09 15:18:50 +08:00 |
|
xixing.tj
|
46799325c8
|
add ocr_detection_db training module
新增ocr_detection dbnet训练代码
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11892455
|
2023-03-09 15:11:27 +08:00 |
|
feiyu.gfy
|
f534fd3ae0
|
add lore lineness table recognition
读光无线表格识别(lineless-table-recognition)
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11772358
|
2023-03-09 15:09:53 +08:00 |
|
tastelikefeet
|
cf8d2d574f
|
add conversion script for checkpoint files before version 1.3.1. (#161)
* add conversion script for older checkpoint files.
* fix format
|
2023-03-09 14:58:21 +08:00 |
|
jiaqi.sjq
|
8099cc9f60
|
[to #41669377] Refactoring by using kantts as third party wheel and add ptts finetune&infer support
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11913929
|
2023-03-09 11:32:44 +08:00 |
|
Patrick von Platen
|
2bf4ead3fb
|
Correct DDIM sampling on GPU (#173)
|
2023-03-09 11:21:56 +08:00 |
|
ru.he
|
9307b071b7
|
Add the code for PEER model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11873170
|
2023-03-09 01:26:27 +08:00 |
|
qize.yqz
|
0efc892196
|
add smoke and fire detection model using damoyolo
新增垂域目标检测模型-基于DAMO_YOLO的烟火检测模型
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11880693
|
2023-03-09 01:25:06 +08:00 |
|
lingchen.zlm
|
a5b9d3378f
|
[to #42322933] add generative multimodal embedding model RLEG
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11867878
* add generative multimodal embedding model RLEG
* remove useless import in rleg model
|
2023-03-09 01:17:58 +08:00 |
|
gongbiao.gb
|
13752fa0c0
|
add vop_se for text video retrival
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11719262
|
2023-03-09 01:14:47 +08:00 |
|
lanjinpeng.ljp
|
a10e59c8f3
|
add ProContEXT model for video single object tracking
支持ProContEXT视频单目标跟踪-通用领域模型
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11904797
|
2023-03-09 01:12:58 +08:00 |
|
lee.lcy
|
621539f6b6
|
[to #42322933] add video streaming perception models longshortnet
add video streaming perception models longshortnet
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11908652
|
2023-03-09 01:09:40 +08:00 |
|
mulin.lyh
|
e7b9b1ca24
|
[to #47783159]fix: simply snapshot_download log
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11908733
|
2023-03-09 01:03:26 +08:00 |
|
shimin.ysm
|
dc53c42cea
|
image depth estimation BTS model code license solve
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11920166
|
2023-03-09 00:58:18 +08:00 |
|
wangjiuniu.wjn
|
0ca0a8c134
|
add text-to-video-synthesis
文本生成视频(text-to-video-synthesis)代码
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11767775
|
2023-03-09 00:57:43 +08:00 |
|
wangmeng.xwm
|
a17598b13d
|
add MAN for image-quality-assessment
add MAN model for image-quality-assessment
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11890708
* add MAN for image-quality-assessment
* update and fix bugs in init file
|
2023-03-09 00:44:55 +08:00 |
|
bin.xue
|
de67aa28e6
|
[to #42322933] feat: optimize kws pipeline and training conf
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11897822
|
2023-03-09 00:37:51 +08:00 |
|
liugao.lg
|
c28fd09d42
|
add more cli tools
提供独立repo库快速接入modelscope的小工具,模板创建,模型上传,一键导入、版本管理等命令
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11757517
|
2023-03-09 00:17:11 +08:00 |
|
wucong.lyb
|
9825c9d469
|
modify audio input types && punc postprocess
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11899315
* modify punctuation postprocess
* modify audio input types
* add timestamp args
|
2023-03-09 00:08:19 +08:00 |
|
mulin.lyh
|
a8365bb17f
|
[to #48269383]fix: onnx protobuf version conflict
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11924445
|
2023-03-08 21:58:43 +08:00 |
|
zeyinzi.jzyz
|
bf3a2b6c09
|
support vision efficient tuning finetune
## 查看改动点 ↓↓↓
### vision efficient tuning finetune
- Model模块改造成适配训练的
- Model模块在支持训练同时向下兼容之前发布的modecard
- Pipline兼容modelcard加载的preprocessor或直接定义的
- 添加 ImageClassificationPreprocessor (非mmcv版本)
- 添加 VisionEfficientTuningTrainer
- ~~添加 opencv_transforms==0.0.6~~ (以源代码引入必要)
### Modelcard
- test pipeline和trainer合并到一起
- 新增3个模型的test
- 新增demo service
### 公共组件
- ms_dataset.py: fix warning, [UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.clone().detach() or xxx]
- preprocessor添加common:ToNumpy、Rename、Identity
- preprocessor common对于dict进行key判断再取值。
- ~~修复learning rate在iter级别变化的逻辑。~~ (本次不做了)
- ~~修复非dist状态下train data没有进行shuffle的bug。~~ (Master已有人改了)
- 修复训练时调用util中非cv包的异常 zhconv。
### 其他
- 为防止新引入的preprocessor模块在config中被原代码加载,导致在其他人做CI时会报错;所以暂时没有添加新的tag,等CR完成后,会进行打tag再rerun CI。
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11762108
* support vision efficient tuning finetune
* update test case
* update shuffle on IterableDataset
* update bitfit & sidetuning
* compatible with base trainer
|
2023-03-08 16:42:23 +08:00 |
|
xingjun.wxj
|
8298a3c31d
|
add force redownload for nerf dataset in ut
add force redownload for nerf dataset in ut
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11915271
|
2023-03-08 16:23:58 +08:00 |
|
mulin.lyh
|
e993438f86
|
[to #48269383]fix: onnx protobuf version conflict
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11914565
* [to #48269383]fix: onnx protobuf version conflict
|
2023-03-08 14:49:22 +08:00 |
|
xianzhe.xxz
|
691443257c
|
add onnx exporter for damoyolo
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11889858
|
2023-03-07 23:01:03 +08:00 |
|
bin.xue
|
b4c90d8160
|
[to #42322933] feat: add dingding denoise model
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11731594
* feat: add dingding denoise
* refactor: delete duplicated unidfsmn class
* refactor: delete empty lines
* refactor: make some methods inline
* style: add license and optimize imports
* style: comments style
|
2023-03-07 21:55:10 +08:00 |
|
neo.dzh
|
0503c40919
|
re-format output for single input in audio/speaker_verification pipeline
针对单条输入,格式为用户更友好的输出形式
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11897502
|
2023-03-07 20:29:48 +08:00 |
|
xuanjie.wxb
|
ebb50d7887
|
add maoe unit test
|
2023-03-07 15:24:37 +08:00 |
|
pangda
|
798aa93cba
|
[to #42322933] add onnx/torchscript exporter for token classification models
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11895085
|
2023-03-07 14:12:23 +08:00 |
|
wendi.hwd
|
99fa2fe909
|
update license and revert support camouflaged-detection from latest master
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11892922
* update license and revert support camouflaged-detection from latest master
|
2023-03-07 11:41:10 +08:00 |
|
shichen.fsc
|
04f63ec71f
|
[to #42322933] add new kws models in UT and update requirements/audio_kws.txt
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11830273
* [Add] add new models for kws UT
* [Update] update requirements
* pre-commit
|
2023-03-06 23:14:45 +08:00 |
|
zhangzhicheng.zzc
|
4a72209e07
|
[to #48217480]bug fixed for ast scan funcitondef
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11882379
|
2023-03-06 16:48:08 +08:00 |
|
wenmeng.zwm
|
a338f74489
|
update readme for model download
|
2023-03-03 22:36:38 +08:00 |
|
wenmeng.zwm
|
3edceb45fc
|
update readme for model download
|
2023-03-03 22:24:47 +08:00 |
|
wenmeng.zwm
|
34ffa17867
|
add controlnet to readme
|
2023-03-03 15:21:16 +08:00 |
|
wenmeng zhou
|
86f71f279f
|
Merge pull request #156 from modelscope/merge_master_internal_0302
Merge master internal 0302
|
2023-03-03 10:32:42 +08:00 |
|
fubang.zfb
|
dfd1058d45
|
siamese uie finetune support
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11706625
|
2023-03-02 20:14:31 +08:00 |
|
Jinpeng Zhang
|
e7d78f57e2
|
Word alignment preprocessor fix(#153)
* fix wordalignment preprocessor
---------
Co-authored-by: wenmeng zhou <wenmengzhou@gmail.com>
|
2023-03-02 17:19:36 +08:00 |
|
chenxujun
|
20b3a679e7
|
Fix some words (#141)
|
2023-03-02 11:06:56 +08:00 |
|
wenmeng.zwm
|
77ff1d94d6
|
Revert "Add single-camera depth estimation model bts"
This reverts commit feb4123327.
|
2023-03-02 10:56:24 +08:00 |
|
wenmeng.zwm
|
f2f48dd305
|
Revert "support camouflaged-detection "
This reverts commit ff55bd9436.
|
2023-03-02 10:52:36 +08:00 |
|