Commit Graph

1734 Commits

Author SHA1 Message Date
mindspore-ci-bot 2fac6d0595 !7794 Renamed ut test_invert.py to test_invert_bijector.py
Merge pull request !7794 from XunDeng/pp_issue_branch
2020-10-27 09:53:36 +08:00
Xun Deng 5ffc16c6db renamed test_invert_bijector 2020-10-26 10:51:07 -04:00
yao_yf 65d8e63580 set last node data parallel or repeat calculate in eval/predict 2020-10-26 20:05:00 +08:00
huanghui a9e781921a Support determine tensor in(not in) a list(tuple) 2020-10-26 14:41:04 +08:00
mindspore-ci-bot f711e01f61 !7719 refactor cnode strategy
Merge pull request !7719 from gziyan/refactor_cnode
2020-10-24 16:16:29 +08:00
Ziyan 069318899a refactor get cnode strategy 2020-10-24 15:06:26 +08:00
mindspore-ci-bot c5867d2d7e !7676 [MD] fix arm compile error
Merge pull request !7676 from liyong126/fix_arm_env
2020-10-24 14:43:39 +08:00
liyong 1e7f46c998 fix unorder_map hash 2020-10-24 11:03:06 +08:00
liyong ee042b90f7 fix num_sample in sequentialSampler and randomSampler 2020-10-23 19:26:10 +08:00
mindspore-ci-bot 2af6313f53 !7534 SummaryRecord support to record mindexplain data
Merge pull request !7534 from ougongchang/feature_mindexplain
2020-10-23 14:38:33 +08:00
mindspore-ci-bot d50736df2c !7607 modify_normal_seed
Merge pull request !7607 from lilei/modify_normal
2020-10-23 10:40:58 +08:00
mindspore-ci-bot 1795840436 !7581 Extension interface for dense
Merge pull request !7581 from lilei/modify_bug
2020-10-23 10:40:42 +08:00
mindspore-ci-bot dc1ecdab28 !7623 [Data]Modify the behavior of the lite dataset, the default setting is to compile the dataset and mindspore lite trainging together
Merge pull request !7623 from xulei/lite_test0905
2020-10-23 08:48:50 +08:00
lilei 0c043d18ef modify_normal 2020-10-22 21:35:44 +08:00
xulei2020 8f392204be minddata build with mindspore-lite train 2020-10-22 21:34:56 +08:00
lilei 127f70ce40 Extension interface for dense 2020-10-22 17:58:24 +08:00
mindspore-ci-bot 22bde4bd9b !7390 Add nonzero and moments
Merge pull request !7390 from jiangzhenguang/add_nonzero_and_moments
2020-10-22 17:10:41 +08:00
ougongchang 6072b25a07 SummaryRecord support to record mindexplain data
The SummaryRecord.add_value() method is extended to record the data of
MindExplain.
2020-10-22 15:52:54 +08:00
jzg 374e9e199d add moment and nonzero. 2020-10-22 14:53:26 +08:00
mindspore-ci-bot 1ee9c4d014 !6645 [MD] add unique op
Merge pull request !6645 from liyong126/md_unique_op
2020-10-22 14:43:37 +08:00
mindspore-ci-bot 8bfe141680 !7571 fix bug in reshape strategy search when reshape as the first operator
Merge pull request !7571 from yao_yf/reshape_strategy_search_fix_when_reshape_is_first_op
2020-10-22 10:16:33 +08:00
mindspore-ci-bot 3b55a25f8d !7463 move train.quant to compression module & add QuantizationAwareTraining
Merge pull request !7463 from yuchaojie/quant2
2020-10-22 09:19:44 +08:00
yao_yf f7189adb91 fix bug in reshape strategy search when reshape is first operator 2020-10-22 09:15:18 +08:00
liyong fb2bd156c9 add unique op 2020-10-22 09:12:37 +08:00
mindspore-ci-bot f487797694 !7495 [Auto-parallel] Overwrite strategies for star graph structures
Merge pull request !7495 from Xiaoda/27-star-elimination-overload
2020-10-22 09:10:52 +08:00
mindspore-ci-bot 20cd47b4d8 !7416 Support Gumbel Distribution
Merge pull request !7416 from XunDeng/gumbel
2020-10-22 01:55:25 +08:00
yuchaojie c8ec34d638 move train.quant to compression module & add QuantizationAwareTraining 2020-10-21 17:30:40 +08:00
mindspore-ci-bot b2b9016ddf !7429 modify normal seed
Merge pull request !7429 from lilei/modify_bug
2020-10-21 09:37:47 +08:00
Xun Deng ce170b2241 added Gumbel distribution 2020-10-20 10:26:04 -04:00
lilei 04075671cf modify_normal_seed 2020-10-20 22:06:17 +08:00
mindspore-ci-bot 620d8b99b6 !6760 sparse optimizer
Merge pull request !6760 from lijiaqi/sparse_optimizer
2020-10-20 20:19:06 +08:00
Jiaqi a30ccea62c sparse optimizer 2020-10-20 17:56:45 +08:00
Xiaoda Zhang fba2bfeb54 overwrite strategies for star graph structure 2020-10-20 13:40:24 +08:00
mindspore-ci-bot 3fd54fd58f !7361 Check whether the network args are tensors in the compile phase
Merge pull request !7361 from YuJianfeng/master
2020-10-19 14:32:15 +08:00
yujianfeng 18a76ff3c5 Check whether the network args are tensors in the compile phase 2020-10-19 11:46:10 +08:00
yangzhenzhang fc4ed975c4 handle repeated calculation 2020-10-19 10:47:01 +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
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
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
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 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 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
Xun Deng f2e8e143be added gumbel_cdf and invert bijectors 2020-10-13 15:41:43 -04:00
Zirui Wu c42a1b4a2f fix batch core dump when col name doesn't exist
fix ci
2020-10-13 10:50:07 -04:00