Commit Graph

26344 Commits

Author SHA1 Message Date
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
2021-07-03 00:03:37 +08:00
i-robot af8c15265d !18901 split-with-over-lap op bug
Merge pull request !18901 from ling/sr
2021-07-01 03:49:07 +00:00
i-robot 94443f8e8c !16674 [crowdfunding] Add new model: posenet(GPU)
Merge pull request !16674 from dlliu123/posenet_gpu-master
2021-07-01 03:29:27 +00:00
i-robot 8e7e643078 !19158 Support TensorRT
Merge pull request !19158 from yeyunpeng2020/trt_bak
2021-07-01 03:21:28 +00:00
i-robot abb325057c !19005 sympy delete
Merge pull request !19005 from mindspore_ding/code_clean_0621
2021-07-01 03:19:28 +00:00
i-robot 35e35d5af4 !19077 Trace CNode Enter&Leave during StackFrame jump.
Merge pull request !19077 from 张清华/opt
2021-07-01 03:07:56 +00:00
i-robot 4703c3085f !19177 update the result of CosineEmbeddingLoss, MultiClassDiceLoss example and some format problem of SampledSoftmaxLoss.
Merge pull request !19177 from wangshuide/code_docs_wsd_master
2021-07-01 02:43:53 +00:00
i-robot 2613322966 !19189 [doc]rm space after ‘:’
Merge pull request !19189 from chenfei_mindspore/code_docs_api_clean
2021-07-01 02:35:58 +00:00
i-robot dffea88550 !19079 add fat-deepffm master
Merge pull request !19079 from four_WW/ffm_master_2
2021-07-01 02:33:56 +00:00
i-robot a230e0e62c !19185 Fix missing parameter name issue in dump and incorrect read tensor output size in offline debugger
Merge pull request !19185 from TinaMengtingZhang/bugfix_miss_param_name
2021-07-01 02:14:03 +00:00
i-robot 81ae4d950c !19186 [MS][LITE][TOD] Fixed exporting of albert model
Merge pull request !19186 from ehaleva/i3yl2h
2021-07-01 02:01:54 +00:00
i-robot bb76628b70 !18983 infer optimize to support determined fun first goes
Merge pull request !18983 from lanzhineng/infer_optv3
2021-07-01 02:00:02 +00:00
i-robot 98f66ae3dd !19164 delete useless compiled pachages in build.gradle for fl_client
Merge pull request !19164 from zhoushan33/flclient0630_3_om
2021-07-01 01:47:57 +00:00
i-robot 5228990042 !19095 Fix core dump in the pynative mode
Merge pull request !19095 from huanghui/fix-pynative-mode-crash
2021-07-01 01:45:56 +00:00
chenfei 67e811ff6f rm space after : 2021-07-01 09:44:58 +08:00
i-robot cc4583d892 !19012 modify model_zoo net export
Merge pull request !19012 from lilei/modify_model_zoo_bug
2021-07-01 01:41:57 +00:00
ling 74b6edfdba split-with-over-lap op bug 2021-07-01 09:28:37 +08:00
i-robot aab9502549 !19182 Add hybrid script
Merge pull request !19182 from ZPaC/sync-from-enter
2021-07-01 01:25:57 +00:00
i-robot d7e0b93c61 !19176 fix 310 check support
Merge pull request !19176 from zhoufeng/fix-310-check-support
2021-07-01 01:23:57 +00:00
i-robot 069f8b0a4a !19173 fix param not exist on ascend infer
Merge pull request !19173 from zhoufeng/fix-ascend-load-mindir
2021-07-01 01:21:56 +00:00
i-robot 3ad613e9e2 !19139 [MSLITE] Disable mindrt for nnie.
Merge pull request !19139 from wangshaocong/nnie_to_master
2021-07-01 01:20:01 +00:00
i-robot 0cd459fb47 !19138 mindrt parallel ut test
Merge pull request !19138 from ling/pr
2021-07-01 01:16:01 +00:00
i-robot 71f185ae1e !18917 [MS][LITE] add nnie ci scripts
Merge pull request !18917 from jianghui58/nnie_ci
2021-07-01 01:13:58 +00:00
i-robot c2ed88dc4c !18925 [LITE][IOS] fix ios compile for new xcode
Merge pull request !18925 from yefeng/127-fix_ios_new_xcode
2021-07-01 01:11:56 +00:00
i-robot d55d74cda7 !19159 modified test_yolov3_darknet53
Merge pull request !19159 from 吴书全/PR0316
2021-07-01 01:09:59 +00:00
i-robot 6debec1ee7 !19046 [MS][LITE]mindRT add some func for control flow
Merge pull request !19046 from mengyuanli/add_lite_mindrt
2021-07-01 01:07:58 +00:00
i-robot 34b36621a1 !19150 [MS][LITE][CPU] ndk21 导致的arm32 训练编译问题
Merge pull request !19150 from liuzhongkai/binayi
2021-07-01 00:41:55 +00:00
i-robot 26d1157d00 !19137 link auto monad for gather actor.
Merge pull request !19137 from gaoyong10/new_runtime17
2021-06-30 18:57:09 +00:00
Emir Haleva 3e4619c105 Fixed exporting of albert model 2021-06-30 19:08:02 +03:00
jianghui58 f0c93d91e4 add nnie ci scripts 2021-06-30 22:54:41 +08:00
TinaMengtingZhang 9a68c26fc6 Fix issues: 1.missing parameter name in dump; 2.too much read tensor output in offline debugger 2021-06-30 10:29:40 -04:00
ZPaC c053100ef6 Add hybrid script 2021-06-30 22:04:12 +08:00
wang_shaocong 9999b74ba5 [MSLITE] disable mindrt for nnie 2021-06-30 21:47:25 +08:00
i-robot d3ebec95a5 !19147 use the thread spin to optimize actor runtime performance
Merge pull request !19147 from limingqi107/bug_fix
2021-06-30 13:14:39 +00:00
mengyuanli 5dd94367fd add func for new control flow 2021-06-30 20:06:22 +08:00
zhoufeng 68904e53eb fix 310 check support
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-06-30 19:58:21 +08:00
zhoufeng 7884e5f30e fix param not exist on ascend infer
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2021-06-30 19:25:42 +08:00
ling 904e56a757 mindrt parallel ut test 2021-06-30 19:14:17 +08:00
i-robot ef84acbeef !19100 [MS][LITE] fix lite train java bug
Merge pull request !19100 from zhengjun10/master
2021-06-30 10:54:43 +00:00
lilei 1aeb26321d modify model_zoo net export 2021-06-30 18:34:34 +08:00
huanghui 088f83b48c fix core dump in pynative mode when param_info is set None 2021-06-30 18:03:22 +08:00
wangshuide2020 d5748c0b3c update the result of CosineEmbeddingLoss, MultiClassDiceLoss example and some format problem of SampledSoftmaxLoss. 2021-06-30 17:35:39 +08:00
i-robot bde38a582c !19117 SetDebugger for MindRTBackend and clean debug_actor code
Merge pull request !19117 from parastooashtari/new_unified_gpu
2021-06-30 09:25:54 +00:00
i-robot 207e49e591 !19153 refresh nnie so
Merge pull request !19153 from zhaodezan/master
2021-06-30 09:23:55 +00:00
zhoushan 8de404d906 delete useless compiled pachages in build.gradle for fl_client 2021-06-30 16:57:55 +08:00
i-robot d96faad6a2 !19162 Update modelzoo owner names
Merge pull request !19162 from chenhaozhe/code_docs_modelzoo_owners
2021-06-30 08:49:57 +00:00
i-robot 36cb906c53 !19149 Fix some typos
Merge pull request !19149 from zuochuanyong/code_docs_adaptive_avgpool_2d
2021-06-30 08:46:01 +00:00
chenhaozhe 65c54afbd8 update modelzoo owners 2021-06-30 16:39:06 +08:00
zhengjun10 f054829913 fix train lite demo bug 2021-06-30 16:36:08 +08:00
wsq3 2410b0c223 modified test_yolov3_darknet53 2021-06-30 16:31:25 +08:00