jiaqi
cdb7330818
diceloss bug
4 years ago
Zhang Qinghua
df866f7248
Add TopoSort Rhs First attribute for special CNode, such as Depend CNode with isolated nodes.
4 years ago
Zhang Qinghua
8b8c59f01e
Optimize the compile performance in Parser, FG, Manager and Renormalize:
...
---
Remove the routine of handling isolated nodes in Renormalize.
Add isolated nodes from Parser&Resolver.
Modify isolated nodes handling in FG&Manager.
Optimize the renormalize routines.
Other optimizations.
4 years ago
Jiaqi
112b8488c5
add rmse loss
4 years ago
Jiaqi
fd1a4726b7
add focal loss
4 years ago
Jiaqi
952e245000
add multclass diceloss
4 years ago
He Wei
7d9a783993
[auto-monad] Support side-effects by auto-monad
...
The basic idea is: exploits data dependency to control the execution order
of side-effect operations, and keep the semantics of ANF unchanged.
The ControlDepend primitive is removed and there are two primitives added:
1. UpdateState:
```
a = Assign(para, value)
```
became:
```
a = Assign(para, value, u)
u = UpdateState(u, a)
```
2. Load:
```
x = Add(para, value)
```
became:
```
p = Load(para, u)
x = Add(p, value)
u = UpdateState(u, p)
```
4 years ago
wangshuide2020
30f99f2722
add raises description for BCELoss, ReLU, BatchNorm1d, etc. operators.
4 years ago
Jiaqi
804ef79c18
modify dice and diceloss
4 years ago
mindspore-ci-bot
775d71f9c1
!11408 Update PP example
...
From: @zichun_ye
Reviewed-by: @wang_zi_dong,@sunnybeike
Signed-off-by:
4 years ago
Zichun Ye
ca316f4422
update doc example in probability
...
fix typo in probability module
fix pylint in msp
4 years ago
Jiaqi
87ecd44f67
develop dice loss
4 years ago
lilei
b858097ae4
modify MetaTensor and Tensor
4 years ago
huangxinjing
dd0da1542d
Add input check
4 years ago
buxue
aeeef7607a
remove the 'raise' in construct of Cell
4 years ago
l00591931
130c61cfc0
change name from interpolate to resizeBilinear
4 years ago
wangnan39@huawei.com
0fe9e2e4cb
support import dynamic_lr from nn
4 years ago
mindspore-ci-bot
231fccf66c
!9600 Add Adagrad Optimizer
...
From: @zyx5256
Reviewed-by: @liangchenghui,@kingxian
Signed-off-by: @liangchenghui
4 years ago
zhuyuxiao
37bebc751b
add adagrad optim
4 years ago
mindspore-ci-bot
e6ec9be6c2
!9386 l1_regularizer开发
...
From: @dangjiaqi1
Reviewed-by:
Signed-off-by:
4 years ago
“dangjiaqi1”
39948670dd
new update basic.py which add class L1Regularizer(Cell). new add test_l1_regularizer.py. new add test_l1_regularizer.py
4 years ago
Xun Deng
4ef9e9e57f
fix minor issues in distribution classes
4 years ago
peixu_ren
37d40bc495
Add Beta distribution
4 years ago
peixu_ren
93d4ef428f
Add Gamma distribution
4 years ago
peixu_ren
01f5da0a14
Add Poisson distribution
4 years ago
mindspore-ci-bot
7f725b93a3
!8234 Remove expm1_generic and log1p_generic from PP utils
...
From: @peixu_ren
Reviewed-by:
Signed-off-by:
4 years ago
mindspore-ci-bot
e3371a01d5
!8751 Fix minor bugs in bijector and distribution
...
From: @shallydeng
Reviewed-by: @zichun_ye,@sunnybeike
Signed-off-by:
4 years ago
l00591931
05e26f4739
Add nn.interpolate()
4 years ago
mindspore-ci-bot
fa2185b8ef
!8661 Add nn.Tril() and nn.Triu()
...
From: @liangzhibo
Reviewed-by:
Signed-off-by:
4 years ago
l00591931
e1dba1337c
Add nn.Tril function
4 years ago
Xun Deng
b5e05472ce
fix minor bugs in bijector and distribution utils, fix docs issues
4 years ago
wangnan39@huawei.com
ab811fca8f
add AdamOffload optimizer
4 years ago
peixu_ren
65d50861ec
Remove expm1_generic and log1p_generic from PP utils
4 years ago
Xun Deng
1a68ccb40b
added Cauchy distribution
4 years ago
Xun Deng
fb0263f869
redesigned bijector classes, changed bacth_shape calculation in transformed distribution and upgraded dtype logic of bijector class
4 years ago
Yi Huaijie
da29f232c6
fix CI random fails
4 years ago
Xun Deng
d4df6f82ea
support get_dist_args
4 years ago
Xun Deng
5ffc16c6db
renamed test_invert_bijector
4 years ago
mindspore-ci-bot
1795840436
!7581 Extension interface for dense
...
Merge pull request !7581 from lilei/modify_bug
4 years ago
lilei
127f70ce40
Extension interface for dense
4 years ago
Xun Deng
ce170b2241
added Gumbel distribution
4 years ago
mindspore-ci-bot
620d8b99b6
!6760 sparse optimizer
...
Merge pull request !6760 from lijiaqi/sparse_optimizer
4 years ago
Jiaqi
a30ccea62c
sparse optimizer
4 years ago
mindspore-ci-bot
3fd54fd58f
!7361 Check whether the network args are tensors in the compile phase
...
Merge pull request !7361 from YuJianfeng/master
4 years ago
yujianfeng
18a76ff3c5
Check whether the network args are tensors in the compile phase
4 years ago
chenzomi
acadb694aa
[ME] delete reduant function in check_parameter
4 years ago
chenzomi
5b769dfb20
[ME] Bug fix
4 years ago
mindspore-ci-bot
c967bf6846
!7339 fix for se-resnet50 accurancy
...
Merge pull request !7339 from qujianwei/master
4 years ago
Xun Deng
f2e8e143be
added gumbel_cdf and invert bijectors
4 years ago
mindspore-ci-bot
55e369a125
!7144 [ME] change `check_integer` to format `check_positive_int` and `check_integeter`
...
Merge pull request !7144 from chenzhongming/zomi_master
4 years ago