Commit Graph

8405 Commits

Author SHA1 Message Date
mindspore-ci-bot 4efa20a137 !5123 fixed segmentation fault for opencl mode
Merge pull request !5123 from liuchao/master
2020-08-25 17:07:23 +08:00
mindspore-ci-bot a2049fa0c5 !4912 modify arm cpu fp16 & fp32 op: arithmetic
Merge pull request !4912 from 陶云浩/tmp10
2020-08-25 16:55:54 +08:00
mindspore-ci-bot 11e3b1dfff !4912 modify arm cpu fp16 & fp32 op: arithmetic
Merge pull request !4912 from 陶云浩/tmp10
2020-08-25 16:55:50 +08:00
lyvette 312f247ca3 modify caffe relu6 & tanh parser format 2020-08-25 16:54:19 +08:00
lizhenyu 551879240c add cuda path checker 2020-08-25 16:53:37 +08:00
mindspore-ci-bot 2ac18edafd !5128 [MS][LITE] 20200822 ml_liveness_detect_landmark model fp16 version exec fail
Merge pull request !5128 from sunsuodong/fix_fp16_conv1x1
2020-08-25 16:51:22 +08:00
gongdaguo dfda7503bb lite test add tf modules 2020-08-25 16:31:47 +08:00
tao_yunhao 6665e537f6 modify arm cpu fp16&fp32 op: Arithmetic 2020-08-25 16:28:35 +08:00
liuwenhao4 df44111d87 Add Convertor function for windows enviroment 2020-08-25 16:26:33 +08:00
YangLuo 67f5c89cd6 Check input image type for random posterize 2020-08-25 16:26:17 +08:00
fary86 8d245497a4 Fix large for loop Runtime Error due to backend missing operators 2020-08-25 16:25:41 +08:00
luoyang b26f6b3d5e fix bug in c-api: rename, concat, take 2020-08-25 16:25:00 +08:00
mindspore-ci-bot 2de216961f !5098 modify wrong characters in master
Merge pull request !5098 from caozhou/modify_master
2020-08-25 16:23:00 +08:00
bingyaweng 600c5ea718 rectification of API comments 2020-08-25 16:20:35 +08:00
yangyongjie b9a2e771c6 modify readme for yolov3_darknet53 2020-08-25 16:15:18 +08:00
Corleone 3cb849c441 fixed segmentation fault for opencl mode 2020-08-25 16:09:59 +08:00
leilei_snow df9df609f8 fix index error 2020-08-25 08:05:07 +00:00
mindspore-ci-bot 5971e31309 !4997 Optimize the post process of arm64 matmul int8 & fix some bugs of matmul_int8
Merge pull request !4997 from zhanyuan/dev
2020-08-25 16:03:24 +08:00
mindspore-ci-bot 5c9348ab17 !5012 modify readme for GAT
Merge pull request !5012 from zhanke/gat_readme
2020-08-25 15:59:27 +08:00
askmiao 42111a8033 fix multiple epoch data issue 2020-08-25 15:56:13 +08:00
mindspore-ci-bot 00208de83a !4907 Add description of Random Situation for Wide&Deep and Wide&Deep of Mutli-Table
Merge pull request !4907 from huangxinjing/wide-deep-readme
2020-08-25 15:55:57 +08:00
sunsuodong e6dea90625 fix_fp16_conv1x1 2020-08-25 15:52:11 +08:00
mindspore-ci-bot d9522982f9 !5117 Fix test case interface
Merge pull request !5117 from amongo/FixTestCaseInterface
2020-08-25 15:51:28 +08:00
anzhengqi 305434786a add num_epochs api 2020-08-25 15:35:06 +08:00
mindspore-ci-bot 3a16925fa2 !5065 fix depthwise conv tflite parser bug
Merge pull request !5065 from lyvette/parser
2020-08-25 15:20:52 +08:00
wsc acbb23f8a7 Fix bug: the output folders of packages are the same. 2020-08-25 15:03:03 +08:00
mindspore-ci-bot 5df2f5ac68 !5081 [bugfix]LSTM SyncDeviceToHost failed
Merge pull request !5081 from zyli2020/bug_fix
2020-08-25 14:47:13 +08:00
mindspore-ci-bot e3988f45a4 !5102 Clean building warnings of arm64
Merge pull request !5102 from wangshaocong/lite_clean
2020-08-25 14:46:33 +08:00
huangdongrun 113641decd fix test cases 2020-08-25 14:38:08 +08:00
He Wei 89837bcdfd Avoid copy when create Tensor from numpy array 2020-08-25 14:32:27 +08:00
lyvette c87b43b578 fix depthwise conv tflite parser bug 2020-08-25 14:21:55 +08:00
mindspore-ci-bot 7d4f481884 !5017 remove internal interface in wide&deep
Merge pull request !5017 from yao_yf/wide_and_deep_no_internal_interface
2020-08-25 14:11:51 +08:00
mindspore-ci-bot 9c9b721b15 !5109 conv2d transpose support fp16
Merge pull request !5109 from chenzupeng/master-lite
2020-08-25 14:11:44 +08:00
mindspore-ci-bot 136cb8c100 !5060 Modify readme of deeplabv3
Merge pull request !5060 from zhouyaqiang0/master
2020-08-25 12:15:40 +08:00
chenzupeng d950386eb0 conv2d transpose support fp16 2020-08-25 11:54:46 +08:00
zhanyuan cd8b664f13 Optimize the post process of arm64 matmul int8 2020-08-25 11:33:08 +08:00
mindspore-ci-bot 25bbf5c6eb !5082 ml_hardware_pose
Merge pull request !5082 from zhaodezan/master
2020-08-25 11:07:39 +08:00
shibeiji 40fc11e9a4 Mimic higher batch size by accumulating gradients N times before weight update 2020-08-25 11:04:26 +08:00
mindspore-ci-bot bb87ed6088 !5092 Add erf and erfc as generic functions for all the backend
Merge pull request !5092 from peixu_ren/custom_bijector
2020-08-25 11:03:03 +08:00
ling 86acf34c0a [MS][LITE][Develop]make allocator malloc 2G 2020-08-25 11:00:44 +08:00
mindspore-ci-bot 70c410ac2e !5096 Fixes a bug in RandomSharpness cpp op
Merge pull request !5096 from ava/masterssss
2020-08-25 10:57:31 +08:00
mindspore-ci-bot 957126375b !5095 Adding Float tensor support for CutMixBatch
Merge pull request !5095 from MahdiRahmaniHanzaki/cutmix-fix
2020-08-25 10:53:58 +08:00
mindspore-ci-bot afd16fbf0a !4963 fix bug of switch layer join
Merge pull request !4963 from fary86/fix_switch_layer_join_bug
2020-08-25 10:47:32 +08:00
huangxinjing 4c1ae4de9e Add outpus for mutlti-table format
Change the default value of the parameter
Add datasink size.
2020-08-25 10:40:22 +08:00
mindspore-ci-bot 5b722a1037 !5059 Add TFLITE AwareTraining Model
Merge pull request !5059 from liuxiao78/master
2020-08-25 10:00:21 +08:00
wsc e530a20b5a Clean building warnings of arm64 2020-08-25 09:57:50 +08:00
liangzelang 5a0e8f81f8 fix wrong value of int-type Node bug in pynative 2020-08-25 09:48:08 +08:00
mindspore-ci-bot abe6b82138 !5011 remove global grad ops
Merge pull request !5011 from riemann_penn/remove_global_grad_ops
2020-08-25 09:47:55 +08:00
mindspore-ci-bot e72cd8867e !4966 fix bug of exporting AIR/MINDIR
Merge pull request !4966 from fary86/fix_bug_of_export_interface
2020-08-25 09:47:34 +08:00
mindspore-ci-bot 7fb749b8fd !5066 fix too many warning print
Merge pull request !5066 from liubuyu/master
2020-08-25 09:46:05 +08:00