dinglinhe
a9df5edec7
Update Conv3d descriptions
5 years ago
Margaret_wangrui
59a46db2ca
fix tuple to maketuple bug
5 years ago
Parastoo Ashtari
7b9a73fb1b
Fixing multi graph suspend for debugger in GPU
removed the suspend from preExecute function to avoid double stopping in multigraph models
replaced else if with else in postExecute
add else if to check the smoke ascend test
improve the format
5 years ago
mindspore-ci-bot
4a40dc4c97
!15809 clear parameter when clone param_info
From: @jjfeing
Reviewed-by: @zhoufeng54,@kisnwang
Signed-off-by: @kisnwang
5 years ago
huanghui
a7369db449
Use env MS_OM_PATH to save analyze_fail.dat
5 years ago
mindspore-ci-bot
42fef2b09c
!15780 [ME][Control]Add assign operations in inner control flow testcases
From: @chenfei52
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
TFBunny
309fb476bf
add fix to hsigmoid grad
5 years ago
lilei
433085c622
add unet3d net for clould
5 years ago
mindspore-ci-bot
d7a967ec02
!15803 add tcp communicator
From: @anancds
Reviewed-by: @wilfchen,@cristoval
Signed-off-by: @cristoval
5 years ago
mindspore-ci-bot
966f89198a
!15107 use internal ge runtime
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
5 years ago
yeyunpeng2020
956ea519cf
fix cropper and support npu&gpu
5 years ago
simson
1e264067b3
fix diffent error type bug in D and cpu&gpu
5 years ago
mindspore-ci-bot
5c4729744c
!15776 support CPU actor runtime
From: @limingqi107
Reviewed-by: @cristoval,@wilfchen
Signed-off-by: @wilfchen
5 years ago
mindspore-ci-bot
4cde4fa92f
!15854 mkldnn support multi-thread
From: @limingqi107
Reviewed-by: @cristoval,@wilfchen
Signed-off-by: @wilfchen
5 years ago
yao_yf
61ef56a26c
fix gather_p_info judgements
5 years ago
zhuyuxiao
e343fd9fb5
refactor arithmetic ops on cpu kernel, make it ready to invoke nnacl package: applying template class instead of template functions; separate logical ops from arithmetic ops; instead of broadcasting in each op, do it at the very beginning
5 years ago
mindspore-ci-bot
7ebdd05300
!15849 strided slice support 8d
From: @zhaozhenlong
Reviewed-by: @zhang_xue_tong,@zhanghaibo5
Signed-off-by: @zhang_xue_tong
5 years ago
mindspore-ci-bot
c9edfcb96a
!15510 add op softplus cumsum
From: @zhaozhenlong
Reviewed-by: @zhanghaibo5
Signed-off-by:
5 years ago
mindspore-ci-bot
f4aadc7346
!15802 add modelzoo network bgcf testcase
From: @anzhengqi
Reviewed-by: @jonyguo,@liucunwei
Signed-off-by: @liucunwei
5 years ago
He Wei
171cd83188
[test] Fix GRAPH_MODE not restored after PYNATIVE_MODE is set
5 years ago
chujinjin
8e7e750ae6
fix fasterrcnn fail in pynative
5 years ago
xutianchun
2e7b25f54d
weight quant add index pack storage
5 years ago
mindspore-ci-bot
7486574169
!15820 add DeConv2d Coder
From: @zoloft
Reviewed-by: @wangchengyuan,@wangchengyuan,@hangangqiang
Signed-off-by: @wangchengyuan
5 years ago
dinglinhe
e99ffb0223
some model lack 'hub_conf.py' file at model_zoo
5 years ago
mindspore-ci-bot
a22b89ef89
!15271 [MS][LITE]fix memory leak and add models to the entrance guard
From: @probiotics_53
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
fd2a9e700d
!15800 Add int64 support to GPU AddN
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
5 years ago
mindspore-ci-bot
577cf7cd1d
!15758 [Offline Debug] Add UT tests to the offline debugger.
From: @islam_amin
Reviewed-by: @john_tzanakakis,@tom__chen,@robingrosman
Signed-off-by: @john_tzanakakis
5 years ago
Jamie Nisbet
e53bab18f9
fix MR sampler with replacement case
5 years ago
Islam Amin
6bb740f137
added GPU UT tests
5 years ago
dayschan
490c0521ac
Disable GraphKernel in PynativeMode
5 years ago
zhaoting
5e37e1e054
add warpctc CPU support
5 years ago
zengxianglong
39da1f8bbd
fix memory leak and add models to the entrance guard
5 years ago
mindspore-ci-bot
fca07903e1
!13941 add vgg19
From: @sanshenghua2
Reviewed-by: @c_34,@oacjiewen
Signed-off-by: @c_34
5 years ago
limingqi107
a00b5ac42c
mkldnn support multi-thread
5 years ago
zhaozhenlong
7063f814c3
strided_slice strided_slice_grad 8d transpose fp32 multi dim
5 years ago
anzhengqi
e0289cd196
add modelzoo network bgcf testcase
5 years ago
mindspore-ci-bot
d68971a799
!15787 fix codedex.
From: @liu_xiao_93
Reviewed-by: @zhoufeng54,@jjfeing
Signed-off-by: @jjfeing
5 years ago
mindspore-ci-bot
ac07b2c4b2
!15630 Set none for self.param_info
From: @irmo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
5 years ago
yuzhenhua
3730213c4e
310 inference for inceptionv3 and inceptionv4
5 years ago
mindspore-ci-bot
bf67de6b1f
!15812 modify for new path of dataset path
From: @yuzhenhua666
Reviewed-by: @c_34,@oacjiewen
Signed-off-by: @c_34
5 years ago
mindspore-ci-bot
7e23a42ffc
!15720 modify static check
From: @lyvette
Reviewed-by: @jpc_chenjianping,@zhanghaibo5
Signed-off-by: @jpc_chenjianping
5 years ago
mindspore-ci-bot
62ac4a263d
!15596 [MS][LITE] refactor anf_exporter code
From: @cjh9368
Reviewed-by:
Signed-off-by:
5 years ago
z00512249
6ea18643bd
add DeConv2d Coder
5 years ago
chendongsheng
ddb54ae0ac
add tcp communicator
5 years ago
liuluobin
a40229d171
Add encryption for ckpt file
5 years ago
mindspore-ci-bot
af4161e271
!15818 [MS][LITE][Develop]fix bias buffer size for deconv
From: @lx0095
Reviewed-by: @zhang_xue_tong,@hangangqiang
Signed-off-by: @zhang_xue_tong
5 years ago
mindspore-ci-bot
1ea424810a
!15814 [lite]add tf padv2 parse and fix bug
From: @xu_anyue
Reviewed-by: @hangangqiang,@jpc_chenjianping
Signed-off-by: @hangangqiang
5 years ago
anzhengqi
b7eb95a167
add modelzoo network yolov3_darknet testcase
5 years ago
anzhengqi
fa3354c19b
add modelzoo network transformer testcase
5 years ago
jjfeing
88c92cd263
clear parameter when param_info clone
5 years ago