Commit Graph

3074 Commits

Author SHA1 Message Date
mindspore-ci-bot 70bd405338 !7375 Change normalize input check
Merge pull request !7375 from EricZ/change_normalize_check
2020-10-19 09:14:28 +08:00
mindspore-ci-bot 7a45596593 !7373 Use MetaTensor instead of Initializer
Merge pull request !7373 from lilei/modify_MetaTensor
2020-10-17 20:54:13 +08:00
mindspore-ci-bot 7b060b2562 !7209 Add some fake-quant operators
Merge pull request !7209 from jiangzhenguang/add_fake_quant_operator
2020-10-17 14:14:35 +08:00
mindspore-ci-bot a69dbb2da5 !7388 [ME] delete reduant function in check_parameter
Merge pull request !7388 from chenzhongming/zomi_master
2020-10-16 19:57:22 +08:00
chenzomi acadb694aa [ME] delete reduant function in check_parameter 2020-10-16 16:22:28 +08:00
jzg 2c6a9c8486 add fake-quant operators. 2020-10-16 15:50:18 +08:00
anancds 28c9e9d9a5 Added http server based on libevent 2020-10-16 14:26:42 +08:00
chenzomi 5b769dfb20 [ME] Bug fix 2020-10-16 13:01:34 +08:00
lilei 7b135990e7 Use MetaTensor instead of Initializer 2020-10-16 09:38:11 +08:00
Eric d3e89086e5 Removed check for normalize mean 2020-10-15 17:03:41 -04:00
mindspore-ci-bot 0357088a73 !7319 C++ API: vision ops - reorder and add gap UTs; correct parm desc style
Merge pull request !7319 from cathwong/ckw_c_api_transforms_tests2
2020-10-16 00:31:24 +08:00
mindspore-ci-bot 15b1725198 !7321 Fix ordering for album dataset
Merge pull request !7321 from EricZ/album_float_array
2020-10-15 21:57:36 +08:00
mindspore-ci-bot c68f36c81e !7311 [ME] change _check_parameter format
Merge pull request !7311 from chenzhongming/zomi_master
2020-10-15 20:52:29 +08:00
mindspore-ci-bot c967bf6846 !7339 fix for se-resnet50 accurancy
Merge pull request !7339 from qujianwei/master
2020-10-15 19:50:16 +08:00
mindspore-ci-bot a5e8c1eab3 !7345 fix a bug case in reshape redistribution
Merge pull request !7345 from yao_yf/reshape_redistribution_all_scene_support_add
2020-10-15 19:43:32 +08:00
yao_yf 022005b94a fix a bug cases in reshape redistribution 2020-10-15 16:58:09 +08:00
mindspore-ci-bot f4421b4504 !7236 Add new pass:arithmetic_simplify and eliminate_empty_graph
Merge pull request !7236 from gengfei/1012_simplify_1.0
2020-10-15 14:52:15 +08:00
Eric 359ad19884 Added float_array support
Added fix, tests to come
2020-10-15 00:18:30 -04:00
Geng_Fei 1455372cf1 add new pass in graph kernel: arithmetic_simplify 2020-10-15 10:54:10 +08:00
huanghui b7519b7418 unify save_graphs_path 2020-10-15 10:15:16 +08:00
mindspore-ci-bot 9aba77dfec !7276 fix cpu conv2d padding
Merge pull request !7276 from baihuawei/conv2d
2020-10-15 09:12:21 +08:00
mindspore-ci-bot d4d3d286cb !7227 fix cpu slice with a certain scene
Merge pull request !7227 from baihuawei/fixslice
2020-10-15 09:11:34 +08:00
Cathy Wong 9f7c1a32e7 C++ API: vision ops - reorder and add gap UTs; correct parm desc style 2020-10-14 19:10:13 -04:00
mindspore-ci-bot 7e7d47db50 !7266 RandomResizedCrop for C API
Merge pull request !7266 from MahdiRahmaniHanzaki/c-api
2020-10-14 23:00:15 +08:00
mindspore-ci-bot fc14f2f785 !7268 Support Invert and GumbelCDF Bijectors
Merge pull request !7268 from XunDeng/gumbel_cdf
2020-10-14 22:02:57 +08:00
mindspore-ci-bot 7425e1699e !7235 C++ api add RescaleOp
Merge pull request !7235 from shenwei41/sw_master
2020-10-14 16:56:44 +08:00
mindspore-ci-bot b2160eadc4 !7238 [DynamicShape] Add dyanmic shape CI test case
Merge pull request !7238 from caifubi/dynamic_shape
2020-10-14 14:29:10 +08:00
baihuawei ff5fb9d93c fix cpu conv2d padding 2020-10-14 10:34:46 +08:00
shenwei41 87b108f4e0 C++ api add Rescale 2020-10-14 10:32:48 +08:00
mindspore-ci-bot 2801429db0 !7240 auto parallel support reshape redistribution in all scenes
Merge pull request !7240 from yao_yf/reshape_redistribution_all_scene_support
2020-10-14 10:09:12 +08:00
Mahdi c8333accfc RandomResizedCrop C API 2020-10-13 17:27:29 -04:00
Xun Deng f2e8e143be added gumbel_cdf and invert bijectors 2020-10-13 15:41:43 -04:00
mindspore-ci-bot fa5c9c1528 !7264 Fix BatchOp's core dump when input_col_name is incorrect
Merge pull request !7264 from ZiruiWu/fix_batch_col_name_core_dump
2020-10-14 01:14:23 +08:00
Zirui Wu c42a1b4a2f fix batch core dump when col name doesn't exist
fix ci
2020-10-13 10:50:07 -04:00
yao_yf f60d81a15f support reshape redistribution in all scenes 2020-10-13 21:21:17 +08:00
mindspore-ci-bot 186275a517 !7247 export access control
Merge pull request !7247 from baiyangfan/access_control
2020-10-13 21:15:26 +08:00
mindspore-ci-bot cfb131b844 !7030 add Meshgrid ops for aicpu
Merge pull request !7030 from yanzhenxiang2020/br_meshgrid
2020-10-13 17:32:17 +08:00
bai-yangfan 763a7bd3aa access_control 2020-10-13 17:14:55 +08:00
caifubi 41849cd7cf Add dynamic shape test case 2020-10-13 15:38:48 +08:00
mindspore-ci-bot 4a077f6341 !7035 Add validation for input image size of affine transformation
Merge pull request !7035 from jiangzhiwen/fix/check_affine_size
2020-10-13 15:03:46 +08:00
baihuawei e7928b9c0e fix scpu slice 2020-10-13 13:41:36 +08:00
mindspore-ci-bot 2cb27c59e0 !7195 Transition tool for TensorRecord to MindRecord, support 1.13.0-rc1 and higher version.
Merge pull request !7195 from lizhenglong1992/TR_to_MR
2020-10-13 10:14:31 +08:00
mindspore-ci-bot 2d645fdc7e !7184 [MD] C++ api add TypeCaseOp & RandomCropDecodeResizeOp
Merge pull request !7184 from luoyang/pylint
2020-10-13 09:08:23 +08:00
mindspore-ci-bot 3695b8ecfa !7191 modify dataset path
Merge pull request !7191 from hwjiaorui/master
2020-10-12 20:06:47 +08:00
mindspore-ci-bot b73cdd903d !7181 [ModelZoo]Change gnn input position
Merge pull request !7181 from zhanke/gnn_input
2020-10-12 19:16:21 +08:00
jiangzhiwen 197f0cabe0 check affine input size 2020-10-12 17:06:31 +08:00
Lizhenglong 46667aac4f Transition tools for tensorrecord to mindrecord,support 1.13.0-rc1 and higher version 2020-10-12 16:06:34 +08:00
zhanke 4384ca214f change gnn input position 2020-10-12 15:42:12 +08:00
YangLuo 9e033bbe19 C++ api add TypeCaseOp & RandomCropDecodeResizeOp 2020-10-12 15:13:17 +08:00
hwjiaorui e8f1c6e9b9 modify dataset path 2020-10-12 15:09:57 +08:00