Commit Graph

26010 Commits

Author SHA1 Message Date
chendongsheng b4088faa3a added ssl verify 2021-06-19 17:37:54 +08:00
chendongsheng 5606b4f35d fixed ip check 2021-06-19 17:31:44 +08:00
i-robot ace830b7bc !18507 code_docs add missing numpy, nn and Tensor importer in Example
Merge pull request !18507 from zhiqwang/fixing-example
2021-06-19 09:20:17 +00:00
i-robot 4bfcf6254c !18545 Fix log incomplete when log to files if core dump
Merge pull request !18545 from huanghui/fix-log
2021-06-19 09:18:18 +00:00
i-robot 2a9ab1c211 !18486 upgrade_ascend_0617
Merge pull request !18486 from mindspore_ding/upgrade_ascend_0617
2021-06-19 09:12:18 +00:00
i-robot 9f67da8ab9 !17811 [MS][LITE]simplify script code
Merge pull request !17811 from XianglongZeng/myms_new_2
2021-06-19 08:52:40 +00:00
dingpeifei 0af87e888e upgrade_ascend_0617 2021-06-19 16:46:31 +08:00
liangzelang cef4f98543 Fix temporary parameter to save return value of multi-call subgraph bug.
ensure that the saved and retrieved temporary param ara the same variable.
2021-06-19 16:33:48 +08:00
i-robot 06490209a7 !18492 [lite]code self-check
Merge pull request !18492 from 徐安越/master_core
2021-06-19 08:24:18 +00:00
xiefangqi 4462d9bc35 optimize pyfunc error msg 2021-06-19 16:23:22 +08:00
i-robot 58202c546f !18569 optimized readme.md in yolov3_darknet53
Merge pull request !18569 from 吴书全/PR0316
2021-06-19 07:44:25 +00:00
i-robot 3596054d7b !18564 Update bprop mindir
Merge pull request !18564 from YuJianfeng/master
2021-06-19 06:22:09 +00:00
wsq3 42d63100c4 optimizer readme.md in yolov3_darknet53 2021-06-19 11:50:07 +08:00
zengxianglong 48d771f351 simplify CI script code 2021-06-19 11:26:49 +08:00
zhangzhaoju 00b309d10f solve alexnet coredump problem 2021-06-19 11:21:06 +08:00
zhanghuiyao 969da95546 modify FaceAttribute network for clould 2021-06-19 11:19:26 +08:00
huangxinjing 2341311ed3 rm fusion value as the mixed communication dtype is solved 2021-06-19 11:16:27 +08:00
zhangzhaoju 7752bc586d Fix elu fp16 heap overflow problem
dnnl not support fp16, delete the cpu kernel register for Elu f16
2021-06-19 11:13:17 +08:00
yujianfeng 3b6727d7ec Update bprop mindir 2021-06-19 10:57:10 +08:00
ZPaC 3013e08d1a Fix collective log 2021-06-19 10:39:41 +08:00
limingqi107 067bd90e3b actor runtime performance optimize 2021-06-19 09:36:31 +08:00
Peilin Wang ade26aa59f ReduceProd gpu kernel initial commit
update testcase

fix ci

fix ci
2021-06-18 17:01:32 -04:00
danishfarid cf2590c0eb firstCommit gpu CropAndResizeSupport 2021-06-18 11:51:14 -04:00
mohammad 7578603dda update static library's name 2021-06-18 09:46:56 -04:00
i-robot c3a9b08624 !18435 Remove monad from random operators in order to ensure parallel execution
Merge pull request !18435 from Margaret_wangrui/remove_monad_from_random_opt
2021-06-18 13:32:31 +00:00
i-robot 7b6b0e2a39 !18147 same primitive compile muti-time, attribute not sync to the correct version
Merge pull request !18147 from zhangzhaoju/master_quant_export
2021-06-18 13:30:35 +00:00
i-robot cd859df976 !18491 Fix a bug in python compose input checking
Merge pull request !18491 from h.farahat/py_compose
2021-06-18 13:20:30 +00:00
cristoval b35993e05d Revert "Support GCN on GPU"
This reverts commit 5941d4867c.
2021-06-18 19:36:23 +08:00
shen_jingxing 6ee7d8e39e BiasAdd bug fixed 2021-06-18 19:02:20 +08:00
huchunmei 02948b071f clould 2021-06-18 18:01:11 +08:00
i-robot 8999e45092 !18517 fix output shape & type
Merge pull request !18517 from luoyang/issues
2021-06-18 09:46:23 +00:00
zhangzhaoju 4b802b6140 fix issue:I3VO5F
[MS][NET][TinyBert][GPU]Network train failed
2021-06-18 17:42:07 +08:00
i-robot f6cda391a9 !18487 remove the redundant code, add docstring of operator init and add default valuefor args.
Merge pull request !18487 from wangshuide/wsd_master_warn
2021-06-18 09:38:26 +00:00
i-robot 1f134195cf !18506 Modify seed API
Merge pull request !18506 from lilei/modify_model_zoo_resnext50
2021-06-18 09:22:25 +00:00
i-robot 2e63b32fc6 !18124 finish ternarybert project
Merge pull request !18124 from chenzhuo/ternary
2021-06-18 09:20:25 +00:00
dinglinhe 990db4e6f9 Added some descriptions supported by the CPU platform and the example sample output of the a operator does not match the expected output 2021-06-18 17:10:55 +08:00
i-robot ec999d3fa5 !18477 Modify the error message of abstract join
Merge pull request !18477 from huangbingjian/abstract_join
2021-06-18 09:10:29 +00:00
i-robot 7c7ad5c033 !17456 add dncnn to model zoo
Merge pull request !17456 from yiqiang/dncnn
2021-06-18 09:04:25 +00:00
i-robot 147d670096 !18046 Convert python to C++ within Transpose operator.
Merge pull request !18046 from 沈竞兴/Transpose
2021-06-18 09:02:24 +00:00
huanghui 48951dd9dd fix log to file uncomplete 2021-06-18 17:02:07 +08:00
i-robot a5dff69a86 !18440 Fix the transformer network overflow while training standalone with 1 card.
Merge pull request !18440 from casgj/master_0615transformer
2021-06-18 08:52:27 +00:00
i-robot eb0bad4ad7 !16378 Export bprop func_graph to mindir
Merge pull request !16378 from YuJianfeng/bprop_mindir
2021-06-18 08:50:25 +00:00
i-robot 92d25d57d0 !16005 add tflite padv2 parser
Merge pull request !16005 from hangq/master
2021-06-18 08:44:30 +00:00
i-robot 7736783b05 !18485 [LITE][IOS] rename output file
Merge pull request !18485 from yefeng/123-rename_ios_output_file
2021-06-18 08:42:31 +00:00
yuzhenhua 66477506cb ascend 310 inference for cnn 2021-06-18 16:35:53 +08:00
wangshuide2020 c4014a8e2d add non negative validation of begin args for slice. 2021-06-18 16:24:53 +08:00
yanghaitao1 71990c836a fix review issue 2021-06-18 04:24:31 -04:00
i-robot a6e41c774c !17691 New model Arcface
Merge pull request !17691 from 水扬波/arcmaster
2021-06-18 08:12:25 +00:00
i-robot 3d053516f9 !17149 Add new net model: WGAN
Merge pull request !17149 from 蒋博天/wgan_master1
2021-06-18 08:10:26 +00:00
i-robot fb958eca6f !15937 add skip-gram model
Merge pull request !15937 from lingxling/master
2021-06-18 08:08:25 +00:00