Commit Graph

9504 Commits

Author SHA1 Message Date
mindspore-ci-bot 4e462b9ea8 !6037 No need to find python-dev while packing
Merge pull request !6037 from zhoufeng/python-check
2020-09-11 14:09:33 +08:00
mindspore-ci-bot 48b337f206 !6026 fix some test case
Merge pull request !6026 from suteng/master
2020-09-11 14:09:11 +08:00
mindspore-ci-bot c021f2379e !5966 add bias for Conv2dBnFoldQuant
Merge pull request !5966 from yuchaojie/quant
2020-09-11 12:29:10 +08:00
mindspore-ci-bot 9ca16d3c6c !5868 [MSLITE][Develop] arm cpu int8 conv depthwise support weight per channel
Merge pull request !5868 from yangruoqi713/weight_per_channel
2020-09-11 11:45:49 +08:00
mindspore-ci-bot e4bcb55322 !5887 [MS][LITE][CPU]rewrite winogard using general method
Merge pull request !5887 from fuzhiye/tmp
2020-09-11 11:44:24 +08:00
mindspore-ci-bot cd902a27e4 !6013 update info with new platform
Merge pull request !6013 from guozhijian/update_info_with_platform
2020-09-11 11:43:27 +08:00
zhoufeng 73c3f20e23 no need to find python-dev while packing
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-09-11 11:39:51 +08:00
mindspore-ci-bot 77cc155e39 !5890 [MSLITE][Develop] add pad fp16 kernel
Merge pull request !5890 from sunsuodong/pad_fp16
2020-09-11 11:33:54 +08:00
mindspore-ci-bot 3c7b668d63 !5955 Cuda and ascend run package version checking && temporary environment variables auto setting
Merge pull request !5955 from zhoufeng/version_check
2020-09-11 11:12:30 +08:00
mindspore-ci-bot 3c4c53bdf3 !6011 fix opencl context set for fp16
Merge pull request !6011 from wandongdong/master
2020-09-11 11:11:13 +08:00
mindspore-ci-bot be62fd7fa6 !5768 Save the GPU backend multi card output in different folders.
Merge pull request !5768 from linqingke/fasterrcnn
2020-09-11 11:05:04 +08:00
mindspore-ci-bot 9a5e074c48 !5058 remove backend/session dependency on python
Merge pull request !5058 from xychow/remove-backend-py-dependency-1
2020-09-11 10:58:48 +08:00
sunsuodong 3740ca7a44 add pad fp16 kernel 2020-09-11 10:52:12 +08:00
fuzhiye 6a9eead482 1.change pack && rewrite winograd
2.rewrite fp16 winograd

3.remove useless code
2020-09-11 10:49:00 +08:00
mindspore-ci-bot 5247fe7315 !6015 Adding md dependency fetching from ms lib server
Merge pull request !6015 from EricZ/fix_md_submodule
2020-09-11 10:47:44 +08:00
mindspore-ci-bot a7422977ef !6025 fixed lite comlile error
Merge pull request !6025 from liuchao/master
2020-09-11 10:46:31 +08:00
mindspore-ci-bot cf7d6eddc4 !6019 [MD] Move Random(Choice/Apply/Order) from vision to transforms module
Merge pull request !6019 from nhussain/move_random_choice_apply
2020-09-11 10:37:21 +08:00
Su Teng 7b46f46a65 remove unuse test 2020-09-11 10:16:56 +08:00
yuchaojie 393a3f5825 add bias for Conv2dBnFoldQuant 2020-09-11 10:16:00 +08:00
Corleone c430a035ad fixed lite comlile error 2020-09-11 10:10:30 +08:00
mindspore-ci-bot dd215f4080 !5735 delete seed0 and seed1
Merge pull request !5735 from caozhou/delete_seed
2020-09-11 09:58:56 +08:00
mindspore-ci-bot 2dfb2f3578 !6009 Add Affine transformation ut for Lite Dataset
Merge pull request !6009 from jiangzhiwen/lite/affine_ut
2020-09-11 09:57:56 +08:00
wandongdong e6e0da0ebf fix opencl context set for fp16 2020-09-10 18:53:49 -07:00
mindspore-ci-bot c6838194ef !5957 [MSLITE] Dequantize weight data for tflite models whose quantType is unset.
Merge pull request !5957 from wangshaocong/lite_bug
2020-09-11 09:53:03 +08:00
mindspore-ci-bot 217628a9b9 !5999 [MSLITE] Fix bug of input kernel count.
Merge pull request !5999 from wangshaocong/lite_bugfix
2020-09-11 09:48:00 +08:00
yangruoqi713 27de06dbc8 [MSLITE][Develop] arm cpu int conv depthwise support weight per channel 2020-09-11 09:35:49 +08:00
mindspore-ci-bot 7b3873559f !5883 support for frac_zn_lstm
Merge pull request !5883 from liubuyu/master
2020-09-11 09:30:02 +08:00
mindspore-ci-bot d117381620 !5939 [MSLITE] grad ops added
Merge pull request !5939 from wangchangkai/master
2020-09-11 09:28:44 +08:00
mindspore-ci-bot c21baba879 !5718 add scale op and test case for opencl
Merge pull request !5718 from liuchao/master
2020-09-11 09:27:33 +08:00
mindspore-ci-bot 36f370b72f !5932 Modify API comments
Merge pull request !5932 from byweng/master
2020-09-11 09:23:47 +08:00
wsc 9dc2f2469d fix bug of input kernel count 2020-09-11 09:18:59 +08:00
mindspore-ci-bot 1593eb27c0 !5980 Delete the openssl related code to restore debugger
Merge pull request !5980 from maning202007/restore_debugger
2020-09-11 09:17:10 +08:00
mindspore-ci-bot f27be1745c !6006 add param check for gradoperation
Merge pull request !6006 from Simson/push-to-opensource
2020-09-11 09:16:39 +08:00
wsc a9b8b39cac Dequantize weight parameters for quantized tflite model with the quantType of None. 2020-09-11 09:16:18 +08:00
mindspore-ci-bot 881670428d !6008 [VM][Quant]Fix readme bug of quant network in model zoo
Merge pull request !6008 from chenfei_mindspore/fix-readme-of-mobilenetv2
2020-09-11 09:16:02 +08:00
mindspore-ci-bot f1979f8fe5 !5998 change internal API _get_strategy() to _get_shard_strategy()
Merge pull request !5998 from yihuaijie/master
2020-09-11 09:15:18 +08:00
mindspore-ci-bot 483b364d92 !5984 Add CPU kernels: Sub, Square
Merge pull request !5984 from huanghui/cpu-basic-kernel
2020-09-11 09:14:02 +08:00
zhousiyi ab74dfc839 refact backend/session from python 2020-09-11 01:13:00 +00:00
mindspore-ci-bot a778868a5a !5929 BucketBatchByLength column issue
Merge pull request !5929 from MahdiRahmaniHanzaki/bucket_batch_by_length_fix
2020-09-11 05:53:48 +08:00
mindspore-ci-bot 12b50bdcc4 !5968 [MD] Update map calls to use correct order for its kwargs
Merge pull request !5968 from nhussain/api_changes2
2020-09-11 05:23:00 +08:00
nhussain f42f9ef9d7 move random apply order and choice ops 2020-09-10 15:39:56 -04:00
mindspore-ci-bot 014af71f12 !5971 dataset API docstring: Update transforms and vision desc and examples
Merge pull request !5971 from cathwong/ckw_api_vision_pytransforms
2020-09-11 02:59:02 +08:00
mindspore-ci-bot c621f6f751 !5928 [MS][LITE]optimize interface and data structure
Merge pull request !5928 from zhaizhiqiang/master
2020-09-11 00:20:05 +08:00
hangq 18c6ec2c8a optimize structure and interface 2020-09-10 23:49:57 +08:00
Cathy Wong c101aca224 dataset API docstring: Update transforms and vision desc and examples.
Add ImageBatchFormat to init.
2020-09-10 11:31:23 -04:00
Eric 2a1bcddd69 Added check for ms server
Added open cv options from ms server

Fixed struct declaration
2020-09-10 11:30:49 -04:00
jonyguo 2df499966c update info with ubuntu-aarch64 platform 2020-09-10 22:41:21 +08:00
nhussain 92e99ff224 change map calls 2020-09-10 10:25:05 -04:00
jiangzhiwen d4ce668b9b add Affine ut 2020-09-10 21:50:56 +08:00
mindspore-ci-bot 77e05e32a4 !6001 raise exception when use HookBackward in graph mode
Merge pull request !6001 from zhangbuxue/check_is_graph_mode_for_HookBackward
2020-09-10 21:31:41 +08:00