pkuliuliu
|
e0f470751b
|
add nn.ChannelShuffle
|
2022-10-31 21:15:12 +08:00 |
i-robot
|
a356f6812e
|
!44786 Shape join correct
Merge pull request !44786 from chenfei_mindspore/shape-join-dyn-shape-2
|
2022-10-31 13:07:06 +00:00 |
ZPaC
|
cacb606654
|
Purge python ps judgement
|
2022-10-31 19:35:15 +08:00 |
i-robot
|
b74d5da22d
|
!42670 [assistant][ops] Add new video operator Rotate
Merge pull request !42670 from Maeyon-Z/rotate
|
2022-10-31 11:12:48 +00:00 |
lianliguang
|
252a4c618d
|
mindir support none export and load
|
2022-10-31 14:52:10 +08:00 |
yanglf1121
|
968d05afee
|
split tensor and sparse tensor
|
2022-10-31 14:10:11 +08:00 |
i-robot
|
decd1bd532
|
!44775 报错信息修改(在图模式下调用自定义类的属性)
Merge pull request !44775 from ligan/ms_class
|
2022-10-31 03:44:20 +00:00 |
Liangcan-Li
|
ced6cf9bf6
|
change ir
|
2022-10-31 09:50:17 +08:00 |
ligan
|
b5d7596537
|
ms_class~
|
2022-10-30 13:20:32 +08:00 |
i-robot
|
09bb31d1d0
|
!44813 Replace ms_function with jit
Merge pull request !44813 from huangbingjian/jit_decorator
|
2022-10-29 10:00:23 +00:00 |
i-robot
|
faf3a26d5c
|
!44784 Change to save closure of bprop to mindir
Merge pull request !44784 from YuJianfeng/master
|
2022-10-29 08:05:43 +00:00 |
i-robot
|
aa58bea98c
|
!44399 pixel_shuffle_unshuffle_master
Merge pull request !44399 from yide12/pixel_shuffle_unshuffle_master
|
2022-10-29 06:43:04 +00:00 |
i-robot
|
36ca5db7c3
|
!44707 Support new MapTensor in construct.
Merge pull request !44707 from Margaret_wangrui/map_tensor
|
2022-10-29 06:28:24 +00:00 |
liangzhibo
|
e6296d21ae
|
Change value to python for tuple/list
|
2022-10-29 14:15:50 +08:00 |
huangbingjian
|
c17a7ffbbd
|
Replace ms_function with jit
|
2022-10-29 11:32:53 +08:00 |
i-robot
|
9eaafbf660
|
!44728 [MD] PyFunc in Map op - log warning for returned list with mixed types. UT updates.
Merge pull request !44728 from cathwong/ckw_pyfunc_datatypes
|
2022-10-29 03:28:55 +00:00 |
chenfei
|
2e4d0e830f
|
correct shape join rules
|
2022-10-29 11:01:24 +08:00 |
i-robot
|
df5f138d03
|
!40746 【算子众智】【电子科技大学】【数据算子】【write_file】write a file using binary mode
Merge pull request !40746 from dengjian/upstream_write_file
|
2022-10-29 02:42:53 +00:00 |
yujianfeng
|
838a7dd185
|
Change to save closure of bprop to mindir
|
2022-10-29 09:49:51 +08:00 |
i-robot
|
922919e8f9
|
!44766 modify param of data sink
Merge pull request !44766 from 于振华/modify_datasink_param
|
2022-10-29 01:34:54 +00:00 |
Cathy Wong
|
e1c31f02ae
|
[MD] PyFunc in Map op - log warning for returned list with mixed types. UT updates.
|
2022-10-28 14:35:55 -04:00 |
Margaret_wangrui
|
927af7f801
|
Support new MapTensor in construct.
|
2022-10-28 19:51:27 +08:00 |
yide12
|
a81246b9b9
|
pixel_shuffle_unshuffle_master
|
2022-10-28 17:17:56 +08:00 |
yuzhenhua
|
59338f30e8
|
modify param of data sink
|
2022-10-28 16:59:30 +08:00 |
deng jian
|
d3c2378956
|
[feat] [assistant] [I4S2FA] add new data operator write_file
|
2022-10-28 04:42:21 -04:00 |
i-robot
|
a789c68354
|
!35540 [feat][assistant][I48O57, I48O6X]Add SparseSegmentSumWithNumSegments, SparseSegmentSum
Merge pull request !35540 from 桂宁馨/SparseSegmentSum
|
2022-10-28 07:08:07 +00:00 |
i-robot
|
109d418b93
|
!42258 [assistant][ops][I48O4J] add BatchNormGradGrad ops
Merge pull request !42258 from 李定维/BatchNormGradGrad
|
2022-10-28 07:06:49 +00:00 |
i-robot
|
384efc057f
|
!44684 rm set_auto_parallel
Merge pull request !44684 from yangzhenzhang/rm-set-auto-parallel
|
2022-10-28 06:56:30 +00:00 |
i-robot
|
054f1d7bc6
|
!44673 clean code of crypto.cc
Merge pull request !44673 from shazi4399/master
|
2022-10-28 06:17:10 +00:00 |
i-robot
|
68d54f9cf3
|
!44363 add function api of max_unpool1d, 2d, 3d
Merge pull request !44363 from LV/master
|
2022-10-28 02:17:51 +00:00 |
yangzhenzhang
|
5d5388ad00
|
rm set auto parallel
|
2022-10-28 09:25:22 +08:00 |
i-robot
|
e495fc896f
|
!36547 [ops] [assistant] [I54KIU] Add array op ArgMinWithValue
Merge pull request !36547 from Maeyon-Z/op_argminwv
|
2022-10-28 01:13:20 +00:00 |
范庆坤
|
bbd23fbb6d
|
[feat][assistant][I48O57, I48O6X]Add SparseSegmentSumWithNumSegments, SparseSegmentSum
|
2022-10-28 01:07:33 +08:00 |
yanglf1121
|
5269408262
|
deprecate rowtensor
|
2022-10-27 19:15:00 +08:00 |
zhanghao
|
2124b9359a
|
clean code of crypto.cc
|
2022-10-27 18:42:06 +08:00 |
范庆坤
|
526590dfe9
|
BatchNormGradGrad op add
|
2022-10-27 17:58:03 +08:00 |
yangfn777
|
fa4069eb00
|
Add ArgMinWithValue
|
2022-10-27 17:31:31 +08:00 |
i-robot
|
e720b5e117
|
!44543 add nn and function api for dropout1d
Merge pull request !44543 from ZhidanLiu/master
|
2022-10-27 08:00:13 +00:00 |
i-robot
|
3515ffa7fd
|
!43554 add fake quant primitive and ops
Merge pull request !43554 from hangq/rewrite2
|
2022-10-27 07:32:09 +00:00 |
i-robot
|
2ece1bea05
|
!44434 【MindSpore开源活动】提供基于国密SM4的模型加解密算法
Merge pull request !44434 from shazi4399/master
|
2022-10-27 07:10:34 +00:00 |
i-robot
|
e54b62bd30
|
!43407 [AutoParallel]Make the Batch Error if the inputs's batch is different
Merge pull request !43407 from huangxinjing/fix_shape_infer_error
|
2022-10-27 03:50:07 +00:00 |
LV
|
fdc041120b
|
add function api of max_unpool1d, 2d, 3d
|
2022-10-27 09:42:46 +08:00 |
i-robot
|
8d04817a64
|
!44503 Add the get_data interface to the MapParameter.
Merge pull request !44503 from Margaret_wangrui/keys_and_values
|
2022-10-27 01:39:24 +00:00 |
zhanghao
|
a516811e7d
|
add SM4-CBC for epxort() and load()
|
2022-10-26 21:21:56 +08:00 |
chentao
|
4222b18123
|
[assistant][ops] Add new Glu
|
2022-10-26 20:40:46 +08:00 |
hangangqiang
|
33fdb3b7db
|
add fakequantparam & quantdtype for quant-mindir
|
2022-10-26 19:23:07 +08:00 |
ZhidanLiu
|
5667a08106
|
add nn and function api for dropout1d
|
2022-10-26 19:04:52 +08:00 |
i-robot
|
28df1e3cf9
|
!44484 Add nested usage of shard verification
Merge pull request !44484 from liuluobin/shard_vmap_verify
|
2022-10-26 07:02:05 +00:00 |
i-robot
|
281a8a8df5
|
!44491 fix: numpy slices dataset with diff shape datas
Merge pull request !44491 from guozhijian/fix_slice_dataset_with_diff_shape
|
2022-10-26 06:41:42 +00:00 |
i-robot
|
c1547b7222
|
!44198 support LPPool
Merge pull request !44198 from 冯一航/support_lppool
|
2022-10-26 03:35:33 +00:00 |
liuluobin
|
aa468ce193
|
Add nested usage of shard verification
|
2022-10-26 08:00:46 +08:00 |
Margaret_wangrui
|
0eadb20c96
|
Add the get_data interface to the MapParameter.
|
2022-10-25 19:40:12 +08:00 |
fengyihang
|
c3d8bbc738
|
add LPPool1d
|
2022-10-25 15:59:55 +08:00 |
i-robot
|
1f0cfca6f1
|
!44199 Fix partition bug
Merge pull request !44199 from ZPaC/fix-partition-bug
|
2022-10-25 07:09:08 +00:00 |
jonyguo
|
2fecdedb1d
|
fix: numpy slices dataset with diff shape
|
2022-10-25 14:49:38 +08:00 |
i-robot
|
8d88f5f72b
|
!44025 add_ctcloss
Merge pull request !44025 from yide12/loss_ctc_master
|
2022-10-25 02:23:18 +00:00 |
ZPaC
|
e282ddfc01
|
Fix partition bug
|
2022-10-25 09:27:12 +08:00 |
i-robot
|
ac2d982c16
|
!44396 HingeEmbeddingLoss
Merge pull request !44396 from shaojunsong/feature/nn/hinge
|
2022-10-24 17:13:28 +00:00 |
shaojunsong
|
17e8e40ec5
|
Add nn.HingeEmbeddingLoss
|
2022-10-24 17:30:41 +08:00 |
i-robot
|
039fb25a4a
|
!43827 Raise an error when a DeadNode is returned as output.
Merge pull request !43827 from huangbingjian/return_deadnode
|
2022-10-24 08:01:35 +00:00 |
i-robot
|
b7d53f7da3
|
!44244 MD - enable set_seed for distributed scenario
Merge pull request !44244 from guozhijian/enable_seed_for_distributed
|
2022-10-24 06:32:35 +00:00 |
i-robot
|
f85986b711
|
!44340 mindspore.numpy.argmax support bool
Merge pull request !44340 from huangbingjian/numpy_argmax
|
2022-10-24 03:26:42 +00:00 |
i-robot
|
fdfc5d6cc2
|
!42427 enable Ascend Communication lib
Merge pull request !42427 from baihuawei/comm_lib_p2
|
2022-10-24 01:47:53 +00:00 |
yide12
|
a9b4a4b0f9
|
add ctcloss
|
2022-10-24 09:32:19 +08:00 |
jonyguo
|
d05ed11ac3
|
enable set_seed for distributed
|
2022-10-23 19:13:35 +08:00 |
baihuawei
|
ba7788e34a
|
enable communication lib
|
2022-10-23 16:44:21 +08:00 |
i-robot
|
e595ed7751
|
!44376 fix mix-precision bug and some review issues
Merge pull request !44376 from 于振华/master
|
2022-10-22 08:07:45 +00:00 |
yuzhenhua
|
3c9098934b
|
fix mix-precision bug and some review issues
|
2022-10-21 18:32:07 +08:00 |
i-robot
|
9e8fcda9a7
|
!44145 fix code cleans for dynamic obfuscation
Merge pull request !44145 from jxlang910/master
|
2022-10-21 07:47:42 +00:00 |
i-robot
|
3b6370e2e1
|
!43890 Add api mindspore.jit and mindspore.jit_class.
Merge pull request !43890 from huangbingjian/jit_decorator
|
2022-10-21 07:11:17 +00:00 |
huangbingjian
|
b2b1096cbd
|
Raise an error when a DeadNode is returned.
|
2022-10-21 14:43:04 +08:00 |
jin-xiulang
|
8987faef8d
|
fix review opinions and add ut for dynamic obfuscation
|
2022-10-21 14:26:49 +08:00 |
i-robot
|
13db31d262
|
!44158 auto parallel, func mode support data sink ; fix generating batch parallel strategy
Merge pull request !44158 from yao_yf/auto_parallel_func_mode_support_sink_mode
|
2022-10-21 06:20:19 +00:00 |
i-robot
|
b94f0c8df9
|
!44126 rewrite: for create functional node
Merge pull request !44126 from 于振华/rewrite_create_functional_1018
|
2022-10-21 04:47:25 +00:00 |
huangbingjian
|
9b718a7291
|
mindspore.numpy.argmax support bool
|
2022-10-21 11:58:07 +08:00 |
i-robot
|
7fa11d0958
|
!40682 【算子众智】【电子科技大学】【数据算子】【encode_jpeg】encode a image as jpeg
Merge pull request !40682 from dengjian/upstream_encode_jpeg
|
2022-10-21 03:36:12 +00:00 |
huangbingjian
|
b98fc0021a
|
Add api mindspore.jit and mindspore.jit_class.
1、ms_function will be removed in a future version and replaced with jit.
2、ms_class will be removed in a future version and replaced with
jit_class.
|
2022-10-21 10:17:44 +08:00 |
i-robot
|
774826dcbd
|
!44255 Remove the default_value option in the MapParameter.get() interface; Provide three Tensor interfaces in MapTensor.
Merge pull request !44255 from Margaret_wangrui/MapParameter
|
2022-10-21 01:54:34 +00:00 |
i-robot
|
8f821834e9
|
!44108 Add no_recursive flag for skipping recursive checking, and use no_recursive to disable MS_CTX_MAX_CALL_DEPTH.
Merge pull request !44108 from 张清华/debug
|
2022-10-21 01:28:04 +00:00 |
deng jian
|
832489a372
|
[feat] [assistant] [I4S2F8] add new data operator encode_jpeg
|
2022-10-20 11:38:58 -04:00 |
i-robot
|
32834a0a70
|
!33961 [assistant][ops] Add Cauchy
Merge pull request !33961 from 董雪堂/Cauchy
|
2022-10-20 14:02:24 +00:00 |
i-robot
|
25ee22283e
|
!43972 add nn api of MaxUnpool1d, 2d, 3d
Merge pull request !43972 from LV/master
|
2022-10-20 11:59:31 +00:00 |
Margaret_wangrui
|
daf0805ee8
|
Remove the default_value option in the MapParameter.get() interface; provide three Tensor interfaces in MapTensor.
|
2022-10-20 19:47:28 +08:00 |
i-robot
|
c3fef30f35
|
!44153 add tensor dim(), numpy(), param copy() function
Merge pull request !44153 from changzherui/add_numpy_param_copy
|
2022-10-20 08:57:30 +00:00 |
Zhang Qinghua
|
c4aa3c0de1
|
Add no_recursive flag for skipping recursive checking, and use no_recursive to disable MS_CTX_MAX_CALL_DEPTH.
|
2022-10-20 16:57:26 +08:00 |
yao_yf
|
bc5a7d8d1e
|
parallel func mode in sink mode
|
2022-10-20 16:54:00 +08:00 |
13355308989
|
22d82e2a0a
|
[feat] [assistant] [I40GHB] add Cauchy
[feat] [assistant] [I40GHB] add Cauchy
|
2022-10-20 15:48:01 +08:00 |
i-robot
|
54785fde06
|
!42534 [feat][assistant][I48O89] add SparseMatrixMatMul(No backward)
Merge pull request !42534 from 桂宁馨/SparseMatrixMatMul0921
|
2022-10-20 07:37:55 +00:00 |
LV
|
60b2bce240
|
add nn api of MaxUnpool1d, 2d, 3d
|
2022-10-20 15:21:33 +08:00 |
i-robot
|
b7cc20f39a
|
!44217 [MD] Rectify terminology from operator to operation
Merge pull request !44217 from xiaotianci/code_docs_terminology_rectification
|
2022-10-20 06:58:28 +00:00 |
i-robot
|
5499a734d5
|
!35324 [assistant][MatrixLogarithm] Add MatrixLogarithm
Merge pull request !35324 from mikkassa/MatrixLogarithm
|
2022-10-20 06:41:52 +00:00 |
Xiao Tianci
|
560f3672c5
|
rectify terminology from operator to operation
|
2022-10-20 11:39:24 +08:00 |
shen-miaoshui
|
73992130a3
|
[feat][assistant]add SparseMatrixMatMul
|
2022-10-20 11:34:08 +08:00 |
mikkassa
|
3748293a4a
|
[feat][assistant][I48O65] add new data operator MatrixLogarithm
|
2022-10-20 09:19:00 +08:00 |
changzherui
|
3d3254a990
|
add tensor dim(), numpy(), param copy
|
2022-10-19 23:46:08 +08:00 |
Xiao Tianci
|
1b27a3f8f6
|
fix code examples
|
2022-10-19 18:12:44 +08:00 |
i-robot
|
eac31a1a40
|
!44008 Add nn.GaussianNLLLoss
Merge pull request !44008 from shaojunsong/feature/nnBilinear
|
2022-10-19 06:47:38 +00:00 |
i-robot
|
0728f8ebb3
|
!42912 del map operation param column_order
Merge pull request !42912 from guozhijian/del_map_parameter
|
2022-10-19 01:53:03 +00:00 |
i-robot
|
15c2ba744b
|
!44102 Change the parameter of padding
Merge pull request !44102 from shenwei41/del_pad_parameter
|
2022-10-19 01:45:18 +00:00 |
i-robot
|
cf5cc57fc3
|
!44091 1.删除init未传入self的修改和测试用例 2.修改报错语法
Merge pull request !44091 from ligan/bug0
|
2022-10-19 01:40:49 +00:00 |