lilei
7d9f5f6dba
modify Tensor
4 years ago
buxue
2ea8b9e738
add dict for isinstance
4 years ago
mindspore-ci-bot
0641940b87
!11472 support to checkpoint group info
...
From: @yangzhenzhang
Reviewed-by: @stsuteng,@kisnwang
Signed-off-by: @stsuteng
4 years ago
yangzhenzhang
7303c3d3b8
add group ckpt
4 years ago
xulei2020
de6356ebfa
add warp affine
4 years ago
alex-yuyue
a8675f8227
TextOp decoupling
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
mindspore-ci-bot
abc380fba7
!11256 add hsigmoid hswish cpu op
...
From: @wuxuejian
Reviewed-by: @kisnwang,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
ddf84551ab
!11328 OneHot int64 input support
...
From: @peilin-wang
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
868f0e9361
!11247 Add dynamic shape support to GPU BiasAdd
...
From: @TFbunny
Reviewed-by: @tom__chen
Signed-off-by:
4 years ago
TFBunny
6a58479e42
add dynamic shape and testcases to GPU biasadd
4 years ago
mindspore-ci-bot
55594db01c
!11348 add check for outermost net inputs type and support isinstance first arg is an empty list
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
d8323b5d51
!11342 Support device memeory profiling
...
From: @yanghaitao1
Reviewed-by: @wangyue01,@lilongfei15
Signed-off-by: @lilongfei15
4 years ago
buxue
e8cd572bc2
add check for outermost net inputs type and support isinstance first arg an empty list
4 years ago
mindspore-ci-bot
e3f150d329
!11384 update some op's attr name
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
775d71f9c1
!11408 Update PP example
...
From: @zichun_ye
Reviewed-by: @wang_zi_dong,@sunnybeike
Signed-off-by:
4 years ago
yuchaojie
1932d87a26
update some op's attr name
4 years ago
Jonathan Yan
6c8f275bdd
redcution v1
4 years ago
Zichun Ye
ca316f4422
update doc example in probability
...
fix typo in probability module
fix pylint in msp
4 years ago
mindspore-ci-bot
50ae1f6855
!11357 add Dropout3d ops for aicpu
...
From: @yanzhenxiang2020
Reviewed-by:
Signed-off-by:
4 years ago
x00540480
5f43f08a5d
add elu for cpu
4 years ago
mindspore-ci-bot
60feffad20
!11332 update Pooling's attr kernel_size, pad_mode
...
From: @yuchaojie
Reviewed-by:
Signed-off-by:
4 years ago
yanzhenxiang2020
f8147aa57d
add Dropout3d ops for aicpu
4 years ago
yanglf1121
9c21f78f16
Add cpu op LogicalAnd, LogicalOr, LogicalNot
4 years ago
yanghaitao1
8d147deb07
profiler memory
4 years ago
mindspore-ci-bot
c155dfee7a
!11329 [MD] Rename SamplerObj::Build() to SamplerBuild()
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
a31544fd41
!11395 Fix Drop() function for IR tree
...
From: @lixiachen
Reviewed-by: @nsyca,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
45e03742d2
!11392 TileOp gpu int64 input support
...
From: @peilin-wang
Reviewed-by: @robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
Lixia Chen
273865a72b
Rename SamplerObj::Build() to SamplerBuild()
4 years ago
mindspore-ci-bot
91842af2ad
!11245 Pushing down pipeline json serializer logic to C++ IR - PART II
...
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
6d0c0157aa
!11213 Add dynamic shape support to GPU ReduceMean
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Lixia Chen
3c5917a03d
Fix IR node Drop()
4 years ago
Peilin Wang
945ef9ff89
initial commit
...
forgot some test cases
4 years ago
buxue
15593dc98f
improve isinstance function in graph mode
4 years ago
mindspore-ci-bot
3e662805f8
!11180 Add CPU Gelu and LayerNorm
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
Peilin Wang
386b219ffc
initial commit
...
ci fix
fix ci
4 years ago
yuchaojie
b51b3a6764
update Pool's attr kernel_size, pad_mode
4 years ago
mindspore-ci-bot
e214c69bc2
!11195 develop dice loss
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
8008843562
!11327 Dynamic shape support for Conv2d Op
...
From: @tom__chen
Reviewed-by:
Signed-off-by:
4 years ago
buxue
69d9a33ddb
show line of code when parse or resolve phase exception
4 years ago
Jiaqi
87ecd44f67
develop dice loss
4 years ago
tom__chen
2ff5f9f1bc
dynamic shape support for conv2d op
4 years ago
TinaMengtingZhang
d3fdbceb61
[Part II] Push down json save logic to IR and add getter to each IR node
4 years ago
mindspore-ci-bot
be14046b0e
!11290 Add dynamic shape support & testcases to MatMul, BatchMatMul gpu
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
cb58b5baa5
!11211 Provide functions for modifying IR tree (Insert/Drop/Append nodes)
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
Nat Sutyanyong
e28fb6ce4d
Tested with new test cases and all dataset UTs passed
4 years ago
mindspore-ci-bot
94cd1cbfa8
!11287 Add dynamic shape testcase for tensoradd gpu
...
From: @TFbunny
Reviewed-by: @robingrosman
Signed-off-by:
4 years ago
zhaoting
3a6d63ab02
add some CPU operators
4 years ago
yangzhenzhang
38ea8784c6
update infer mirror ops
4 years ago
mindspore-ci-bot
dfa6daaa57
!11249 【MD】fix bug for extractchannel when type is UINT16
...
From: @xulei2020
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
eacc8bac89
!10755 [Numpy-Native] Add new numpy-native interfaces to mindspore.numpy
...
From: @yanglf1121
Reviewed-by:
Signed-off-by:
4 years ago
TFBunny
c994eab732
add dynamic shape and testcases to MatMul & BatchMatMul
4 years ago
mindspore-ci-bot
581789c252
!11246 add num_epochs to CPP API Dataset::CreateIterator()
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
a2d9c5914a
!10944 Tensor op decoupling stage 2
...
From: @alexyuyue
Reviewed-by:
Signed-off-by:
4 years ago
TFBunny
07de432deb
add dynamic shape testcase to tensoradd
4 years ago
alex-yuyue
b54e01bfb4
Tensor op decoupling stage 2
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
mindspore-ci-bot
8ef663fa68
!11248 dataset: Use int32_t for text's vocab_size
...
From: @cathwong
Reviewed-by: @mikef,@robingrosman
Signed-off-by:
4 years ago
mindspore-ci-bot
26ebec42ae
!11253 modify yolov3-resnet18 test case
...
From: @chengxb7532
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @c_34
4 years ago
mindspore-ci-bot
eab76cc09f
!11270 remove attr support_non_tensor_input of cell
...
From: @zhangbuxue
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
a1cb402763
!11120 [cpu] add P.FloorDiv to cpu
...
From: @yanglf1121
Reviewed-by: @kisnwang
Signed-off-by:
4 years ago
mindspore-ci-bot
59551879a0
!11021 Add new nn layer InstanceNorm2d
...
From: @yuan_shen_zhou
Reviewed-by:
Signed-off-by:
4 years ago
buxue
7eaf84d07a
remove attr support_non_tensor_input of cell
4 years ago
zhouyuanshen
26f6daa850
add new op instancenorm2d
4 years ago
yanglf1121
72903c11c8
add array_ops, math_ops and tensor ops
4 years ago
mindspore-ci-bot
44507b4a64
!11200 support non tensor inputs for ms_function and grad of net
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
wuxuejian
77900cf938
add hsigmoid hswis cpu op
4 years ago
mindspore-ci-bot
151c0e2977
!11132 modify batchnormal and fusedbatchnormal
...
From: @Somnus2020
Reviewed-by:
Signed-off-by:
4 years ago
chengxianbin
5afa307d7e
modify yolov3 test case
4 years ago
xulei2020
5dd651f1a5
fix bug for extractchannel when type is UINT16
4 years ago
buxue
acec35d4d4
support non tensor inputs
4 years ago
mindspore-ci-bot
f802f3b3ff
!11030 Change tag name of profiling reporter
...
From: @jojobugfree
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
Cathy Wong
4b1ccf9dd5
dataset: Use int32_t for text's vocab_size
4 years ago
Zirui Wu
fa553956ef
add num_epochs to CPP API Dataset::CreateIterator(columns,num_epochs)
4 years ago
mindspore-ci-bot
e5afc028f6
!11168 Add a testcase for P.mul dynamic shape
...
From: @TFbunny
Reviewed-by:
Signed-off-by:
4 years ago
lilei
9a45c4419c
modify batch_normal
4 years ago
yanglf1121
4a0fe13430
add floordiv kernel to cpu
4 years ago
mindspore-ci-bot
1dd600d416
!11114 add perplexity metric
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
TFbunny
d0b2f17445
add dynamic shape to GPU ReduceMean with testcases
4 years ago
TinaMengtingZhang
4812fece80
[Part I] Push down json save logic to IR and add getter to each IR node
4 years ago
mindspore-ci-bot
9646953465
!11034 Migrate GeneratorDataset reset logic to IR optimizer
...
From: @nsyca
Reviewed-by:
Signed-off-by:
4 years ago
Jiaqi
d6f4421a1d
perplexity
4 years ago
caifubi
ab07dbdff2
Change profiling reporter tag
4 years ago
TFbunny
503c38ca1a
add testcase for dynamic shape GPU P.Mul
4 years ago
mindspore-ci-bot
a477a97278
!10799 make user-facing headers standalone for minddata
...
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
4 years ago
Nat Sutyanyong
686772cce7
Migrate GeneratorOp resetting logic to IR optimizer (incl. debug code)
...
with comments from the peer view addressed
4 years ago
mindspore-ci-bot
fb97aa327c
!10881 add the tensor collection feature when record summary
...
From: @jiang-shuqiang
Reviewed-by:
Signed-off-by:
4 years ago
mohammad
f48ab2b5c9
make MD public headers standalone
4 years ago
mindspore-ci-bot
f912912c2e
!11128 Add grad of Sort operator.
...
From: @liu_xiao_93
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
ec556edde7
!11140 Fix matrix inverse ops st.
...
From: @linqingke
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
6eb4634ba2
!10946 Switch bare pointer to shared_ptr
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
jiangshuqiang
ab5cc10250
add the tensor collection feature when record summary
4 years ago
linqingke
b9467e5340
fix matrix inverse ops st.
4 years ago
mindspore-ci-bot
256a1ef5c8
!11095 Modify dot opt to support pynative mode
...
From: @xutianming1985
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
liuxiao93
aacad990c3
Add grad of sort.
4 years ago
chendongsheng
048534b75e
Switch bare pointer to shared_ptr
4 years ago
mindspore-ci-bot
7957a3b6f5
!10988 Tensor op decoupling stage 1
...
From: @ezphlow
Reviewed-by:
Signed-off-by:
4 years ago
Eric
be46ccf721
Started vision decoupling
...
map validate params
Changing bindings
Change behavior of vision.cc
Added signature and changed Cmake
Compiling
Need to fix compile
Added compiling random transforms
python changes for decoupling
two failed test case remaining
Compiling random choice
passes all ut
Changed assert
review comments
Added validate params
add back return value
Fix lint
py lint fix
pylint 2
Addressing comments
4 years ago
mindspore-ci-bot
b355f5402b
!10309 Port over getter pass and tensor fusion pass to IR
...
From: @ziruiwu
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
db741b2fb7
!10826 cpp st framework and script
...
From: @zhoufeng54
Reviewed-by: @kisnwang,@xsmq
Signed-off-by:
4 years ago
mindspore-ci-bot
8c54a87bca
!11070 fix bug of LessEqual kernel info on CPU
...
From: @shibeiji
Reviewed-by: @liangchenghui,@liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui,@liangchenghui
4 years ago
mindspore-ci-bot
e341b7ee97
!10335 bleu score
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
xutianming
1e7f18a097
Modify dot opt to support pynative mode
4 years ago
shibeiji
984f31e901
fix bug of supported data type for LessEqual on CPU
4 years ago
Zirui Wu
0e68575e77
port over getter pass
...
port over tensor_op_fusion pass
add fusion support for prebuildOpeartion (TensorOpeartion)
4 years ago
mindspore-ci-bot
6d6ed86a9d
!10427 RangeOp new gpu kernel
...
From: @peilin-wang
Reviewed-by:
Signed-off-by:
4 years ago
Jiaqi
f6de97fc27
bleu_score
4 years ago
mindspore-ci-bot
62888f23b8
!10400 roc and auc
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
zhoufeng
a5b2b08035
cpp st fwk and script
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
4 years ago
mindspore-ci-bot
274e0aa750
!10885 add nll_loss operation
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
1276715c11
!10939 surface distance
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
Jiaqi
ef3f6d62db
auc_roc
4 years ago
mindspore-ci-bot
09848d7ef3
!9083 add dice and hausdroff
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
67296c08c7
!9502 add hausdroff distance
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
25d5d43dea
!10746 [cpu] Add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
...
From: @yanglf1121
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
cdeacdf5c7
!9809 Add int8 uint8 type support to GPU ScatterAdd
...
From: @TFbunny
Reviewed-by: @tom__chen,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Peilin Wang
507cc4ab15
range past segfault addressed comments
...
changed default max_output_length to 1000000
change docstring
fix ci
change max_output_length to maxlen
4 years ago
mindspore-ci-bot
5a70853392
!10332 add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
...
From: @david-he91
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
1c942ce49f
!10221 support grad accumulation for auto parallel
...
From: @yangzhenzhang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
1f06cd63f3
!10436 Support to control whether to throw runtime exceptions in SummaryRecord
...
From: @ouwenchang
Reviewed-by:
Signed-off-by:
4 years ago
yanglf1121
75aa938ee6
add type support for concat, reshape, transpose, tile, squeeze, expandims cpu op
4 years ago
mindspore-ci-bot
1d1f6841b9
!10937 keep consistent in Graph mode and PyNative mode for 'isinstance'
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
ougongchang
06be546b52
Support to control whether raise RuntimeError exception in SummaryRecord
...
1. Support explainer raise an RuntimeError exception
2. fix the ut of SummaryRecord
4 years ago
mindspore-ci-bot
abb86381ac
!10985 Refactor cpu ops Concat to support morn than 4D inputs
...
From: @yuanwei66
Reviewed-by: @c_34,@wuxuejian
Signed-off-by: @wuxuejian
4 years ago
yangzhenzhang
9da3f9bec9
mini step grad accumulation
4 years ago
jiangzhenguang
d3f42e7d6b
add nll_loss operation.
4 years ago
mindspore-ci-bot
03e655f14a
!10070 Fixing GetDatasetSize issue with chained samplers
...
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9f44599abd
!9806 equal op gpu kernel support int64/uint8
...
From: @jonwe
Reviewed-by: @robingrosman,@tom__chen,@robingrosman,@tom__chen
Signed-off-by: @tom__chen
4 years ago
mindspore-ci-bot
5fd77356c9
!9687 Adding AddChild functionality to SamplerObj
...
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
4 years ago
buxue
6d395c1d3f
keep consistent in Graph mode and PyNative mode for 'isinstance'
4 years ago
yuanwei66
cc6a2df435
cpu op concat refactor to support more than 4D inputs
4 years ago
mindspore-ci-bot
a531628dd5
!10325 modify MetaTensor and Tensor
...
From: @Somnus2020
Reviewed-by: @kingxian
Signed-off-by: @kingxian
4 years ago
Jiaqi
29cd33a542
3d
4 years ago
Jiaqi
9a5b9525de
hausdorff_distance
4 years ago
Jiaqi
ed7cf87d0b
surface distance
4 years ago
mindspore-ci-bot
a5869f2984
!10142 dataset CPP UT: Updates for ExecTree to IRTree Support
...
From: @cathwong
Reviewed-by:
Signed-off-by:
4 years ago
Nat Sutyanyong
7c5b2de1ec
dataset CPP UT: Updates for ExecTree to IRTree Support
4 years ago
lilei
b858097ae4
modify MetaTensor and Tensor
4 years ago
mindspore-ci-bot
c10e3645b0
!10681 Add summary st for summary operators
...
From: @ouwenchang
Reviewed-by: @wuxuejian,@lilongfei15
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
666ab8f105
!10850 Conversion weights type when compute weights loss
...
From: @xuguoyang5566
Reviewed-by: @wuxuejian
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
4ceb9e633c
!10829 Modify Split Kernel for CPU
...
From: @shaoxiangdong
Reviewed-by:
Signed-off-by:
4 years ago
xuguoyang
7dcc3d89c3
Conversion weights type when compute weights loss
4 years ago
mindspore-ci-bot
efd22c96ad
!10895 add timedistributed pynative mode
...
From: @dinglongwei
Reviewed-by: @wuxuejian,@c_34
Signed-off-by: @wuxuejian,@c_34
4 years ago
mindspore-ci-bot
57f4d6b4c9
!10853 getitem: bool index expand dims
...
From: @yepei6
Reviewed-by: @kisnwang,@kingxian
Signed-off-by: @kingxian
4 years ago
dinglongwei
23707e9be4
add pynative and Tensor
4 years ago
mindspore-ci-bot
275da50b32
!10474 Add recomputed pass
...
From: @ginfung
Reviewed-by:
Signed-off-by:
4 years ago
yujianfeng
7b412d7cb2
add recompute nodes
4 years ago
mindspore-ci-bot
e849b370ec
!10863 add dot opt into composite.__init__.py
...
From: @xutianming1985
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
4 years ago
Payne
b12ca2165c
add bool expand dims and wait to test
4 years ago
shaoxiangdong
7ef1f4c52f
Modify split Kernel for CPU
4 years ago
xutianming
37f185b12b
add dot opt into composite.__init__.py
4 years ago
shibeiji
b2d98d2751
add tbe fusion operators LambApplyOptimizerAssign and LambApplyWeightAssign for lamb optimizer
4 years ago
mindspore-ci-bot
9e27ca929a
!10354 Add batch dot op
...
From: @anrui-wang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
1bb9342aa0
!8100 New add matrix inverse ops.
...
From: @linqingke
Reviewed-by:
Signed-off-by:
4 years ago
hedongdong
b783070467
add grad definitions for the following operations: ReluGrad, SqrtGrad, AtanGrad, TanhGrad, AsinhGrad, AcoshGrad.
...
A minor change in sigmoidGradGrad operation (non-functional change).
4 years ago
mindspore-ci-bot
cb49f2e6f1
!10769 add cpu operators: LessEqual/Reciprocal/MinimumGrad/GatherD/GatherDGrad
...
From: @shibeiji
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
37a4cbfb3b
!10772 Prevent the multiprocess.pool from capturing KeyboardInterrupt,
...
From: @ouwenchang
Reviewed-by: @wenkai_dist,@wangyue01
Signed-off-by: @wangyue01
4 years ago
mindspore-ci-bot
f80b28313f
!10619 add timedistributed
...
From: @d00562747
Reviewed-by:
Signed-off-by:
4 years ago
shibeiji
0fd3f6ad55
add cpu operators: Reciprocal/LessEqual/MinimumGrad/GatherD/GatherDGrad
4 years ago
TFbunny
83e06bbba0
add return to sparseapplyftrl gpu
4 years ago
mindspore-ci-bot
ae0ea279f5
!10690 add CPU ops: Greater/GreaterEqual/Range/GatherNd for center net
...
From: @caojian05
Reviewed-by: @wuxuejian,@oacjiewen
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
4322d737f3
!10689 added retry and unit test
...
From: @anancds
Reviewed-by: @limingqi107,@cristoval
Signed-off-by:
4 years ago
caojian05
06fb28c703
add CPU ops: Greater/GreaterEqual/Range/GatherNd for center net
4 years ago
mindspore-ci-bot
4bb54e5ffe
!10710 add ut for primitve c of conv2d
...
From: @lianliguang
Reviewed-by: @kisnwang,@chujinjin
Signed-off-by: @chujinjin
4 years ago
ougongchang
e5529230bf
Prevent the multiprocess from capturing KeyboardInterrupt
4 years ago
dinglongwei
5a6caa7b0a
add timedistributed and bugfix cpu ops assign and maximum
4 years ago
w00535372
7a78203217
Add batch dot op
4 years ago
LianLiguang
4504766bbd
add ut for conv2d
4 years ago
mindspore-ci-bot
998483e0c3
!10610 add batchnorm3d and check in conv3d
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
ee07285420
!10580 Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad
...
From: @david-he91
Reviewed-by: @linqingke,@liangchenghui,@liangchenghui
Signed-off-by: @liangchenghui,@liangchenghui
4 years ago
linqingke
96183f8b12
new add matrix inverse.
4 years ago
chendongsheng
b289c6184a
added retry and unit test
4 years ago
mindspore-ci-bot
ca3ac703c9
!10627 handler signal
...
From: @zhupuxu
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
998a8e0d53
!10712 add CPU TopK
...
From: @zhao_ting_v
Reviewed-by: @wuxuejian,@liangchenghui
Signed-off-by: @wuxuejian
4 years ago
mindspore-ci-bot
b381d4f7a0
!10603 add grad definition for AsinGrad and ACosGrad.
...
From: @wangshuide2020
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
cf94ab40fb
!10657 enhance lazy load for mindrecord
...
From: @jonyguo
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
e98503606f
!10724 fix mobilenetv2_quant st fps
...
From: @xiaoyisd
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
mindspore-ci-bot
6b4abe8514
!9559 add DynamicAssign, PadAndShift cpu ops
...
From: @fangzehua
Reviewed-by:
Signed-off-by:
4 years ago
jonyguo
f97d03f695
impl mindrecord lazy load
4 years ago
mindspore-ci-bot
fae4246811
!10683 [Auto paralel] Change memory cost calculation in auto-parallel
...
From: @xiaoda_zh
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
mindspore-ci-bot
2dc275be06
!9842 Add SquaredDifference kernel for GPU
...
From: @he-botao
Reviewed-by: @c_34
Signed-off-by:
4 years ago
zhupuxu
e36175b0dc
handler signal
...
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
4 years ago
jiangzhenguang
9f950fb16c
add batchnorm3d
4 years ago
ougongchang
f2978e0721
add summary st for ops
4 years ago
mindspore-ci-bot
2e684df5b1
!10686 fix infer rank list typo and add testcase
...
From: @gong_zi_yan
Reviewed-by: @stsuteng,@zhunaipan
Signed-off-by: @stsuteng
4 years ago
fangzehua
4da4c0fc55
add dynamic assign, pad_and_shift kernel
4 years ago
mindspore-ci-bot
ba1ba10049
!10638 Add SquaredDifference operation for cpu
...
From: @dangjiaqi1
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
5d97132f9e
!10132 Add C.dot opt
...
From: @xutianming1985
Reviewed-by:
Signed-off-by:
4 years ago
xiaoyisd
8cf438d711
fix mobilenet
4 years ago
Ziyan
2c3b99ce91
fix infer rank list typo
4 years ago
zhaoting
ace4f2fb71
add CPU TopK
4 years ago
hebotao
f4ae9cdbc4
Add SquareDifference kernel for GPU
...
添加测试用例
添加测试用例
添加测试用例
添加测试用例
清除告警
添加测试用例
添加测试用例
清除告警
4 years ago
“dangjiaqi1”
d86509c1c8
add SquaredDifference operation for cpu
4 years ago
mindspore-ci-bot
0d04de8db2
!10455 Expand J for innermost graph first when the graph also contains J primitive
...
From: @ginfung
Reviewed-by: @zhunaipan
Signed-off-by:
4 years ago
Xiaoda Zhang
3c27c08b46
change memory cost calculation in auto-parallel
4 years ago
mindspore-ci-bot
b96d4315dc
!10393 added collective send and receive
...
From: @anancds
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
0105b2166e
!10370 Add BatchMatMul for CPU
...
From: @xukailun_1
Reviewed-by:
Signed-off-by:
4 years ago
xutianming
d9830ddf63
add c.dot opt
4 years ago
mindspore-ci-bot
9bb4785777
!10428 unpack of cpu
...
From: @lishixing3
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
79893d6fef
!10336 Add Pack op for CPU Kernel
...
From: @zyx5256
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
4257288bb7
!10066 Add CumSum Kerner for CPU
...
From: @shaoxiangdong
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9366200dba
!9646 Add Expm1 Operator for CPU
...
From: @xukailun_1
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
ef13ff4bef
!10613 add ut for primitve c of conv2d
...
From: @lianliguang
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
4 years ago
x00540480
69f882c083
batchmatmul
4 years ago
mindspore-ci-bot
aecd96cdb2
!10424 Compute weighted loss
...
From: @xuguoyang5566
Reviewed-by: @wuxuejian
Signed-off-by:
4 years ago
mindspore-ci-bot
b67aaf6773
!9832 expose_allgather_fusion_to_users
...
From: @gong_zi_yan
Reviewed-by:
Signed-off-by:
4 years ago
yujianfeng
728fac6c9f
Expand J for innermost graph first when the graph also contains J primitive
4 years ago
wangmin0104
a5c16ba5c4
update tests/st/networks/models/resnet50/src/dataset.py.
4 years ago
Ziyan
bbf8ec82b9
expose allgather fusion interface to users
4 years ago
mindspore-ci-bot
0c42c5b979
!10611 support len of a Tensor
...
From: @zhangbuxue
Reviewed-by: @zh_qh,@zhunaipan
Signed-off-by: @zhunaipan
4 years ago
mwang
59f7605987
adjust cost threshold for bert ci_smoke
4 years ago
mindspore-ci-bot
1cbef74372
!10592 deepfm network use mindrecord dataset
...
From: @shuzigood
Reviewed-by: @linqingke,@wuxuejian
Signed-off-by: @linqingke
4 years ago
LianLiguang
cb909c7242
add ut for conv2d
4 years ago
buxue
1a7c161e73
support len of a Tensor
4 years ago
mindspore-ci-bot
dafa401247
!10423 add testcases of dump
...
From: @rainyhorse
Reviewed-by: @chujinjin,@kisnwang
Signed-off-by: @kisnwang
4 years ago
zhuyuxiao
35ff7c58f2
add pack for cpu kernel; bugfix adagrad gpu
4 years ago
wangshuide2020
677127ef5e
add grad definition for AsinGrad and ACosGrad
4 years ago
wsq3
435a524f06
deepfm network use mindrecord dataset
4 years ago
mindspore-ci-bot
3c6101a8b1
!10559 update L1Regularizer operation
...
From: @dangjiaqi1
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
ad814dc2ad
!10452 add cpu operators: Div/Mod/Floor/Minimum/ArgMinWithValue
...
From: @shibeiji
Reviewed-by: @liangchenghui
Signed-off-by:
4 years ago
mindspore-ci-bot
e960830d92
!10536 [cpu] Add full support for cast OP on cpu
...
From: @yanglf1121
Reviewed-by: @wuxuejian,@zhunaipan
Signed-off-by: @wuxuejian
4 years ago
chendongsheng
24345595f3
added collective send and receive
4 years ago
hedongdong
352a362878
Add new GPU operators: Asinh, AsinhGrad, Acosh, AcoshGrad, Atan and AtanGrad
4 years ago
xuguoyang
7fe25d6444
Add weights loss compute
4 years ago
shibeiji
d043eeb834
add CPU operators: Div/Mod/Minimum/Floor/ArgMinWithValue
4 years ago
“dangjiaqi1”
86bbef5146
uadate L1Regularizer,upadate test_l1_regularizer_op.py
4 years ago
yanglf1121
8987b3dbd1
Add full support for cpu cast op
4 years ago
shaoxiangdong
accf7c4671
Add CumSum Kerner for CPU
4 years ago
mindspore-ci-bot
216aa8535b
!10412 Delete the redundant inputs of GNMTv2 model
...
From: @gaojing22
Reviewed-by: @c_34,@oacjiewen
Signed-off-by: @c_34
4 years ago
gaojing
1f3d9ddff8
delete schema_json
4 years ago
mindspore-ci-bot
4df0baa6c7
!10392 getitem fix bug
...
From: @yepei6
Reviewed-by: @zhunaipan,@kingxian,@zhunaipan
Signed-off-by: @kingxian
4 years ago
mindspore-ci-bot
40cd715a4c
!10448 Fix warning information
...
From: @lizhenglong1992
Reviewed-by: @liucunwei,@jonyguo,@heleiwang
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
221d5b67d2
!10442 change code in modelzoo to import dataset APIs from mindspore.dataset rather than mindspore.dataset.engine
...
From: @tiancixiao
Reviewed-by: @heleiwang,@liucunwei
Signed-off-by: @liucunwei
4 years ago
Zhenglong Li
425c3c6abc
Fix warning information.
4 years ago
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
4 years ago
mindspore-ci-bot
07578ca31e
!10398 Dvpp debug
...
From: @lizhenglong1992
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
261bb736de
!10063 Modify profiler directory structure to fit the new Run Package
...
From: @gzhcv
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
3ba3ffedd4
!10203 Synchronize latest Ascend software suite 18 Dec 2020
...
From: @nicholas_yhr
Reviewed-by:
Signed-off-by:
4 years ago
lishixing3
3bc94b97d7
fix some liness
4 years ago
yanghaoran
b8345d03b6
Synchronize latest Ascend software 18 Dec 2020, with profiler fixes
4 years ago
mindspore-ci-bot
1343c9cca2
!10255 using do_copy option to choose Tensor.from_numpy to do Tensor convert
...
From: @ms_yan
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
6e690ab725
!9949 add testcase and minor fix for SparseApplyProximalAdagrad/Ftrl
...
From: @TFbunny
Reviewed-by: @liangchenghui,@linqingke
Signed-off-by: @liangchenghui
4 years ago
zhengbin (G)
c9b438e97b
add dump testcase
4 years ago
Zhenglong Li
d032b69c2d
Update Error message for dvpp operator.
4 years ago
mindspore-ci-bot
f9dbebd958
!10410 add dtype supports[fp64/fp32/fp16/int8/int16/int32/int64/uint8] for relu/reluv2/relugradv2
...
From: @yuan_shen_zhou
Reviewed-by: @wilfchen,@liangchenghui,@linqingke
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
e1248a7246
!10389 Fix the Backward of the AllSwap Operation
...
From: @huangxinjing
Reviewed-by: @stsuteng,@stsuteng,@zhunaipan
Signed-off-by: @stsuteng,@stsuteng
4 years ago
Zirui Wu
0a31f563a7
minor fixes
4 years ago
zhouyuanshen
2e2c01d6f0
add dtype supports for relu/reluv2/relugradv2
4 years ago
Payne
4f78ee0077
fix getitem bug
4 years ago
ms_yan
deb1e6e965
use from_numpy and add do_copy option
4 years ago
mindspore-ci-bot
44abd94b42
!9408 [ME][Pynative]Fix mem leak problem in pynative mode
...
From: @chenfei52
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
70dc40551a
!10020 Improve fancy index from 1st dimension to arbitrarily dimension
...
From: @yepei6
Reviewed-by:
Signed-off-by:
4 years ago