Commit Graph

26812 Commits

Author SHA1 Message Date
lizhenyu e44ba047d0 fix bug of infer shape in dynamic shape training 2021-07-03 17:16:19 +08:00
i-robot 03ba1d08b3 !19308 Serving, pangu alpha update
Merge pull request !19308 from 徐永飞/master
2021-07-03 09:15:39 +00:00
zhengjun10 5d5675335b fix lite java inference bug 2021-07-03 16:56:32 +08:00
i-robot 77b96d7bce !19326 [MSLITE][DEVELOP] fix bug of npu+fp16
Merge pull request !19326 from yangruoqi713/npu
2021-07-03 08:27:43 +00:00
gaoyong10 03021379d4 Fix ocean and sponge net. 2021-07-03 16:22:00 +08:00
i-robot 57464dd61b !19249 fix group FracZ transdata in multi-graph scene
Merge pull request !19249 from yuchaojie/op_select
2021-07-03 07:57:41 +00:00
郑彬 c9d5b13e37 bert can been used on ModelArts 2021-07-03 15:46:58 +08:00
i-robot 1ddc12631a !19320 [MS][LITE][Develop] fix x86_64 asan build
Merge pull request !19320 from sunsuodong/fix_asan_build
2021-07-03 07:23:39 +00:00
yangruoqi713 a530c86e31 [MSLITE][Develop] add hardware judge for tensor rt delegate 2021-07-03 15:12:26 +08:00
i-robot 0a6d61b4ba !19222 modify multihead fusion
Merge pull request !19222 from hangq/earth
2021-07-03 07:05:42 +00:00
yangruoqi713 d2af221cf3 [MSLITE][DEVELOP] fix bug of npu+fp16 2021-07-03 14:56:04 +08:00
i-robot 89d7803bb3 !19257 support FaceDetection for GPU
Merge pull request !19257 from 周莉莉/master
2021-07-03 06:41:46 +00:00
i-robot 11b6b6b5a5 !19318 fix some models run gpu_cl fail in galaxys9
Merge pull request !19318 from yeyunpeng2020/gpu
2021-07-03 06:29:44 +00:00
i-robot 2115594104 !19259 [MSLITE] thread_pool RunWithSpin spin_count
Merge pull request !19259 from ling/pr
2021-07-03 06:17:45 +00:00
i-robot 061405ed79 !19288 [MSLITE] mindrt parallel coredump
Merge pull request !19288 from ling/sr
2021-07-03 06:09:39 +00:00
chenfei bacbdf7cf2 limit broaden scalar when scalar is env 2021-07-03 14:05:14 +08:00
i-robot 28991939bc !19280 [MSLITE] Fix bug of package
Merge pull request !19280 from wangshaocong/nnie_to_master
2021-07-03 05:33:42 +00:00
i-robot 1a9ce9244e !19266 [MSLITE] fix potential memory leak + remove multi-input cfg files
Merge pull request !19266 from XianglongZeng/myms_new_3
2021-07-03 04:55:35 +00:00
i-robot 09385ff9c8 !19279 [MSLITE]modify compile for tensorrt delegate as gpu
Merge pull request !19279 from Liu_Xuu/trt_0702
2021-07-03 04:53:39 +00:00
i-robot 4288252fd0 !18961 converter add inTensorShape
Merge pull request !18961 from yeyunpeng2020/master
2021-07-03 04:03:39 +00:00
sunsuodong f382cb85a3 fix_asan_build 2021-07-03 11:30:04 +08:00
yeyunpeng2020 a0d7b5ffe2 fix opencl malloc failed 2021-07-03 10:32:11 +08:00
panfengfeng 5c0c96cb42 fix googlenet save ckpt fail 2021-07-03 10:28:25 +08:00
Zhang Qinghua ae22b27dc3 Make function call depth variable as thread_local and refactor eval routine. 2021-07-03 10:00:03 +08:00
yuzhenhua 7c582c1071 fix crnn accuracy degradation bug 2021-07-03 09:36:16 +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
Parastoo Ashtari a153f6b35f Fix receive WaitCMD instead of terminate for multigraph GPU 2021-07-02 14:30:00 -04:00
i-robot 2e6557a9b6 !18572 Add MNasNet(master)
Merge pull request !18572 from Windaway/master
2021-07-02 17:06:15 +00:00
changzherui 2ff0e2af5f mpdofy onnx.proto 2021-07-03 00:26:49 +08:00
changzherui ff745a55f9 modify export air parameter format 2021-07-03 00:24:11 +08: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
Liu_Xuu 28430bc1f5 [MSLITE] modify compile for tensorrt delegate as gpu 2021-07-02 21:24:47 +08:00
xuyongfei 28d6ca914e Serving, pangu alpha update 2021-07-02 20:04:25 +08: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
chenshushu c2e5260b53 【模型】Bert base
【修改说明】cluner支持SDK、mxbase推理
【验证结果】容器中推理 OK
【修改人】chenshushu
【评审人】
2021-07-02 19:58:09 +08: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
yeyunpeng2020 9dd62d7652 converter add inputShape 2021-07-02 17:54:38 +08: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
caifubi c4914011e0 fix TensorCopySlice bprop bug 2021-07-02 17:35:56 +08: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
ling 052517c61c [MSLITE] mindrt parallel coredump 2021-07-02 17:31:04 +08: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
caojian05 39b42238ff fix model zoo fossid check failed 2021-07-02 17:21:27 +08: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