xuxs
c70049b190
mindquantum
...
mindquantum
cmake lint
projectq patch
test pqc
space
pylint
pqc python ops
doc
check
bug
bug
bug
bug
check boundary condition
mindquantum in log_adapter
mindquantum in adapter and recorder cc
substract to subtract
public variable to private variable
public variable to private variable
commit
debug
debug
const in utils
delete dtol
clint
4 years ago
mindspore-ci-bot
4ac1982c58
!12258 add multclass diceloss
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
98f6d78778
!12361 Provide C++ API class for text and data transforms ops
...
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
515728da81
!12363 Sampler IR functions return status
...
From: @mhmotallebi
Reviewed-by: @robingrosman,@nsyca
Signed-off-by: @robingrosman
4 years ago
mindspore-ci-bot
f940fe51b1
!12398 fix minddata issues
...
From: @luoyang42
Reviewed-by: @heleiwang,@pandoublefeng
Signed-off-by: @pandoublefeng
4 years ago
Jiaqi
952e245000
add multclass diceloss
4 years ago
YangLuo
d8ace8f041
fix minddata issues
4 years ago
TinaMengtingZhang
c5aa3eeef2
Add API class for data transform ops except Compose, RandomApply, RandomChoice
...
Add API class for text transforms ops
4 years ago
mindspore-ci-bot
166f7e7809
!12248 Fix the bug of calling recompute api after compiled
...
From: @ginfung
Reviewed-by:
Signed-off-by:
4 years ago
mohammad
9e6fcc7f23
return status from sampler IR functions
4 years ago
mindspore-ci-bot
c5df707b69
!12327 Block caching after random pyfunc cases
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
Lixia Chen
0667818d9a
Block caching after random pyfunc
4 years ago
mindspore-ci-bot
1e75ac45c4
!12348 Fix SequentialSampler issue
...
From: @mahdirahmanihanzaki
Reviewed-by:
Signed-off-by:
4 years ago
Mahdi
4b106f184c
Fixed an issue with SequentialSampler
4 years ago
mindspore-ci-bot
c8332c16f7
!11957 getRotationMatrix2D and getPerspectiveTransform
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
260c77f4ad
!12336 [MD] fix sampler log & transform log
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
luoyang
416ad23e9d
fix resize & randomcoloradjust
...
fix sampler
4 years ago
shenwei41
737e828f3d
getRotationMatrix2D and getPerspectiveTransform
4 years ago
Zhenglong Li
e2d3495925
Dvpp refactor and 6 Dvpp operators
4 years ago
mindspore-ci-bot
5f72693b4b
!12275 【MD】【TASK】Fixed tenor compile error for MD
...
From: @xulei2020
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
923dd47b0f
!12331 Adding validators back to check method
...
From: @ezphlow
Reviewed-by: @robingrosman,@nsyca,@robingrosman
Signed-off-by: @robingrosman
4 years ago
Eric
5d91fa6d77
changed discription
...
Added validator checks
Added builtin sampler check
Added proper input check for samplers
4 years ago
hesham
58193bc469
User explicit deepcopy
4 years ago
Eric
9953757ff4
Fixed tenor compile error for MD
4 years ago
yujianfeng
70cc548e32
Fix calling recompute api after compiling
4 years ago
mindspore-ci-bot
a063d7633d
!12241 [auto-monad] Support side-effects by auto-monad
...
From: @hwhewei
Reviewed-by: @zhunaipan,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
e6dcb0c31d
!12239 [MD] fix bugs of execute & update doc description in minddata
...
From: @luoyang42
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
61ab50915f
!11959 Add BCEWithLogitsLoss op for Ascend.
...
From: @liu_xiao_93
Reviewed-by:
Signed-off-by:
4 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
...
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
4 years ago
luoyang
cd86788cf3
fix bugs of execute & update doc description in minddata
4 years ago
liu_xiao_93
fabc25538e
Add BCEWithLogitsLoss
4 years ago
chendongsheng
40f2571f7e
added http client
4 years ago
mindspore-ci-bot
26d4b99019
!11056 Modifying profiling_Options parameter
...
From: @zyhstack
Reviewed-by: @lilongfei15,@xsmq
Signed-off-by: @xsmq
4 years ago
mindspore-ci-bot
500bbf5da7
!12164 update graphengine
...
From: @shenwei41
Reviewed-by:
Signed-off-by:
4 years ago
jjfeing
502be04491
upgrade 0204
4 years ago
mindspore-ci-bot
4d9551e129
!12046 modify Gelu、FastGelu to GeLU and FastGeLU
...
From: @jinyaohui
Reviewed-by:
Signed-off-by:
4 years ago
tom__chen
d3330a1087
fix incorrect in_channel size error messages
4 years ago
jinyaohui
30a27b2adb
modify Gelu、FastGelu to GeLU and FastGeLU
4 years ago
mindspore-ci-bot
aebe263dce
!11895 unify mindir for different backend: the output num of optimizer ops, the backward of concat
...
From: @wangnan39
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
24e528112f
!12134 improve grad of first input
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
c9aaa70b39
!12092 Change L2Norm, merge from r1.1 to master
...
From: @liangzhibo
Reviewed-by: @ginfung
Signed-off-by:
4 years ago
buxue
899d6114a4
improve grad of first input
4 years ago
zhangyihui
bbbffbb6a9
Modify the profiling_options parameter name
4 years ago
mindspore-ci-bot
ad5b033cc5
Change L2Norm, r1.1 to master
4 years ago
mindspore-ci-bot
544da6f845
!11727 [MD] Add vision ops and py_transform ops support to Serdes save
...
From: @tina_mengting_zhang
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
3e6e35d749
dataset: delete minddata/dataset/include/status.h
4 years ago
mindspore-ci-bot
74652eb942
!12044 modify pack to stack
...
From: @jinyaohui
Reviewed-by:
Signed-off-by:
4 years ago
jinyaohui
8022f9a6ed
modify pack to stack
4 years ago
wangnan39@huawei.com
cd9173fdfd
unify the output num of optimizer ops
4 years ago
mindspore-ci-bot
8fc5962418
!12055 compile graph for merging parameter slice only once
...
From: @yangzhenzhang
Reviewed-by: @stsuteng
Signed-off-by: @stsuteng
4 years ago
TinaMengtingZhang
ddab5ad417
Add support for vision op and py_transform op to serdes
4 years ago
mindspore-ci-bot
e8f4cafd02
!11950 Overwrite default port/hostname from env variables for cache_admin
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
jinyaohui
d9be0c102d
add some ops
4 years ago
yangzhenzhang
726ea32778
merge parameter slice compile graph only once
4 years ago
mindspore-ci-bot
cbfba95ad0
!11921 do not broaden when arg is not tensor
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
buxue
6ccc4379b4
do not broaden scalar
4 years ago
mindspore-ci-bot
6378642c8a
!11905 add raises description for BCELoss, ReLU, BatchNorm1d, etc. operators
...
From: @wangshuide2020
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
78d250c7d5
!11648 fix param check for unexpected_format
...
From: @jiang-shuqiang
Reviewed-by: @yelihua
Signed-off-by:
4 years ago
Lixia Chen
97cd142f8d
Overwrite default port/hostname from env variables
...
update copyright
add examples to CacheClient docstring
4 years ago
mindspore-ci-bot
840d819d08
!11975 improve isinstance
...
From: @zhangbuxue
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
mindspore-ci-bot
112b5829e7
!11854 Support list of IDs as a sampler
...
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
hesham
1185218335
Support list of IDs as a sampler
4 years ago
hesham
715d70f397
Remove setting num_parallel_worker in UT, since it would fail for machines with less than 16 cores.
4 years ago
buxue
5ede9ffcca
improve isinstance
4 years ago
wangshuide2020
30f99f2722
add raises description for BCELoss, ReLU, BatchNorm1d, etc. operators.
4 years ago
mindspore-ci-bot
0dcd94d717
!11893 LookupOp: default value of unknown_token support NoneType
...
From: @luoyang42
Reviewed-by: @liucunwei,@pandoublefeng
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
a616196586
!11982 Change tuple_getitem to TupleGetItem merge from r1.1 to master
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
shenghong96
49144fde37
fix UT of test_topk_no_split
4 years ago
luoyang
fa4f67cbcd
LookupOp: default value of unknown_token support NoneType
4 years ago
mindspore-ci-bot
b189f177bb
Change tuple_getitem to TupleGetItem and some other ops, merge from r1.1 to master
4 years ago
xsmq
a8259bae9b
disable ut cpp case(test_topk_no_split)
4 years ago
jiangshuqiang
0bb80995bc
fix param check for unexpected_format
4 years ago
mindspore-ci-bot
e02058133e
!11526 unifiled lite & cloud api
...
From: @zhoufeng54
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
e897eb4c41
!11915 Change TensorAdd to Add, merge from r1.1 to master
...
From: @liangzhibo
Reviewed-by: @ginfung,@zh_qh
Signed-off-by: @zh_qh
4 years ago
lixian
7d2fd6e76c
cxx api refactor: tensor/status/model
4 years ago
Nat Sutyanyong
5a7dc0accc
Migrate repeat_pass.cc to IR optimizer and remove ExecTree optimizer
4 years ago
mindspore-ci-bot
320ea51308
!11853 Add call for decoupled image and text ops
...
From: @alexyuyue
Reviewed-by:
Signed-off-by:
4 years ago
l00591931
9ec100d069
Change TensorAdd to Add, from r1.1 to master
4 years ago
mindspore-ci-bot
066ebe516e
!11794 remove useless code of dot
...
From: @yuan_shen_zhou
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
a9dfb07cf1
!11660 get cube size by data type
...
From: @liubuyu
Reviewed-by:
Signed-off-by:
4 years ago
zhouyuanshen
d1e6878011
remove dot
4 years ago
mindspore-ci-bot
ce89cc5e8b
!11761 Change GatherV2 to Gather (merge from r1.1 to master)
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
794af6d094
!11834 [MD] Fix error msg description of dataset
...
From: @xiefangqi
Reviewed-by: @liucunwei,@heleiwang
Signed-off-by: @liucunwei
4 years ago
mindspore-ci-bot
f980561fe1
!11598 [MD] add common validation functions for transform
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
4 years ago
mindspore-ci-bot
84afbb510f
!11813 modify dice and diceloss
...
From: @lijiaqi0612
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
4 years ago
xiefangqi
3d72282f26
fix error msg issue
4 years ago
alex-yuyue
6fd58dc580
Add call for decoupled image and text ops
...
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
4 years ago
Mahdi
8f34faeb7a
Changed bindings to SamplerObj
4 years ago
liubuyu
4a3cbda322
get cube size by dtype
4 years ago
YangLuo
1893ae8662
[MD] add common validation functions for transform
4 years ago
Jiaqi
804ef79c18
modify dice and diceloss
4 years ago
mindspore-ci-bot
a2f1a5b4b1
!11278 develop confusion matrix
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
Jiaqi
c821a2f3a2
confusion matrix
4 years ago
mindspore-ci-bot
20c1727b2c
!11631 Add SubsetSampler
...
From: @hfarahat
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
8e4a6842ff
!11681 gnn support edge weight sampling
...
From: @heleiwang
Reviewed-by: @liucunwei
Signed-off-by: @liucunwei
4 years ago
heleiwang
2dc9ba761c
gnn support weight sampling neighbors.
4 years ago
hesham
7120c66998
Add SubsetSampler
4 years ago
mindspore-ci-bot
4cd6588af0
!11393 Migrating cache transform pass from execution tree to IR tree
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
b9e1c3f045
!11530 support call inner net attr
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
buxue
3d33c4fed3
support call inner net attr
4 years ago
mindspore-ci-bot
59e5be7ae0
!11635 【MD】【BUG】Add parameter verification for getROI function
...
From: @xulei2020
Reviewed-by: @pandoublefeng,@liucunwei
Signed-off-by: @pandoublefeng
4 years ago
mindspore-ci-bot
f2fd357ffc
!11623 fix issues of MD
...
From: @luoyang42
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
007bd6c7d3
!11656 add dtype shape and value in __str__ and __repr__ of Parameter
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
58b8d8cd02
!11677 add isfinite grad
...
From: @jiangzg001
Reviewed-by: @liangchenghui,@c_34
Signed-off-by: @liangchenghui
4 years ago
buxue
7c4b7203b0
add dtype shape and value in __str__ and __repr__ of Parameter
4 years ago
luoyang
415c8b08a5
fix issues of MD:
...
1. description of num_shard in datasets.py
2. add param validation for sampler
3. add description for add_child in sampler.py
4 years ago
jiangzhenguang
de8c2c95d1
add isfinite grad
4 years ago
xulei2020
de630f1cb1
Add parameter verification for getROI function
...
fix c++ ut compilation failed of Asan bug
4 years ago
Lixia Chen
922e1f4f36
Migrate CacheTransformPass
4 years ago
mindspore-ci-bot
3708624a25
!11559 [MD] Change the default spill location of cache server
...
From: @lixiachen
Reviewed-by:
Signed-off-by:
4 years ago
ougongchang
c6e4b0c85f
Add more log when collect graph and use summary operators
...
Fix can not collect input data when batch size is 1 and total step
number is 1
Fixed spelling errors
4 years ago
Lixia Chen
be6d310946
Default to memory-only cache server
4 years ago
chendongsheng
c7fe82b43d
Custom data transmission format
4 years ago
mindspore-ci-bot
8170669909
!11174 add_mish_mulnonan_selu_operations
...
From: @jiangzg001
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
f8f6421459
!10968 Add dynamic shape support for the operator Concat
...
From: @david-he91
Reviewed-by:
Signed-off-by:
4 years ago
Cathy Wong
a3b10213b7
dataset: Resolve protected parent_access from DeepCopyPass
4 years ago
xiefangqi
3f76abcdee
minddata err msg add file path
4 years ago
mindspore-ci-bot
fd6dc1b060
!11177 modify Tensor
...
From: @Somnus2020
Reviewed-by:
Signed-off-by:
4 years ago
jiangzhenguang
991fb122f3
add_mish_mulnonan_selu_operations
4 years ago
mindspore-ci-bot
2beb916bf5
!11427 TextOp decoupling
...
From: @alexyuyue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
fcc4a4eaea
!11397 add GetDatasetSize to concat_node
...
From: @mhmotallebi
Reviewed-by:
Signed-off-by:
4 years ago
mohammad
b5e91139e2
add GetDatasetSize to concat node
4 years ago
mindspore-ci-bot
6394ba3974
!11499 delete useless params in pipeline parallel
...
From: @yangzhenzhang
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
4 years ago
hedongdong
8241dfa443
Add dynamic shape support for the operator Concat
4 years ago
mindspore-ci-bot
0c5b6107a7
!11475 support dict for isinstance
...
From: @zhangbuxue
Reviewed-by: @ginfung,@zh_qh,@ginfung
Signed-off-by: @ginfung
4 years ago
yangzhenzhang
cbca482e59
delete useless parameter in pipeline parallel
4 years ago
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
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
Zichun Ye
ca316f4422
update doc example in probability
...
fix typo in probability module
fix pylint in msp
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
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
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
Lixia Chen
3c5917a03d
Fix IR node Drop()
4 years ago
buxue
15593dc98f
improve isinstance function in graph mode
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
buxue
69d9a33ddb
show line of code when parse or resolve phase exception
4 years ago
Jiaqi
87ecd44f67
develop dice loss
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
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
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
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
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
buxue
7eaf84d07a
remove attr support_non_tensor_input of cell
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
mindspore-ci-bot
151c0e2977
!11132 modify batchnormal and fusedbatchnormal
...
From: @Somnus2020
Reviewed-by:
Signed-off-by:
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
lilei
9a45c4419c
modify batch_normal
4 years ago
mindspore-ci-bot
1dd600d416
!11114 add perplexity metric
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
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
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
jiangshuqiang
ab5cc10250
add the tensor collection feature when record summary
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
Zirui Wu
0e68575e77
port over getter pass
...
port over tensor_op_fusion pass
add fusion support for prebuildOpeartion (TensorOpeartion)
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
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
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
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
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
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
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
Payne
b12ca2165c
add bool expand dims and wait to test
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
4322d737f3
!10689 added retry and unit test
...
From: @anancds
Reviewed-by: @limingqi107,@cristoval
Signed-off-by:
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
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
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
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
zhupuxu
e36175b0dc
handler signal
...
Signed-off-by: zhupuxu <zhupuxu@huawei.com>
4 years ago
jiangzhenguang
9f950fb16c
add batchnorm3d
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
Ziyan
2c3b99ce91
fix infer rank list typo
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
ef13ff4bef
!10613 add ut for primitve c of conv2d
...
From: @lianliguang
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
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
Ziyan
bbf8ec82b9
expose allgather fusion interface to users
4 years ago
LianLiguang
cb909c7242
add ut for conv2d
4 years ago
buxue
1a7c161e73
support len of a Tensor
4 years ago
chendongsheng
24345595f3
added collective send and receive
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
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
Xiao Tianci
31fed1a2f6
change code to import APIs from mindspore.dataset rather than mindspore.dataset.engine
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
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
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
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
70dc40551a
!10020 Improve fancy index from 1st dimension to arbitrarily dimension
...
From: @yepei6
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
20df37e428
!10287 Add ut for dataset to_number
...
From: @luoyang42
Reviewed-by: @heleiwang
Signed-off-by:
4 years ago