Commit Graph

28897 Commits

Author SHA1 Message Date
i-robot e680e9059c !21706 [LITE][TRAIN] fix train op acc
Merge pull request !21706 from yefeng/142-fix_train_acc
2021-08-12 12:22:09 +00:00
i-robot 781accd9a9 !21753 dataset: fix open failed url in cite
Merge pull request !21753 from ms_yan/code_docs_url
2021-08-12 12:17:41 +00:00
ms_yan d8760e760a fix cite url in docs 2021-08-12 19:55:17 +08:00
i-robot 6ca6d7e42d !20973 keep tuple_getitem as much as possible to reduce the number of func graphs.
Merge pull request !20973 from xychow/dont-eliminate-tuple-getitem
2021-08-12 11:51:45 +00:00
i-robot a71c0d19d3 !21696 unified runtime clear the resource of graph
Merge pull request !21696 from limingqi107/bug_fix
2021-08-12 11:43:48 +00:00
i-robot 8c2b6d0e17 !21675 RL add buffer gpu kernel
Merge pull request !21675 from VectorSL/push-buffer-op-gpu
2021-08-12 11:31:30 +00:00
i-robot 61f60082d5 !21646 modify comment and fix model_zoo psenet bug
Merge pull request !21646 from changzherui/modi_comment
2021-08-12 11:16:45 +00:00
i-robot 68c9a8a24e !21742 [MSLITE] Adjust model name to the original one.
Merge pull request !21742 from wangshaocong/convert_name
2021-08-12 11:01:04 +00:00
i-robot 2650aae9ba !21351 complex support
Merge pull request !21351 from zhouyaqiang0/complex_support
2021-08-12 09:39:15 +00:00
wang_shaocong b63fde1823 [MSLITE] Adjust model name to the original one 2021-08-12 17:10:02 +08:00
i-robot 3cf94e9195 !21723 added ssl client
Merge pull request !21723 from anancds/node
2021-08-12 09:04:30 +00:00
i-robot bb406a14b5 !21635 [MSLITE] Modify output tensor names of ms model.
Merge pull request !21635 from wangshaocong/convert_name
2021-08-12 08:58:17 +00:00
i-robot 9b3251f3ce !18785 Senta模型复现
Merge pull request !18785 from 杨羽频/ms_master
2021-08-12 08:47:20 +00:00
i-robot 7732e4d8ff !21697 [lite]adjust extend registry namespace
Merge pull request !21697 from 徐安越/master
2021-08-12 08:44:04 +00:00
i-robot e25118eb66 !21679 add fat-deepffm master
Merge pull request !21679 from four_WW/dffm_master
2021-08-12 08:15:40 +00:00
i-robot 084cd507ec !19148 新增emotect模型310推理
Merge pull request !19148 from 吕昱峰(Nate.River)/master
2021-08-12 08:11:14 +00:00
zhousiyi 94e5fe6242 keep tuple_getitem as much as possible to reduce the number of func graphs
shrink output of func_graph other than set unused to dead node
2021-08-12 07:59:16 +00:00
i-robot e7b56e2f15 !21699 [EmbeddingLookup] Add a check for scalar indices of EmbeddingLookup
Merge pull request !21699 from Xiaoda/80-add-a-check-for-embeddinglookup-scalar-indice
2021-08-12 07:57:46 +00:00
i-robot 6b3aedea1c !21726 modified readme in yolov3_darknet53
Merge pull request !21726 from 吴书全/PR0812
2021-08-12 07:48:34 +00:00
yefeng 746d6654fc fix train op acc 2021-08-12 15:29:16 +08:00
i-robot dd7c7dcb83 !21677 fix bug in model_zoo/cv/research/centernet_resnet50_v1
Merge pull request !21677 from zhongkaidi/cm_master
2021-08-12 07:09:31 +00:00
i-robot 92205dafbd !21720 fix pynative mode train failed
Merge pull request !21720 from Shawny/code_docs_wideresnet
2021-08-12 07:09:29 +00:00
i-robot 76015f46ac !21664 fix yolov3_darknet53 310 infer fail bug in master
Merge pull request !21664 from zhanghuiyao/master
2021-08-12 07:08:19 +00:00
i-robot db8f4524c2 !21708 update Matmul docs for its wrong format
Merge pull request !21708 from dinglinhe/code_docs_dlh_ms_I440D3_1
2021-08-12 07:05:24 +00:00
l00486551 bcd7e00633 fix pynative mode train failed 2021-08-12 14:56:58 +08:00
chendongsheng 5ec7a5f977 added ssl client 2021-08-12 14:50:55 +08:00
wsq3 77620043c9 modified readme 2021-08-12 14:49:37 +08:00
changzherui 3b0019b45f modify comment 2021-08-12 14:49:32 +08:00
xuanyue b174f135ce adjust extend registry namespace 2021-08-12 14:40:57 +08:00
wang_shaocong e3d00ba8ca [MSLITE] Modify output tensor names of ms model 2021-08-12 14:26:46 +08:00
i-robot 396499be56 !21671 added check certificate
Merge pull request !21671 from anancds/node
2021-08-12 06:15:11 +00:00
limingqi107 473db12d1e unified runtime clear the resource of graph 2021-08-12 12:52:34 +08:00
chendongsheng b24f2e75d4 added check certificate 2021-08-12 11:45:18 +08:00
i-robot bff5cbda9c !21670 fix: null numpy field in mindrecord will cause read error
Merge pull request !21670 from guozhijian/fix_null_numpy_field_in_mr
2021-08-12 03:39:34 +00:00
i-robot 3c106399bc !21645 fcn-4 GPU compatibility
Merge pull request !21645 from Maige/code_docs_fcn-4
2021-08-12 03:31:48 +00:00
dinglinhe 1c5290e1d9 update Matmul docs for its wrong format 2021-08-12 11:22:46 +08:00
Xiaoda Zhang a211f2f595 add a check for scalar indices of embeddinglookup 2021-08-12 11:08:01 +08:00
i-robot 671b05e034 !21668 [MSLITE][DEVELOP] fix bug of npu deconvolution
Merge pull request !21668 from yangruoqi713/master
2021-08-12 02:53:06 +00:00
zhouyaqiang b81ba100b7 add complex number support 2021-08-12 10:36:43 +08:00
i-robot f936fe9c2e !21661 support more high rank for activation op
Merge pull request !21661 from zhangbuxue/support_more_high_rank_for_activation_op
2021-08-12 02:28:33 +00:00
i-robot a5388a5227 !21621 fix recompute_fuse
Merge pull request !21621 from lingyunli63/fix_recompute_fuse
2021-08-12 02:10:29 +00:00
i-robot 0a05954ddb !21626 RL add buffer prim
Merge pull request !21626 from VectorSL/push-buffer-op-prim
2021-08-12 02:03:47 +00:00
i-robot eff122c19e !21508 update md5 for json
Merge pull request !21508 from liubuyu/master
2021-08-12 01:54:38 +00:00
i-robot df2547e62f !16085 添加stgcn网络到master分支
Merge pull request !16085 from 常顺/my_master
2021-08-12 01:49:14 +00:00
i-robot 63445ff6fd !21627 alltoall exception handle
Merge pull request !21627 from zhoufeng/alltoall_exception
2021-08-12 01:40:22 +00:00
i-robot 52ff091534 !21629 Modifying Tensor Device Address Setting Conditions
Merge pull request !21629 from hwjiaorui/tensor-async
2021-08-12 01:34:45 +00:00
i-robot 6320bf6b7b !21676 check strategy for conv2d
Merge pull request !21676 from yangzhenzhang/check-strategy-for-conv2d
2021-08-12 01:29:37 +00:00
i-robot 73b55cff72 !20794 add adafactor
Merge pull request !20794 from jiangzhenguang/add_adafactor_optimizer
2021-08-12 01:27:03 +00:00
i-robot 65b39995fb !21651 fix lstm split error
Merge pull request !21651 from chujinjin/fix_lstm_split_error
2021-08-12 01:20:14 +00:00
i-robot d781904e07 !21614 [MS][LITE][STABLE]append note for interfaces
Merge pull request !21614 from chenjianping/append_note
2021-08-12 01:18:58 +00:00