Commit Graph

26506 Commits

Author SHA1 Message Date
gaoyong10 03021379d4 Fix ocean and sponge net. 2021-07-03 16:22:00 +08:00
i-robot 0022d07d6e !19289 Lift FV before AD pass.
Merge pull request !19289 from 张清华/cconv_opt0
2021-07-03 01:27:35 +00:00
i-robot 46377a98b5 !19274 add the device id when memory not enough
Merge pull request !19274 from limingqi107/bug_fix
2021-07-02 21:28:12 +00:00
i-robot 2e6557a9b6 !18572 Add MNasNet(master)
Merge pull request !18572 from Windaway/master
2021-07-02 17:06:15 +00:00
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 6b902f7a3b !19217 fixed recovery issue
Merge pull request !19217 from anancds/pclint
2021-07-02 14:20:49 +00:00
i-robot d0bab79fde !19252 add dump pb and nccl protected
Merge pull request !19252 from limingqi107/bug_fix3
2021-07-02 12:00:45 +00:00
i-robot d3f90a861a !19282 fix adam op accu bug
Merge pull request !19282 from zyli2020/fix_mindtest_bug
2021-07-02 11:44:44 +00:00
i-robot 5cff24c635 !15287 add squeezenet1_1
Merge pull request !15287 from wanglin/test2
2021-07-02 11:37:16 +00:00
i-robot fd262eb3b8 !19245 ignore the internal parameter output in actor runtime
Merge pull request !19245 from limingqi107/bug_fix2
2021-07-02 09:42:55 +00:00
i-robot 0aef1943d0 !19134 centerface test
Merge pull request !19134 from huchunmei/center1
2021-07-02 09:36:50 +00:00
i-robot bff2e2e01b !19124 fix gpt2 load ckpt uncorrect shape
Merge pull request !19124 from chenmai1102/cm_master
2021-07-02 09:34:52 +00:00
i-robot d067d55f0f !19251 support virtual computing for tbe op
Merge pull request !19251 from laiyongqiang/tbe_virtual
2021-07-02 09:28:55 +00:00
i-robot d4d3a00e58 !19293 fix RISE docstring indent
Merge pull request !19293 from TonyNG/code_docs_rise
2021-07-02 09:12:52 +00:00
unknown 54dc5a1a71 fix indent 2021-07-02 16:56:48 +08:00
i-robot e1d25946bc !19256 Delete map_model which is not used anymore.
Merge pull request !19256 from chenhaozhe/delete-map-model
2021-07-02 08:50:52 +00:00
i-robot 8847770fdb !19064 Concat operator prompts incorrectly
Merge pull request !19064 from dinglinhe/dlh_code_ms_I3XN7I_1
2021-07-02 08:48:52 +00:00
i-robot bb43be1fb4 !18954 modify model_zoo resnet network for clould
Merge pull request !18954 from lilei/modify_model_zoo_resnet50
2021-07-02 08:46:52 +00:00
i-robot a75b8e2b4e !19165 fix cmake find python
Merge pull request !19165 from zhoufeng/cmake-find-python
2021-07-02 08:44:53 +00:00
i-robot 8ecfc11dbf !19155 export on modelarts
Merge pull request !19155 from huchunmei/export1
2021-07-02 08:28:55 +00:00
i-robot 75f772b7df !19111 add optional axis attr for flatten and update example of PSNR
Merge pull request !19111 from wangshuide/wsd_master_new
2021-07-02 08:19:36 +00:00
i-robot d20b3d8faf !19235 SliceGrad unify mindir adaption for CJ frontend
Merge pull request !19235 from yuchaojie/unify_ir
2021-07-02 08:13:39 +00:00
i-robot 5fe6208f75 !19281 add "Supported Platforms" for optimizer thor api
Merge pull request !19281 from wangshuangling/code_docs_two
2021-07-02 08:05:38 +00:00
chendongsheng c7cb8f9da8 fixed recovery issue 2021-07-02 15:51:23 +08:00
i-robot fb6b56ccd6 !19258 modify gnmt_v2 net for clould
Merge pull request !19258 from zhanghuiyao/gnmt_v2_clould_new
2021-07-02 07:47:44 +00:00
lizhenyu 2d2bcef88d fix adam op accu bug 2021-07-02 15:34:38 +08:00
i-robot 2b38c02084 !19062 Adam fp16/fp32 cast optimize with SIMD Intrinsics
Merge pull request !19062 from zhaosida/zsd_adam_simd
2021-07-02 06:57:42 +00:00
sl_wang 8870a65136 add supported platforms for thor api 2021-07-02 14:57:16 +08:00
i-robot c17ab5b747 !19268 add Third_Party_Notice of <okhttp 3.14.9> and <The Legion of the BouncyCastle 1.68>
Merge pull request !19268 from zhoushan33/fl_client0702_om
2021-07-02 06:39:33 +00:00
i-robot 39659af1e8 !19244 fix lstm build error
Merge pull request !19244 from kisnwang/fix-lstm-build-error
2021-07-02 06:29:33 +00:00
i-robot 0ff9d6016a !19103 crnn_seq2seq_ocr 310 infer
Merge pull request !19103 from 张晓晓/crnn_seq2seq_ocr
2021-07-02 06:15:38 +00:00
i-robot 7adf13aa98 !19272 [MSLITE] subgraph split headnode bug
Merge pull request !19272 from ling/bug
2021-07-02 06:09:37 +00:00
i-robot d1045d16f6 !16918 [crowdfunding]  glore_resnet200(gpu) check
Merge pull request !16918 from shuait/glore_master_gpu
2021-07-02 05:37:53 +00:00
limingqi107 04d45861b5 add the device id when memory not enough 2021-07-02 13:07:29 +08:00
i-robot bf1143cfaf !19264 [MS][LITE][STABLE]support custom kernel split to cpu subgraph
Merge pull request !19264 from chenjianping/kernel_reg
2021-07-02 04:05:05 +00:00
ling 4ae5e7c5cf [MSLITE] subgraph split headnode bug 2021-07-02 12:03:59 +08:00
i-robot 3a9f5f6483 !18820 HarDNet(GPU) check
Merge pull request !18820 from kqzhang/hardnet
2021-07-02 03:57:02 +00:00
zhoushan 1a933e0c48 add Third_Party_Notice of <okhttp 3.14.9> and <The Legion of the Bouncy Castle 1.68> 2021-07-02 11:26:19 +08:00
limingqi107 70d156562a add dump pb and nccl protected 2021-07-02 11:25:43 +08:00
i-robot 630defa9e7 !19253 Fix out of range of graph output bug
Merge pull request !19253 from zyli2020/fix_issue_defect
2021-07-02 03:19:34 +00:00
i-robot d1f0ef2c9a !19243 [MS][LITE]fix x86 package's benchmark run some models too bad
Merge pull request !19243 from gongdaguo/fix_benchmark
2021-07-02 03:13:35 +00:00
i-robot 55a304c7d7 !19195 pangu_pipeline_modify
Merge pull request !19195 from yao_yf/pangu_pipeline_modify
2021-07-02 02:39:33 +00:00
chenjianping a16ae6da43 support custom op split to cpu subgraph 2021-07-02 10:35:15 +08:00
i-robot 78f1dc4c30 !19228 Fix the errors due to the wrong format
Merge pull request !19228 from dinglinhe/code_docs_dlh_ms_I3R3BX_FixError
2021-07-02 02:31:37 +00:00
LaiYongqiang ca7973daa5 adapt virtual computing 2021-07-02 10:16:00 +08:00
i-robot 9055537f62 !19144 Add support of GPU to CRNN
Merge pull request !19144 from lear/dev2
2021-07-02 02:05:35 +00:00
i-robot 70910a6fbc !19110 Ignore monad input when GetOpInputTensor
Merge pull request !19110 from tanghuikang/ignore_monad
2021-07-02 01:59:34 +00:00
zhanghuiyao f88da7f302 modify gnmt_v2 network for clould 2021-07-02 09:51:04 +08:00
i-robot ca76607cd2 !19220 tbe lic ctrl
Merge pull request !19220 from zhoufeng/tbe-lic
2021-07-02 01:49:33 +00:00
i-robot 42339ef358 !19237 mindrt bug : remove const node
Merge pull request !19237 from ling/pr
2021-07-02 01:47:36 +00:00