i-robot
328b2bbe66
!25445 support -1 for the args of size of SliceGrad and deprecate the Conv2DBackpropInput.
Merge pull request !25445 from wangshuide/wsd_master
4 years ago
wangshuide2020
9455d90809
support -1 for the args of size of SliceGrad and deprecate the Conv2DBackpropInput.
4 years ago
wangshuide2020
097f141b63
fix the format of document for Unique, LRN, thor, etc.
4 years ago
huchunmei
02152e1fde
update msg and api
4 years ago
i-robot
12e71fa9d2
!24725 the bugs of code docs about nn
Merge pull request !24725 from chentangyu/code_docs_cty_master_I4CMB6
4 years ago
i-robot
37c77e511d
!24594 Update doc for it need to be optimze
Merge pull request !24594 from dinglinhe/code_docs_dlh_ms_I4CFAW
4 years ago
dinglinhe
fd587ca4cd
update ops docs for it need to optimize
4 years ago
huchunmei
9641c327e4
modify msg
4 years ago
tacyi139
42bc4ff895
update code docs
4 years ago
wangshuide2020
482c5decfb
pass argname, primitive name for the function of validator and update the error info of addn.
4 years ago
wangshuide2020
ba673cc2f6
add the validator of MaxPool3DGradGrad and print more detail for _Pool when it raises error.
4 years ago
dinglinhe
9a8c1b3c73
array_ops error recti and others
4 years ago
i-robot
864e0be065
!23246 fix SyncBatchNorm doc example import
Merge pull request !23246 from yuchaojie/code_docs_fix
4 years ago
yuchaojie
c297394121
fix SyncBatchNorm doc example import
4 years ago
huchunmei
c75773cf37
Modify error content
4 years ago
danishfarid
c34e52c3d6
first commit
updated files
lint fix
lint fix 2
file name changes
CI run issue fix
4 years ago
zhunaipan
05f723badf
fix the code spell error in ops and nn directories
修改: mindspore/nn/layer/embedding.py
修改: mindspore/nn/layer/image.py
修改: mindspore/nn/layer/normalization.py
修改: mindspore/nn/layer/quant.py
修改: mindspore/nn/layer/timedistributed.py
修改: mindspore/nn/metrics/accuracy.py
修改: mindspore/nn/optim/rmsprop.py
修改: mindspore/ops/operations/quantum_ops.py
修改: mindspore/ops/operations/sparse_ops.py
修改: mindspore/ops/operations/sponge_ops.py
4 years ago
dinglinhe
db77849d85
Fix the formula display problem and some other formatting problems
4 years ago
dinglinhe
b1b4375417
Rectification of operator ease of use part 2
4 years ago
wangshuide2020
185ddbbe66
remove the redundant code, add docstring of operator init and add default value for args.
4 years ago
wangshuide2020
9877a491dc
fix the format, extract function and del redundant code.
4 years ago
tom__chen
6f1c12e4d7
remove use_batch_statistics from InstanceNorm API
5 years ago
dinglinhe
b9b76fe698
replcae the variable named input with input_tensor
5 years ago
dinglinhe
ac4617f933
random seed issue addtional problems
5 years ago
dinglinhe
f6227b9d8d
Remove random seed
5 years ago
dinglinhe
0b6597b4a6
Update param descriptions of perator BatchNorm2d
5 years ago
mindspore-ci-bot
2a8e47ea53
!15993 Update docs of BatchNorm2d and SparsetToDense
From: @dinglinhe123
Reviewed-by: @wuxuejian,@liangchenghui,@liangchenghui
Signed-off-by: @wuxuejian,@liangchenghui,@liangchenghui
5 years ago
mindspore-ci-bot
7a271987d6
!15269 use avx to optimize cpu op
From: @wangyanling10
Reviewed-by:
Signed-off-by:
5 years ago
dinglinhe
79d2030f9d
Update docs of BatchNorm2d and SparsetToDense
5 years ago
wangyanling
ee1b803416
optimize cpu adam op
5 years ago
mindspore-ci-bot
058bc0c4ea
!15581 fix bn2d
From: @jiangzg001
Reviewed-by: @tom__chen,@liangchenghui
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
3a85c18ff0
amend bn
5 years ago
dinglinhe
55243218ab
Update normalization description
5 years ago
tom__chen
7ea4bd0593
batchnorm1d gpu op
5 years ago
dinglinhe
54fb72e2b3
Update normalization description at nn/layer/normalization.py
5 years ago
dinglinhe
865cf68243
All the descriptions of batch normal under the mindspore folder have been uniformly updated to 'Batch Normalization'
5 years ago
mindspore-ci-bot
7feeaf2351
!15337 fix shard strategy for batchnorm
From: @gong_zi_yan
Reviewed-by: @stsuteng,@yangzhenzhang
Signed-off-by: @stsuteng
5 years ago
Ziyan
b3eebea4de
fix shard strategy for batchnorm
5 years ago
dayschan
771e3f61f3
Clean GraphKernel's codes from frontend
1. set class GraphKernel as deprecated, and treat it as Cell
2. set class InplaceAssign as deprecated, suggested using Assign instead.
3. set op_selector as deprecated, removed the _selected_ops and _selected_grad_ops, replaced with real operations
4. removed the two passes of GraphKernel from frontend
5. removed the GraphKernel's codes from other modules
5 years ago
yanzhenxiang2020
5a6c183258
Update CPU Supported NN
5 years ago
liuxiao93
723bbac438
revert nn.BatchNorm3d.
5 years ago
mindspore-ci-bot
8e8f3043f9
!12115 IR operators of GPU and CPU are unified as batchnorm
From: @ding_fei_fei
Reviewed-by:
Signed-off-by:
5 years ago
dingpeifei
87e41aaeee
IR operators of GPU and CPU are unified as batchnorm
5 years ago
zhangyi
2730f95d20
fix some error api comments.
5 years ago
zhouyuanshen
206762c935
fix updated gamma beta not same with that of torch
5 years ago
zhouyuanshen
f3c257fd97
add checkouts for input parameters of InstanceNorm2d
5 years ago
mindspore-ci-bot
0a7ca97583
!13267 Raise error for BatchNorm3D only support Ascend backend.
From: @liu_xiao_93
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
8812c1f6b8
!13231 Modify batchnormal note
From: @Somnus2020
Reviewed-by: @zhoufeng54,@kingxian
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
dca301eabf
!13245 modify SycnBatchNorm note
From: @yuchaojie
Reviewed-by: @kisnwang,@zhoufeng54
Signed-off-by: @zhoufeng54
5 years ago
liuxiao93
431ec15bb7
raise error for BatchNorm3D.
5 years ago