lihongkang
a3120501a3
fix bugs
5 years ago
chenzomi
d471d32e87
[ME] change `check_integer` to format `check_positive_int` and `check_integeter`
5 years ago
chenzomi
d4e8e94981
[ME] delete check_bool and replace with Validate.check_bool
5 years ago
chenzomi
d5ae6fdd84
code format for nn.layer
5 years ago
liuxiao93
da17d53ae1
fix precision of GroupNorm when the shape is small.
5 years ago
mindspore-ci-bot
9da592a99f
!6392 fix globalbatchnorm bug
Merge pull request !6392 from JichenZhao/fix_bug
5 years ago
zhaojichen
d8ceb23e62
fix globalbatchnorm bug
5 years ago
mindspore-ci-bot
1663af7591
!6329 Adjust GroupNorm interface
Merge pull request !6329 from liangchenghui/fix_groupnorm
5 years ago
buxue
458498900c
support not in and add check for grad_with_sens with no sense provide.
5 years ago
liangchenghui
3e44bf797f
Adjust GroupNorm interface
5 years ago
mindspore-ci-bot
2f529c149a
!5991 Change API set_strategy() to shard()
Merge pull request !5991 from yihuaijie/master
5 years ago
Yi Huaijie
a836d25c64
change API set_strategy() to shard()
5 years ago
lihongkang
b958f15d24
fix bugs
5 years ago
lizhenyu
839ec02542
Add FusedBatchEx support
5 years ago
simson
7cc48a9af8
Third round of enhancement of API comment & README_CN
5 years ago
simson
dec2e4a819
Third round of the enhancement of API comments
5 years ago
wuyongkang
a8fd71c785
Optimization for BatchNorm
5 years ago
liuxiao93
4c98a00830
Fix input verification for input of GlobalbatchNorm.
5 years ago
liuxiao93
8705545bcd
Fix bug about output of AddNGrad.
5 years ago
liuxiao93
75881e5f2f
check input of BatchNorm is 4D.
5 years ago
mindspore-ci-bot
06217c047e
!2949 fix SequentialCell
Merge pull request !2949 from jiangjinsheng/issue_fix4
5 years ago
jiangjinsheng
52e280f36a
fix SequentialCell doc
5 years ago
lvliang
b16686964c
back-to-fusedbatchnorm-operation-in-pynative-mode
5 years ago
chujinjin
c880774942
change pynative batchnorm same as graph mode
5 years ago
gong chen
a6dfa281ea
Init GraphKernel.
- It provides a unified style to express graph and kernel for user.
- It provides a unified IR to represent graph and kernel for developer.
- It breaks the boundary between graph and kernel.
- It provides more opportunities to do compile optimization.
5 years ago
mindspore-ci-bot
de6571413f
!2328 fix range
Merge pull request !2328 from jiangjinsheng/issue_fix4
5 years ago
jiangjinsheng
5d9421b92c
fixed range
5 years ago
Wei Luning
1d77bf86a9
Exports MindSpore quant predict model to deploy with GEIR
5 years ago
buxue
66bbdb4a31
change tensor dtype and shape from function to attr
5 years ago
zhaojichen
a695e2cc5a
add globalbn for vm
5 years ago
zhaojichen
59993c4843
fix bn train&eval loss problem
5 years ago
zhaojichen
7c9fb3424f
add epsilon parameter for layernorm
5 years ago
candanzg
2cc85bdc93
Support weight compile according to shape
Signed-off-by: candanzg <zhangshucheng@huawei.com>
5 years ago
mindspore-ci-bot
b9d3495c4d
!1081 format nn. and change quant.py
Merge pull request !1081 from SanjayChan/formast
5 years ago
chenzomi
1397326c46
add quant.py and change the format of __init__
5 years ago
zhaojichen
224bb73049
fix issue about assignsub in globalbn
5 years ago
mindspore-ci-bot
8e06c2fe93
!965 doc fix,add GlobalBN only support 2d and 4d
Merge pull request !965 from JichenZhao/globalbn_doc_fix
5 years ago
lvliang
b9e0943084
fix-set-output-addr-fail-in-gpu-pynative
5 years ago
zhaojichen
b9ec598d4e
doc fix,add GlobalBN only support 2d and 4d
5 years ago
mindspore-ci-bot
108ef72aaf
!904 fix avgpool and add dimension check for groupnorm
Merge pull request !904 from JichenZhao/groupn
5 years ago
zhaojichen
039c75af8e
fix avgpool and add check
5 years ago
YuJianfeng
7185961e89
Enable BatchNorm fusion pass
5 years ago
zhaojichen
7b81ca68dc
fix globalbatchnorm bug
5 years ago
zhaojichen
6c9a54afa1
fix globalbatchnorm bug
5 years ago
zhaojichen
8261cfd019
fix globalbatchnorm bug
5 years ago
zhaojichen
8ca1f87a49
fix globalbatchnorm bug
5 years ago
zhaojichen
0ba35eaec3
fix globalbatchnorm bug
5 years ago
zhaojichen
eb46dd9198
fix globalbatchnorm bug
5 years ago
zhaojichen
90e2f7555d
fix globalbatchnorm bug
5 years ago
mindspore-ci-bot
2538f0ba79
!720 fix doc problem
Merge pull request !720 from JichenZhao/normfix
5 years ago