Commit Graph

54015 Commits

Author SHA1 Message Date
i-robot 8570d26ed2
!49755 create group for syncbatchnorm 1.10
Merge pull request !49755 from yangzhenzhang/modify-create-group-for-syncbn-1.10
2023-03-07 11:38:48 +00:00
i-robot 49d0a8acf8
!49665 SGD优化器支持更新标量权重,合入r1.10
Merge pull request !49665 from tangdezhi_123/r1.10
2023-03-06 08:29:49 +00:00
yangzhenzhang e395c8ec6b modify create group for syncbn 2023-03-06 09:32:41 +08:00
i-robot 824281e04a
!49706 Move master code
Merge pull request !49706 from LiangZhibo/r1.10
2023-03-04 05:15:04 +00:00
i-robot cce56aa486
!49589 [1.10] Fix dic.get error
Merge pull request !49589 from huanghui/r1.10-fix-dict-get
2023-03-03 14:05:19 +00:00
i-robot c224680e88
!49590 Clone the python_obj of func_graph to target_func_graph
Merge pull request !49590 from huangbingjian/funcgraph_obj_1.10
2023-03-03 03:26:36 +00:00
i-robot 926a29534b
!49708 fix: add command for map file
Merge pull request !49708 from guozhijian/code_docs_map_file_r1.10
2023-03-03 02:01:07 +00:00
jonyguo d7fdf20aaf update md docs 2023-03-03 09:39:00 +08:00
liangzhibo c5023912db move master code to r1.10 2023-03-03 09:26:43 +08:00
i-robot 79b3d3c8b0
!49679 Fix the typo of net.trainable_params
Merge pull request !49679 from YuJianfeng/code_docs1.10
2023-03-02 13:14:55 +00:00
i-robot ea8aae4ebb
!49575 Fix cordump problem while null input
Merge pull request !49575 from zhangzhaoju/r1.10
2023-03-02 11:19:17 +00:00
i-robot 493275376f
!49584 NPU V2 overflow check
Merge pull request !49584 from archer2049/r1.10
2023-03-02 09:54:56 +00:00
yujianfeng e85e366b7e Fix the typo of net.trainable_params 2023-03-02 17:33:31 +08:00
i-robot e7301c6fd7
!49538 Fix bug if replace shape input for cnode
Merge pull request !49538 from liuluobin/r1.10_fix_replace_bug
2023-03-02 08:49:21 +00:00
i-robot fd162ecffd
!49574 Fix bug of custom bprop output not use
Merge pull request !49574 from chenfei_mindspore/r1.10
2023-03-02 08:38:41 +00:00
tangdezhi_123 91b8d6f2bb SGD优化器支持更新标量权重,合入r1.10 2023-03-02 16:36:39 +08:00
i-robot 53103af8b7
!49576 r1.10 Fix closure check rules
Merge pull request !49576 from chenfei_mindspore/r1.10-1
2023-03-02 08:23:02 +00:00
i-robot 0adee1e8f7
!49603 fix dropout doc
Merge pull request !49603 from 王禹程/code_docs_1.10
2023-03-02 07:20:52 +00:00
i-robot 3cf15d2784
!49573 Create device address for tuple-in-tuple valuenode.
Merge pull request !49573 from gaoyong10/r1.10
2023-03-02 03:17:10 +00:00
i-robot f68de2e7fe
!49568 bugfix for StridedSlice in changed batch scene
Merge pull request !49568 from zhangyanhui/personal_r1.10
2023-03-02 02:48:49 +00:00
i-robot 2fba207cd8
!49563 Fix host mem leak
Merge pull request !49563 from zjun/fix_r1.10_mem
2023-03-02 01:43:48 +00:00
i-robot b8706fa58c
!49605 modify the spelling error and statement in 1.10
Merge pull request !49605 from 宦晓玲/code_docs_0301.10
2023-03-02 01:43:28 +00:00
i-robot 413fb01573
!49567 fix openssl CVE
Merge pull request !49567 from emmmmtang/r1.10
2023-03-02 01:11:18 +00:00
i-robot ce2075bb6f
!49239 remove outdated length check for TopkSplit
Merge pull request !49239 from yuchaojie/r1.10
2023-03-01 09:39:09 +00:00
suxin 9fe50205bd Add v2 overflow check on ascend 2023-03-01 17:18:41 +08:00
huanxiaoling f0c5367350 modify the spelling error and statement in 1.0 2023-03-01 16:59:13 +08:00
reku1997 e94d0fc933 fix dropout doc 2023-03-01 16:23:04 +08:00
huangbingjian ef5ab4ad8a Clone python_obj in func_graph. 2023-03-01 15:05:34 +08:00
“achengyanfu 159a5eff12 Support dict clear,haskey,update,fromkeys Method.
Handle the problem of checking the number of input numbers of dict_get operators.
2023-03-01 15:05:29 +08:00
i-robot f451e0ca13
!49562 add context for mindir example
Merge pull request !49562 from lianliguang/code_docs_r1.10
2023-03-01 06:14:23 +00:00
chenfei d9336d946e execute in kernel by kernel if output exist function' 2023-03-01 11:05:25 +08:00
chenfei 8b3558d025 fix bug of custom bprop not use 2023-03-01 11:01:10 +08:00
zhangzhaoju b3049a3440 Fix cordump problem while null input
while has null input, xdivy return null too according to tensorflow
2023-03-01 10:55:42 +08:00
zhangyanhui 142f0292d5 bugfix for StridedSlice in changed batch scene 2023-03-01 10:23:33 +08:00
zjun c3d6388401 Fix abs cache
Signed-off-by: zjun <zhangjun0@huawei.com>
2023-03-01 10:03:36 +08:00
lianliguang d7e9a2c396 add context example of graph cell 2023-03-01 09:50:44 +08:00
emmmmtang 4a79cb6f66 fix openssl CVE 2023-03-01 09:43:27 +08:00
gaoyong10 c958247583 Create device address for tuple-in-tuple valuenode. 2023-03-01 09:15:42 +08:00
liuluobin cd00552da7 Fix bug if replace shape input for cnode 2023-02-28 16:47:28 +08:00
i-robot 34ba528c42
!49369 update releasenotes
Merge pull request !49369 from fangwenyi/code_docs_r1.10
2023-02-25 01:45:44 +00:00
fangwenyi 5eefefcf54 update releasenotes 2023-02-24 17:30:33 +08:00
i-robot 627dfdeb75
!49240 fix docker for 1.10.1 gpu as nvidia finally fixes gpg key verification problem
Merge pull request !49240 from yanghaoran/r1.10
2023-02-22 08:10:45 +00:00
yuchaojie 1f97bae34e remove outdated length check for TopkSplit 2023-02-22 16:03:33 +08:00
yanghaoran d3a40e953a fix docker for 1.10.1 gpu as nvidia finally fixes gpg key verification problem 2023-02-22 15:57:44 +08:00
i-robot eb1472c873
!49201 add docker for 1.10.1
Merge pull request !49201 from yanghaoran/r1.10
2023-02-22 03:22:08 +00:00
yanghaoran 510bc0e5b9 add docker for 1.10.1 2023-02-21 19:57:55 +08:00
i-robot 9b65b907f9
!48914 fix: map multi prcess error
Merge pull request !48914 from guozhijian/fix_map_multi_process_error
2023-02-15 12:23:52 +00:00
i-robot 284f7062ce
!48903 only check repeatedly context set from user
Merge pull request !48903 from zhoufeng/xiu-ba-ge-3
2023-02-15 07:40:23 +00:00
jonyguo 16cbd14035 fix: map multi-process err 2023-02-15 10:53:13 +08:00
i-robot 3d545c6229
!48902 [MSLITE][CPU][r1.10] code clean
Merge pull request !48902 from Greatpan/code_clean_r1.10
2023-02-15 01:38:51 +00:00