i-robot
bdfd3877f8
!23300 Optimize of exception log of AD
Merge pull request !23300 from YuJianfeng/dfx
4 years ago
yujianfeng
752bdde06d
Optimize of exception log of AD
4 years ago
i-robot
0071667155
!23039 [Fallback] Fix previous block parameters problem and add test cases.
Merge pull request !23039 from 张清华/opt_fallback
4 years ago
huanghui
dd71e349ca
Update GetRealPath for compiler
4 years ago
i-robot
1e77f20a04
!23145 Seperate pynative dfunctor function
Merge pull request !23145 from LiangZhibo/ad
4 years ago
Zhang Qinghua
bcfb274074
[Fallback] Fix previous block parameters problem, and add test cases.
4 years ago
l00591931
fde4bb0645
Seperate pynative ad dfunctor function
4 years ago
yujianfeng
dfe1b05b28
Get bprop from python when the bprop mindir dir does not exist
4 years ago
Zhang Qinghua
7203989c26
Support fallback feature in Graph mode (1).
4 years ago
7347157+joylvliang@user.noreply.gitee.com
0fb07a6377
eliminate_forward_cnode_in_grad_graph_decorated_by_ms_function
4 years ago
yujianfeng
712b9bd013
convert some ops bprops to mindir
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
b077aa1cab
[feat] [assistant] [I3T96T] add new Dataset operator CMUARCTICDataset
4 years ago
djc
4e6f7dc97d
[feat] [assistant] [I3T96X] add new Dataset operator LibriSpeechDataset
4 years ago
zjun
35aab6144d
Fix pynative memory leak
Signed-off-by: zjun <zhangjun0@huawei.com>
4 years ago
i-robot
50d54a7482
!20787 Memory leak fix.
Merge pull request !20787 from zhangzhaoju/master_leak_fix
4 years ago
zhangzhaoju
c7e6ad4f7d
Add swtich to controll cache or not cache graph for ad
4 years ago
i-robot
3cf9c6c516
!21542 Set reviewers for ME-Compiler sub-module.
Merge pull request !21542 from 张清华/code_docs_reviewers
4 years ago
Zhang Qinghua
4c8e4d43c7
Set reviewers for ME-Compiler sub-module.
4 years ago
yujianfeng
cf4121126a
Only replace the primal user with tuple_getitem once
4 years ago
i-robot
6339d5a1df
!20872 Clean code for frontend compiler
Merge pull request !20872 from YuJianfeng/clean
4 years ago
Zhang Qinghua
8be269c1cc
Fix GradOperation issues:
- Allow the J CNode used multiple as non-call input.
- Check recursive J FG including FV J CNode.
- Add grad functional api.
4 years ago
yujianfeng
31a450842d
Code self-check fix
4 years ago
i-robot
f44a92c4b3
!20504 Fix warning of codes
Merge pull request !20504 from JoyLvliang/fix_warning_of_codes
4 years ago
i-robot
7295e106e6
!20595 Erase input replace in pynative train process
Merge pull request !20595 from zjun/erase_input
4 years ago
7347157+joylvliang@user.noreply.gitee.com
ab32ebc758
fix_warning_of_codes
4 years ago
zhousiyi
9319eff958
change the error type from RuntimeError to TypeError
4 years ago
i-robot
dead967db2
!20494 fix code warning
Merge pull request !20494 from lianliguang/code_warning_master
4 years ago
zjun
82653f31f7
Erase input replace
Signed-off-by: zjun <zhangjun0@huawei.com>
4 years ago
lianliguang
3bca7466dd
fix codex pclint and code check2.0
4 years ago
i-robot
5faf074413
!20549 Code check cleanup.
Merge pull request !20549 from Margaret_wangrui/clean_code
4 years ago
i-robot
4207e2851c
!20506 revert the workaround in pr 19949
Merge pull request !20506 from xychow/revert-workaround-in-pr-19949
4 years ago
i-robot
439842c19c
!20517 fix clean code problem in master
Merge pull request !20517 from huangbingjian/clean_code_master
4 years ago
zhousiyi
248b6f2022
revert workaround in pr 19949 as pr 20417 and pr 20505 should resolve the issues
4 years ago
Margaret_wangrui
737970cd89
code check clean up
4 years ago
i-robot
7f34d541df
!20417 simplify zeros_like in bprop_fg as u to eliminate free variable
Merge pull request !20417 from xychow/eliminate-free-variable-u
4 years ago
huangbingjian
2e863dbccc
fix clean code problem
4 years ago
zhousiyi
b590f6d929
don't replace u with fprop_u in primal_graph and bprop_fg
4 years ago
yujianfeng
615c977caa
code check cleanup
4 years ago
chenfei
470e0e650f
fix lift_fv_before_grad cond
4 years ago
zhousiyi
a5b4e7bbf8
lift fv before grad except weight, then convert
switch(cond, partial(g1, xs), partial(g2, ys))(Zs)
to
switch(cond, g1, g2)(Xs, Ys, Zs)
switch_layer(index, make_tuple(partial(g1, xs), partial(g2, ys)))(Zs)
to
switch_layer(index, make_tuple(g1, g2))(Xs, Ys, Zs)
put Zs at last when unifyparameter as it may have u-monad or io-monad
use joined args other than broadened one as some extra parameter which is not a parameter of while_header can be add to while_body
inline fprop_switch forcely
reorder the parameter if one of the parameter is Monad when incorporate call
incorporate switch tuple_getitem if item 0 of tuple is EnvInstance or
item 1 of tuple is bprop function
addn with shape() and shape(1)
remove context_ from FuncGraphEvaluator to make it re-entry able to resolve evaluator stuck issue because of re-entry of the same FuncGraphEvaluator
5 years ago
l00591931
8ae5d7cc84
Fix compile cache for resnet50
4 years ago
yujianfeng
e88d058787
Add bprop cache
5 years ago
i-robot
d5c01bedfb
!18243 Code rectification for ad
Merge pull request !18243 from YuJianfeng/clean
4 years ago
yujianfeng
d6d3a5d127
Code rectification for ad
4 years ago
joylvliang
356c9361bd
fix_memory_not_enough_in_pynative_mode
4 years ago
zjun
4e550e5b42
Fix sens bug
Signed-off-by: zjun <zhangjun0@huawei.com>
4 years ago
lianliguang
8a9b388ac3
clean CXX warning
4 years ago
Margaret_wangrui
f5137e379a
clean codedex
4 years ago
mindspore-ci-bot
ad165deb15
!17395 Change location to add primal information for back-propagation node.
From: @liangzhibo
Reviewed-by: @zh_qh,@ginfung
Signed-off-by: @zh_qh
5 years ago