dingpeifei
bce6b0c68c
white list 1124 master
4 years ago
buxue
45e0a4b9bf
support upodate parameters after load mindir
4 years ago
i-robot
17db972047
!25710 modify pangu model batchsize split
Merge pull request !25710 from lilei/modify_pangu_model_for_master
4 years ago
lilei
6dbee87bb8
modify pangu model micro batch
4 years ago
王南
3bf0d91158
metric and optim comments update
4 years ago
lilei
2263e05bc7
modify pangu model micro batch
4 years ago
liutongtong
48e2b62f0c
edit comments format for mindspore.nn
4 years ago
lilei
35dbb76214
modify pangu model batchsize split
4 years ago
i-robot
bb27e1571a
!23325 modify 3d adapter format and modify comment
Merge pull request !23325 from changzherui/mod_3d_format
4 years ago
changzherui
24c307a248
modify 3d format and modify comment
4 years ago
caifubi
95db5fd4be
Fix PyNative Parameter Broadcast bug
4 years ago
yao_yf
3ca73a6d6b
broadcast using seqarates world group
4 years ago
Zhang Qinghua
d75da759d6
Return Depend CNode's first node if the dependant has a value.
4 years ago
linqingke
6953610a91
add adasum optimizer.
4 years ago
lichenever
8c1998fd6b
add_op_AllToAllv
4 years ago
i-robot
a482cf7dc2
!19458 [AutoParallel]fix pipeline split bug
Merge pull request !19458 from lichen/fix_pipeline_split_bug
4 years ago
王南
5f2d458f60
add Number link for api docs
4 years ago
lichenever
108967ff7d
fix_pipeline_split_bug
4 years ago
王南
3f0f88ee47
fix bug in api document
4 years ago
王南
e1edb7314f
fix api docs
4 years ago
Ziyan
be1f5a43d7
opt shard fit micro batch
4 years ago
i-robot
e263ae8874
!18548 fix docs of GradOperations for its example appears wrong output and add the CPU platform to docs of some operators
Merge pull request !18548 from dinglinhe/code_docs_dlh_ms_I3W537
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.
5 years ago
dinglinhe
990db4e6f9
Added some descriptions supported by the CPU platform and the example sample output of the a operator does not match the expected output
4 years ago
lichenever
db5d508356
pipeline_split_adapt_master
5 years ago
mindspore-ci-bot
e3dc9a75cc
!12898 support parameter freeze
From: @zhangbuxue
Reviewed-by:
Signed-off-by:
5 years ago
buxue
2bda8c21e9
support grad freeze
5 years ago
zhangyi
fa2eaafa51
fix some error format for api comments.
5 years ago
mindspore-ci-bot
72bad339e7
!14065 New add grad accumulation for network.
From: @linqingke
Reviewed-by: @guoqi1024,@xu-yfei
Signed-off-by: @guoqi1024
5 years ago
linqingke
7b48d059c5
new add grad accumulation for network.
5 years ago
lvliang
5c6745b3f5
update_case_for_interface_forwardvalueandgrad
5 years ago
linqingke
db385e9b05
remove uselesee updatestate pattern and fix loss and J order
5 years ago
lvliang
c66f21b1e8
update_doc_for_forwardvalueandgrad
5 years ago
mindspore-ci-bot
4a1b9e4a12
!13431 Add defer_inline flag for on-grading primal graph.
From: @zh_qh
Reviewed-by: @ginfung
Signed-off-by: @ginfung
5 years ago
Zhang Qinghua
8d36b00426
Add defer_inline flag for on-grading primal graph.
5 years ago
lvliang
fe264ee9c6
update_documentation_for_interface_ForwardValueAndGrad
5 years ago
mindspore-ci-bot
4e43fb939a
!13355 add degree and mean to TrainOneStepCell
From: @wangnan39
Reviewed-by: @kingxian,@zh_qh
Signed-off-by: @kingxian
5 years ago
wangnan39@huawei.com
0f844de1a9
add degree and mean to TrainOneStepCell
5 years ago
wangshuide2020
28bf0b4fe2
add raises description for Adam, Lamb, Momentum, etc. operators.
5 years ago
lvliang
26f6fea675
debug_for_new_interface_forwardvalueandgrad
5 years ago
yujianfeng
41189781f3
support scalar input for cell
5 years ago
lvliang
dd36171976
add-new-interface-forward-value-and-grad
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
zhangyi
49045e168b
fix api error format showing on website.
5 years ago
lilei
8ba7b6c693
Modify Note
5 years ago
bai-yangfan
80b8124d60
nn_notes
5 years ago
wangshuide2020
478dd7bc10
update example of getnext and getnextsingleop
5 years ago
lilei
7ed181ec7c
modify Note
5 years ago
buxue
0647b8b7db
optimize scalar to tensor function
5 years ago
buxue
1bd2f100be
modify example of ParameterUpdate
5 years ago