yujianfeng
41189781f3
support scalar input for cell
4 years ago
wangshuide2020
72e938eb06
change dimension of input for FusedBatchNormEx from 2D to 4D in test_two_matmul_batchnorm_ex.
4 years ago
mindspore-ci-bot
5b206557d2
!12586 support invert bool tensor
...
From: @zhangbuxue
Reviewed-by: @zh_qh,@ginfung,@zh_qh
Signed-off-by: @zh_qh,@zh_qh
4 years ago
buxue
f8a00d52af
support invert bool tensor
4 years ago
wangshuide2020
b9eb90b198
add GPU for DenseBnAct, Erfc, Log1p, etc. in Supported Platforms.
4 years ago
hesham
aa4298721a
Fix sampler error messages
4 years ago
mindspore-ci-bot
2e7a785d44
!12535 add raises description for Cast, Diag, Eye, Fill etc. operators
...
From: @wangshuide2020
Reviewed-by: @liangchenghui
Signed-off-by: @liangchenghui
4 years ago
mindspore-ci-bot
e73f43aa85
!12507 support convert ValueDict to py dict
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
wangshuide2020
8a7fa2e651
add raises description for Cast, Diag, Eye, Fill etc. operators.
4 years ago
mindspore-ci-bot
bff0fde980
!12249 make slice support tensor
...
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
9893b3d128
!12320 add focal loss
...
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
4 years ago
xsmq
923b53d2e6
replace tab with spaces
4 years ago
buxue
47dd17a325
support convert ValueDict to py dict
4 years ago
Jiaqi
fd1a4726b7
add focal loss
4 years ago
buxue
416017bf65
make slice support tensor
4 years ago
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
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
mindspore-ci-bot
166f7e7809
!12248 Fix the bug of calling recompute api after compiled
...
From: @ginfung
Reviewed-by:
Signed-off-by:
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
Mahdi
4b106f184c
Fixed an issue with SequentialSampler
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
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
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
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
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
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
24e528112f
!12134 improve grad of first input
...
From: @zhangbuxue
Reviewed-by:
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
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
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
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
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
hesham
1185218335
Support list of IDs as a sampler
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
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
jiangshuqiang
0bb80995bc
fix param check for unexpected_format
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
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
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
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
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
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
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
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
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
yangzhenzhang
7303c3d3b8
add group ckpt
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
buxue
e8cd572bc2
add check for outermost net inputs type and support isinstance first arg an empty list
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
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
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
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
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
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
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
buxue
acec35d4d4
support non tensor inputs
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
Jiaqi
d6f4421a1d
perplexity
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
jiangshuqiang
ab5cc10250
add the tensor collection feature when record summary
4 years ago
liuxiao93
aacad990c3
Add grad of sort.
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