dinglinhe
0b6597b4a6
Update param descriptions of perator BatchNorm2d
4 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
4 years ago
mindspore-ci-bot
7a271987d6
!15269 use avx to optimize cpu op
From: @wangyanling10
Reviewed-by:
Signed-off-by:
4 years ago
dinglinhe
79d2030f9d
Update docs of BatchNorm2d and SparsetToDense
4 years ago
wangyanling
ee1b803416
optimize cpu adam op
4 years ago
mindspore-ci-bot
058bc0c4ea
!15581 fix bn2d
From: @jiangzg001
Reviewed-by: @tom__chen,@liangchenghui
Signed-off-by: @liangchenghui
4 years ago
jiangzhenguang
3a85c18ff0
amend bn
4 years ago
dinglinhe
55243218ab
Update normalization description
4 years ago
tom__chen
7ea4bd0593
batchnorm1d gpu op
4 years ago
dinglinhe
54fb72e2b3
Update normalization description at nn/layer/normalization.py
4 years ago
dinglinhe
865cf68243
All the descriptions of batch normal under the mindspore folder have been uniformly updated to 'Batch Normalization'
4 years ago
mindspore-ci-bot
7feeaf2351
!15337 fix shard strategy for batchnorm
From: @gong_zi_yan
Reviewed-by: @stsuteng,@yangzhenzhang
Signed-off-by: @stsuteng
4 years ago
Ziyan
b3eebea4de
fix shard strategy for batchnorm
4 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
yuchaojie
6e26dee6cc
modify SycnBatchNorm note
5 years ago
lilei
8ada27029d
modify batchnormal note
5 years ago
liuxiao93
d44c706baf
batchnorm to batchnorm3d.
5 years ago
yuchaojie
67a008d5d4
fix AvgPoolGrad in GPU-Pynative
5 years ago
yuchaojie
029df0def3
fix GlobalBatchNorm
5 years ago
yuchaojie
6d195f340c
add SyncBatchNorm
5 years ago
mindspore-ci-bot
d4abe53f34
!11705 fix_conv3d_bn3d
From: @jiangzg001
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
jiangzhenguang
8913505536
fix_conv3d_bn3d
5 years ago
wangshuide2020
2e5b22adde
fix the example of Unique, SparseApplyProximalAdagrad, BoundingBoxEncode, SGD and Parameter.
5 years ago
wangshuide2020
30f99f2722
add raises description for BCELoss, ReLU, BatchNorm1d, etc. operators.
5 years ago
wangshuide2020
4cca77cb88
add validation of ApplyMomentum and update annotation of Broadcast, DistributedGradReducer, GlobalBatchNorm, etc. operators.
5 years ago
mindspore-ci-bot
9a7e0c0c95
!11308 modify normal_batch bug
From: @Somnus2020
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
e82c53b5ae
!11343 fix bugs of op BatchNorm1d, FastGelu in API
From: @lihongkang1
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
lihongkang
ae325f2e53
fix bugs
5 years ago
lilei
8037ef77f5
modify batch_normal
5 years ago
mindspore-ci-bot
bbdb5500e5
!11281 fix bugs of op NPUClearFloatStatus, ApplyFtrl, SGD and so on
From: @lihongkang1
Reviewed-by: @liangchenghui,@wuxuejian
Signed-off-by: @liangchenghui
5 years ago
yanghaoran
58bae307d6
fix bugs
5 years ago
mindspore-ci-bot
59551879a0
!11021 Add new nn layer InstanceNorm2d
From: @yuan_shen_zhou
Reviewed-by:
Signed-off-by:
5 years ago
zhouyuanshen
26f6daa850
add new op instancenorm2d
5 years ago
lilei
9a45c4419c
modify batch_normal
5 years ago
wangshuide2020
0f75370377
update the documentation of MaxPoolWithArgmax, BroadcastTo, GlobalBatchNorm and DistributedGradReducer operators.
5 years ago
jiangzhenguang
9f950fb16c
add batchnorm3d
5 years ago
wangshuide2020
4b693377dc
update documentation of warmup_lr, F1, RMSProp, BatchNorm2d and add some pictures of links of activation function.
5 years ago
lihongkang
d499135f43
fix bugs
5 years ago
yanglf1121
918679daa3
add tensor.ndim and rename tensor.size() to tensor.size
5 years ago