Commit Graph

2936 Commits

Author SHA1 Message Date
i-robot 5bac99a7e8 !19367 update documentation of HSigmoid, Tanh, Conv2d, etc.
Merge pull request !19367 from wangshuide/code_docs_wsd_master
2021-07-05 06:48:45 +00:00
i-robot 0d18a87ca9 !19350 0704 operations
Merge pull request !19350 from jiahongQian/code_docs_master
2021-07-05 06:20:42 +00:00
wangshuide2020 98ab7efc80 update documentation of HSigmoid, Tanh, Conv2d, etc. 2021-07-05 11:47:45 +08:00
zhangxinfeng3 ff352f0d0c 0704 sponge ops 2021-07-05 09:44:31 +08:00
caifubi c4914011e0 fix TensorCopySlice bprop bug 2021-07-02 17:35:56 +08:00
i-robot 8847770fdb !19064 Concat operator prompts incorrectly
Merge pull request !19064 from dinglinhe/dlh_code_ms_I3XN7I_1
2021-07-02 08:48:52 +00:00
i-robot 75f772b7df !19111 add optional axis attr for flatten and update example of PSNR
Merge pull request !19111 from wangshuide/wsd_master_new
2021-07-02 08:19:36 +00:00
i-robot 2b38c02084 !19062 Adam fp16/fp32 cast optimize with SIMD Intrinsics
Merge pull request !19062 from zhaosida/zsd_adam_simd
2021-07-02 06:57:42 +00:00
i-robot 78f1dc4c30 !19228 Fix the errors due to the wrong format
Merge pull request !19228 from dinglinhe/code_docs_dlh_ms_I3R3BX_FixError
2021-07-02 02:31:37 +00:00
i-robot 89dc56045d !19142 tensor setitem improve performance with tensorcopyslices
Merge pull request !19142 from huangmengxi/setitem_dev
2021-07-01 09:56:55 +00:00
wangshuide2020 f227d6ffb0 add optional axis attr for flatten and update example of PSNR. 2021-07-01 17:33:32 +08:00
dinglinhe 716e5667d4 fix the error format for some operators 2021-07-01 17:21:51 +08:00
zhaosida 9a42eda0c8 zsd AdamWeightDecay CPU op avx512 2021-07-01 17:20:54 +08:00
i-robot a7a9fbe997 !19069 Fix concat back propagation problem when input is list
Merge pull request !19069 from LiangZhibo/infer
2021-07-01 09:16:54 +00:00
zuochuanyong ac9013caa8 fix typesetting issues 2021-07-01 10:21:45 +08:00
huangmengxi cb511b45aa identify condition for copy slice 2021-06-30 17:25:55 +08:00
zuochuanyong 30b1727577 fix some typos 2021-06-30 15:07:04 +08:00
i-robot 2ce3322456 !19107 Fix AdaptiveAvgPool2D
Merge pull request !19107 from zuochuanyong/fix_adaptive_avgpool2d
2021-06-30 06:32:02 +00:00
i-robot f8560b6109 !18919 Add TensorCopySlices op
Merge pull request !18919 from caifubi/master-tensor-copy-slices
2021-06-29 14:35:11 +00:00
zuochuanyong 5b2b0c8dad fix AdaptiveAvgPool2D when output_size contains 0 2021-06-29 19:29:54 +08:00
l00591931 d25e3497f7 Fix concate problem 2021-06-29 17:40:27 +08:00
i-robot e9c7df5eba !18338 add some ops supported dynamic shape
Merge pull request !18338 from liubuyu/dynamic_op
2021-06-29 09:23:57 +00:00
caifubi 629111c6d3 Add TensorCopySlice Op 2021-06-29 16:52:35 +08:00
i-robot f9ce5e7ec3 !19055 Add a experimental bprop directory to store new bprop
Merge pull request !19055 from YuJianfeng/bprop_mindir1
2021-06-29 08:23:47 +00:00
i-robot d385df8661 !19002 Ignore errors when remove the directory in bprop mindir generator
Merge pull request !19002 from YuJianfeng/bprop_mindir
2021-06-29 08:19:48 +00:00
dinglinhe 5d30875b27 Concat operator prompts incorrectly 2021-06-29 11:09:40 +08:00
i-robot 52a91df23b !19031 sync bugfix of Gather op from enterprize
Merge pull request !19031 from zuochuanyong/sync_enterprize_fixes
2021-06-29 02:44:01 +00:00
yujianfeng 773959fbd3 Add a experimental bprop directory to store new bprop 2021-06-29 09:41:10 +08:00
zuochuanyong 6fe4ddbc58 sync bugfix of Gather op from enterprize 2021-06-28 19:48:16 +08:00
wangshuide2020 91f94688e8 change need_check_supported of pack register info from True to False. 2021-06-28 19:33:25 +08:00
yujianfeng c89584eade Fix the bprop mindir generator 2021-06-28 19:15:35 +08:00
liubuyu 83ef1c2348 add some dynamic ops exp, log, neg, not_equal, reciprocal and support
dynamic range
2021-06-28 18:29:47 +08:00
i-robot 768e61ef95 !18962 fix some code spell errors in ops/operations
Merge pull request !18962 from zhunaipan/master
2021-06-28 07:26:39 +00:00
i-robot d919560902 !18942 update example of ApplyRMSProp and ApplyCenteredRMSProp.
Merge pull request !18942 from wangshuide/code_docs_wsd_master
2021-06-28 06:44:34 +00:00
i-robot 19e95c5c8e !18898 Add bprop directory arg to the the bprop mindir generator
Merge pull request !18898 from YuJianfeng/bprop_mindir
2021-06-28 01:15:23 +00:00
zhunaipan 3f4b1dddb5 fix some code spell errors in ops/operations
modified:   mindspore/ops/operations/_embedding_cache_ops.py
	modified:   mindspore/ops/operations/_inner_ops.py
	modified:   mindspore/ops/operations/_quant_ops.py
	modified:   mindspore/ops/operations/array_ops.py
	modified:   mindspore/ops/operations/inner_ops.py
	modified:   mindspore/ops/operations/nn_ops.py
	modified:   mindspore/ops/operations/quantum_ops.py
2021-06-28 00:12:34 +08:00
wangshuide2020 5dfb192658 update example of ApplyRMSProp and ApplyCenteredRMSProp. 2021-06-26 18:38:03 +08:00
yujianfeng ddb3c1e852 Add args to the the bprop mindir generator 2021-06-26 15:22:08 +08:00
jiangzhenguang 575b619c1f amend conv3dtranpose 2021-06-26 14:25:46 +08:00
i-robot 311e59c190 !17297 dynamic_shape_pipeline
Merge pull request !17297 from wanyiming/dynamic_shape_pipeline
2021-06-26 02:33:10 +00:00
i-robot 78b5aece8e !18802 0624 sponge ops update LJforcewithPME
Merge pull request !18802 from jiahongQian/master
2021-06-26 01:53:08 +00:00
i-robot 46acc789a1 !18882 fix cpu ops examples
Merge pull request !18882 from yanzhenxiang2020/code_docs_fix_cpu_ops_examples
2021-06-26 01:45:08 +00:00
yanzhenxiang2020 de025bd228 fix cpu ops example 2021-06-25 17:58:30 +08:00
dinglinhe db77849d85 Fix the formula display problem and some other formatting problems 2021-06-25 15:52:38 +08:00
i-robot 5876884ed8 !18823 Fix the description about the operator Concat
Merge pull request !18823 from dinglinhe/dlh_code_ms_I3XN7I
2021-06-25 01:26:06 +00:00
i-robot 6bc1998a94 !18751 Add reverse option for HyperMap and Map, and enable reverse option for optimizers.
Merge pull request !18751 from 张清华/opt
2021-06-24 12:11:53 +00:00
dinglinhe 5f1cdf315e fix the docs of the operator Concat 2021-06-24 17:16:17 +08:00
Zhang Qinghua a3e6009b53 Add reverse option for HyperMap and Map, and enable reverse option for optimizers. 2021-06-24 16:58:59 +08:00
Ziyan be1f5a43d7 opt shard fit micro batch 2021-06-24 14:52:19 +08:00
i-robot 70152adcb3 !18768 [AutoParallel]Fix auto parallel gatherv2 bug
Merge pull request !18768 from lichen/fix_auto_parallel_gatherv2
2021-06-24 06:36:21 +00:00