liuyang_655
5b0a68933d
fixed conflicts
4 years ago
liuyang_655
47a52a4d02
Modify error info
4 years ago
liuyang_655
12092c882f
modify error
4 years ago
i-robot
1c57686418
!26591 update frontend api comments
Merge pull request !26591 from wangnan39/code_docs_modify_optim_and_dataset
4 years ago
王南
44b141c954
update optim comments
4 years ago
liuyang_655
586982b41f
modift error
4 years ago
王南
033ebf00a8
modify comments of optimizer
4 years ago
l00591931
9353bd10a4
Enable tuple as variable in optimizer
4 years ago
王南
9b8a37ec04
modify comment of metric and optim
4 years ago
王南
3bf0d91158
metric and optim comments update
4 years ago
liutongtong
6062418b62
add api args in mindspore.nn
4 years ago
dingpeifei
ac1732fdaf
nn master 1027
4 years ago
ms_yan
36a8886ca2
Revert "[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset"
This reverts commit b077aa1cab .
Revert "[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset"
This reverts commit 4e6f7dc97d .
delete pass_registry_test.cc
comment hiai_nlu_model_multi.pb related line
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
jiangzhenguang
a3bb780ce4
optimize run memory
4 years ago
jiangzhenguang
bb62295689
add adafactor
4 years ago
王南
17c11622b8
ops code review
4 years ago
liuyang_655
d56286d7ab
code check for master
4 years ago
Zhang Qinghua
a3e6009b53
Add reverse option for HyperMap and Map, and enable reverse option for optimizers.
4 years ago
linqingke
f66a8a57f1
add grad_freeze auto split allreduce.
fix grad_freeeze bug
acc update
add split point
fix eval getnext failed and fix acc bug.
update acc.
fix acc bug.
4 years ago
jinxiaoxian
b16d7cd28f
clean nn codec check
4 years ago
kingxian
3c516b5e34
clean codec check
4 years ago
wangnan39@huawei.com
2761776699
add check for optimizer parameters
4 years ago
buxue
2bda8c21e9
support grad freeze
5 years ago
mindspore-ci-bot
c43deb5469
!14809 [Less BN]New add FN, GC optimizer.
From: @linqingke
Reviewed-by: @guoqi1024,@xu-yfei
Signed-off-by: @xu-yfei
5 years ago
linqingke
c54ba4df9b
[Less BN]New add FN, GC optimizer.
add gc.
remove gc in less_bn
[Less BN]Add GC optimizer.
update format.
fix bug.
5 years ago
wangnan39@huawei.com
7ad4fa160c
add annotations for some api
5 years ago
Ziyan
ca791c942a
insert depend for opt weight grouping
5 years ago
mindspore-ci-bot
5a716d03e1
!13386 modify api
From: @lijiaqi0612
Reviewed-by: @kisnwang,@kingxian
Signed-off-by: @kingxian
5 years ago
mindspore-ci-bot
6fcc934359
!13381 fix execution order of broadcast weight grouping
From: @gong_zi_yan
Reviewed-by: @kisnwang,@stsuteng
Signed-off-by: @stsuteng
5 years ago
Jiaqi
08ff9f95a8
maeloss api
5 years ago
Ziyan
a7ff90e011
fix execution order of broadcast weight grouping
5 years ago
mindspore-ci-bot
5c39c33c92
!13260 fix SequentialCell and CellList parameter name bug
From: @caozhou_huawei
Reviewed-by:
Signed-off-by:
5 years ago
mindspore-ci-bot
0d93f4475f
!13192 add check and fix bug
From: @lijiaqi0612
Reviewed-by:
Signed-off-by:
5 years ago
caozhou
d443e00593
fix SequentialCell and CellList parameter name bug
5 years ago
Jiaqi
cbd717ea23
add check and fix bug
5 years ago
wangshuide2020
28bf0b4fe2
add raises description for Adam, Lamb, Momentum, etc. operators.
5 years ago
Jiaqi
a82ecaa0ed
modify api and add check
5 years ago
Jiaqi
af3a7a30f8
add grad centralization
5 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)
```
5 years ago
mindspore-ci-bot
9fa0499fa0
Change GatherV2 to Gather r1.1 to master
5 years ago
fangzehua
f97e19f23f
add cache pass
5 years ago
yanghaoran
58bae307d6
fix bugs
5 years ago
Ziyan
660f578988
fix standalone prediction
5 years ago
mindspore-ci-bot
00611b1c41
!10175 Add tensor.ndim and rename tensor.size() to tensor.size
From: @yanglf1121
Reviewed-by: @kingxian,@zhunaipan
Signed-off-by: @kingxian
5 years ago
Ziyan
c5c905fdf5
add restriction for opt shard
5 years ago
yanglf1121
918679daa3
add tensor.ndim and rename tensor.size() to tensor.size
5 years ago
lizhenyu
e3f7ae61db
add ps cache manager
5 years ago
caifubi
3033ae295c
Create Tensor for assignadd input in Optimizer
5 years ago
caifubi
702ab2bac2
Change const tensor dtype to fp16
5 years ago