zymaa
16c5013f6e
add textrcnn into model zoo
Signed-off-by: zymaa <317958662@qq.com>
TextRCNN, a model for text classification, which is proposed by the Chinese Academy of Sciences in 2015.
TextRCNN actually combines RNN and CNN, first uses bidirectional RNN to obtain upper semantic and grammatical information of the input text,
and then uses maximum pooling to automatically filter out the most important feature.
Signed-off-by: zymaa <317958662@qq.com>
5 years ago
mindspore-ci-bot
0c7ba7a7fa
!9354 mode_mindir_suffix
From: @bai-yangfan
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @c_34
5 years ago
mindspore-ci-bot
af9be6bd69
!9316 [MS][LITE]20201123 detection demo app program freeze after select 'PHOTO'
From: @sishuikang
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhanghaibo5
5 years ago
mindspore-ci-bot
825ba197f2
!9257 make parameter name optional
From: @caozhou_huawei
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
9ab5035140
!9342 fix some bug of mobilenetv2_quant
From: @xiaoyisd
Reviewed-by: @sanjaychan,@jjfeing
Signed-off-by: @jjfeing
5 years ago
bai-yangfan
c46c4dffe4
mindir_suffix
5 years ago
mindspore-ci-bot
893c2cd772
!8992 Add mobilenetv1
From: @c_34
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
88caafc47f
!9296 Add FaceRecognitionForTracking network to model_zoo/research/cv
From: @zhanghuiyao
Reviewed-by: @oacjiewen,@c_34
Signed-off-by: @c_34
5 years ago
mindspore-ci-bot
7aae952ca3
!9286 add warmup_steps to maskrcnn config
From: @gengdongjie
Reviewed-by: @linqingke,@oacjiewen
Signed-off-by: @linqingke
5 years ago
xiaoyisd
35b7dd4651
fix mobilenetv2_quant gpu bug
5 years ago
caozhou
b1189cd118
compatible name
5 years ago
hukang hwx963878
0422cddfe3
detection无事务识别出来结果添加弹出框
5 years ago
mindspore-ci-bot
510ed65300
!9264 export script for resnet50_quant and densenet121,fix centerface and transformaer bug
From: @yuzhenhua666
Reviewed-by: @linqingke,@yingjy
Signed-off-by: @linqingke
5 years ago
mindspore-ci-bot
0b86c81de7
!9280 [MS][LITE] HiMindSpore fix style transfer and format ms aar
From: @sishuikang
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhanghaibo5
5 years ago
mindspore-ci-bot
989744c61a
!9258 add squad for bert
From: @yoonlee666
Reviewed-by: @c_34,@guoqi1024
Signed-off-by: @c_34
5 years ago
mindspore-ci-bot
ca66aef549
!8775 remove "is_grad" in SoftmaxCrossEntropyWithLogits and correct its comments
From: @wanyiming
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
5 years ago
zhanghuiyao
6b3663d123
Add FaceRecognitionForTracking net to /model_zoo/research/cv
5 years ago
gengdongjie
3deed63b56
revert warpup_steps in maskrcnn config that deleted by mistake
5 years ago
hukang hwx963878
f303e42129
fix style transfer demos
format aar
format all codes
5 years ago
yuzhenhua
ceaca1708c
add export file for resnet50_quant and densenet121, fix centerface and transformer bug
5 years ago
yoonlee666
a744ef9113
add squad
5 years ago
caojiewen
9237a6f959
replaced the model name 'music auto tagging' as 'fcn-4'
5 years ago
mindspore-ci-bot
689f102f86
!9145 Remove redundant parameters in Maskrcnn config.py
From: @gengdongjie
Reviewed-by:
Signed-off-by:
5 years ago
chenhaozhe
273cece30b
add mobilenetv1
5 years ago
mindspore-ci-bot
93e8fa4849
!9212 adapt export interface for psenet network
From: @anzhengqi
Reviewed-by: @changzherui,@pandoublefeng,@heleiwang
Signed-off-by: @pandoublefeng
5 years ago
mindspore-ci-bot
0a9899e3a1
!8732 [MD][PERFORMANCE] Fix Faster RCNN x86 performance issue
From: @xiefangqi
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
c84ef2c88a
!9183 set mindrecord as default data format
From: @shuzigood
Reviewed-by: @guoqi1024,@yingjy
Signed-off-by: @guoqi1024
5 years ago
anzhengqi
da7c868be0
change air_filename to adapt export interface
5 years ago
mindspore-ci-bot
27d6a9528f
!9118 [MS][LITE]add image segmentation android demo
From: @sishuikang
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhanghaibo5
5 years ago
mindspore-ci-bot
0c153b586a
!9059 modify timemonitor and ckpt info
From: @changzherui
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
eff2844df6
!9202 Fix openpose network eval bug
From: @zhanghuiyao
Reviewed-by: @c_34,@oacjiewen
Signed-off-by: @c_34
5 years ago
wsq3
af62b15c84
set mindrecord as default data format
5 years ago
zhanghuiyao
6943bb3827
Fix openpose net eval bug
5 years ago
mindspore-ci-bot
bebc37b389
!9192 reset the default activation function for bert
From: @shibeiji
Reviewed-by: @c_34,@liangchenghui
Signed-off-by: @c_34
5 years ago
gengdongjie
14122c0378
delete redundant parameters in Maskrcnn config.py
5 years ago
mindspore-ci-bot
a7361e8524
!9177 [ModelZoo]Change gcn early_stop epoch
From: @zhan_ke
Reviewed-by: @oacjiewen,@yingjy
Signed-off-by: @yingjy
5 years ago
hukang hwx963878
4877defa58
add image segmentation init
dection large image visible
add image segmentation save
5 years ago
shibeiji
bde36af04c
Modify the default activation function for bert
5 years ago
changzherui
1c5182afb4
modify timemonitor and ckpt info
5 years ago
zhanke
316448f4d4
change gcn early_stop epoch
5 years ago
linqingke
8bbd84eb62
remove network useless parameters
5 years ago
panfengfeng
64e01c2348
fix shufflenetv2 script
5 years ago
mindspore-ci-bot
0aa63f21c5
!9039 register FastGelu for activation
From: @shibeiji
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
9130660a2f
!9055 add yolov3 export file and fix bert exprt bug
From: @yuzhenhua666
Reviewed-by: @liangchenghui
Signed-off-by:
5 years ago
yuzhenhua
a1db640211
fix bert bug and add export file for yolov3 and add test file for maskrcnn
5 years ago
mindspore-ci-bot
60743df8f2
!8939 Add use one conv flod parameter in quant
From: @xiaoyisd
Reviewed-by: @sanjaychan,@jjfeing
Signed-off-by: @sanjaychan
5 years ago
shibeiji
cd850bd210
register activation operator fast_gelu
5 years ago
xiaoyisd
5f18742e5c
add use one conv
5 years ago
mindspore-ci-bot
f4c126ddeb
!8899 Add OpenPose network to modelzoo
From: @zhanghuiyao
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
fcd5b7455e
!8986 MSLITE himindspore add posenet and style tranfer
From: @sishuikang
Reviewed-by: @zhanghaibo5,@zhang_xue_tong
Signed-off-by: @zhanghaibo5
5 years ago