Commit Graph

2820 Commits

Author SHA1 Message Date
mindspore-ci-bot a566838b04 !6281 add testcase for bert_thor
Merge pull request !6281 from wangshuangling/master
2020-09-16 10:34:59 +08:00
mindspore-ci-bot 3bc3f8ed8e !6259 add ut-test_example
Merge pull request !6259 from lijiaqi/add_uttest
2020-09-16 10:31:17 +08:00
mindspore-ci-bot 3fe8916afa !6241 [bug]add doc for some Parameter property & fix bug for `Isinstance`
Merge pull request !6241 from vlne-v1/I1V5VO-fix-isinstance
2020-09-16 10:13:30 +08:00
wangmin d96ecd2740 add st for bert_thor 2020-09-16 10:04:29 +08:00
mindspore-ci-bot bef2118253 !6300 [MD] fix get_dataset_size bug when set num_samples in DistributedSampler
Merge pull request !6300 from liyong126/fix_md_num_samples
2020-09-16 09:56:53 +08:00
mindspore-ci-bot 0d486adef1 !3974 Eliminate the pause for each cycle of the Repeat
Merge pull request !3974 from lixiachen/repeat_task2
2020-09-16 09:35:39 +08:00
mindspore-ci-bot 14b4763b15 !6224 Move pp test cases to probability folder
Merge pull request !6224 from XunDeng/pp_tests_folder_update
2020-09-16 08:57:01 +08:00
liyong 930e85ed5c fix get_dataset_size in distributedSampler & num_samples 2020-09-15 22:53:57 +08:00
mindspore-ci-bot e49d8cb697 !6250 fix aicpu ut
Merge pull request !6250 from yanzhenxiang2020/br_fix_aicpu_ut
2020-09-15 20:22:09 +08:00
mindspore-ci-bot 59a63d2566 !6257 modify yolov3-resnet18 test case and improve yolov3-darknet-quant performance
Merge pull request !6257 from chengxb7532/master
2020-09-15 20:19:44 +08:00
Wei Luning 8d17a2b8af * add doc for some Parameter property.* add export in quant __all__* fix bug for isinstance & add ut for it 2020-09-15 18:25:12 +08:00
Jiaqi aa4ddc1b28 add ut-test_example 2020-09-15 17:04:35 +08:00
mindspore-ci-bot 2f451fa1b0 !6201 perfect annotation of ops and context and support bool equal
Merge pull request !6201 from zhangbuxue/perfect_annotation_for_ops_and_context
2020-09-15 16:46:02 +08:00
mindspore-ci-bot f6ac30ef29 !6221 stop send data to device after end of sequence
Merge pull request !6221 from anzhengqi/stop-send-at-eos
2020-09-15 16:10:35 +08:00
chengxianbin d934814e5b fix yolov3-darknet52-quant net performance problem and modify yolov3 test case 2020-09-15 15:54:52 +08:00
anzhengqi 8e1a2ef5ae stop send data to device after end of sequence 2020-09-15 15:02:37 +08:00
buxue c3c06514d7 perfect annotation of ops and context and support bool equal 2020-09-15 14:32:02 +08:00
yanzhenxiang2020 c6db808bbf fix aicpu ut 2020-09-15 14:31:56 +08:00
mindspore-ci-bot b83d921735 !3317 add check for stridedslice when choose aicpu or aicore
Merge pull request !3317 from zhangbuxue/add_check_for_stridedslice_when_choose_aicpu_or_aicore
2020-09-15 10:37:09 +08:00
mindspore-ci-bot 7a5ef7894d !6227 dataset API docstring: Update datasets and text desc and examples
Merge pull request !6227 from cathwong/ckw_api_engine
2020-09-15 10:29:11 +08:00
mindspore-ci-bot 2b05208a6f !6153 [AutoParallel]Check device target in init
Merge pull request !6153 from lichen/add_checks_for_init
2020-09-15 09:34:56 +08:00
Cathy Wong f7adf648e9 dataset API docstring: Update datasets, samplers, graphdata and text 2020-09-14 18:10:44 -04:00
Xun Deng c64f6a0a2a move pp related tests cases to probability folder 2020-09-14 13:29:43 -04:00
mindspore-ci-bot d0e49c5cf8 !6192 Improve the functions of class SequentialCell and add examples
Merge pull request !6192 from lijiaqi/sequentialcell
2020-09-14 23:24:04 +08:00
mindspore-ci-bot 1b956c77e0 !6155 modify path of ut and st of mdp
Merge pull request !6155 from byweng/master
2020-09-14 22:30:52 +08:00
Lixia Chen b5b333726f Leaf ops do self-reset. 2020-09-14 09:48:14 -04:00
Jiaqi 76cec24098 modify sequentialcell 2020-09-14 17:13:47 +08:00
mindspore-ci-bot 9824d0b20f !6142 MindData fix batch ops issue
Merge pull request !6142 from xiefangqi/md_fix_map_issue
2020-09-14 16:00:23 +08:00
mindspore-ci-bot 9c896fd22c !5899 Fix Some bugs and add test cases on Tensor printing.
Merge pull request !5899 from huangbingjian/master
2020-09-14 15:38:20 +08:00
lichenever aaf7045cdf add checks for init 2020-09-14 14:40:41 +08:00
mindspore-ci-bot 144998894f !6057 transformer bucket batch modification
Merge pull request !6057 from yuchaojie/transformer2
2020-09-14 14:21:15 +08:00
mindspore-ci-bot bb4dbf4989 !5803 Combine Async Dump with E2e Dump
Merge pull request !5803 from caifubi/dump
2020-09-14 11:47:00 +08:00
bingyaweng 866a8a1178 modify path of ut and st of mdp 2020-09-14 11:23:55 +08:00
caifubi 372c2e7951 Combine Async Dump and E2E Dump 2020-09-14 10:57:46 +08:00
mindspore-ci-bot 37e3b6082f !6002 Reduce inline passes traversal by skipping inline action if no pre-ad python pass exists
Merge pull request !6002 from BowenK/pre_ad
2020-09-14 10:16:56 +08:00
xiefangqi 653c79b4af md fix per_batch_map issue 2020-09-14 09:55:51 +08:00
yuchaojie fa1247a85e transformer bucket batch modification 2020-09-14 09:52:34 +08:00
mindspore-ci-bot a9a3d5a1f5 !5753 remove sens parameter
Merge pull request !5753 from lijiaqi/loss_scale_sens
2020-09-13 17:27:27 +08:00
mindspore-ci-bot c10341dfb7 !6020 Add common check_param_type and set_param_type in distribution
Merge pull request !6020 from XunDeng/new_check_param
2020-09-13 13:54:39 +08:00
Jiaqi 94d63b90f4 remove sens parameter 2020-09-13 11:34:56 +08:00
HuangBingjian 07d1f5ac37 fix tensor.cc 2020-09-12 17:25:09 +08:00
mindspore-ci-bot 02c6852699 !6108 add model with loss test case
Merge pull request !6108 from hanyang/master
2020-09-12 16:58:23 +08:00
mindspore-ci-bot 8bf5ac1c15 !6032 [bug]add import for ops in ops.py in __init__
Merge pull request !6032 from vlne-v1/change_ops_import
2020-09-12 16:57:15 +08:00
mindspore-ci-bot 72615134aa !6110 [MD] fix num_samples in concatDataset
Merge pull request !6110 from liyong126/fix_bug
2020-09-12 16:08:16 +08:00
Wei Luning 7b6899fdc0 add import of ops in in ops __init__ 2020-09-12 15:29:43 +08:00
liyong 16147669a6 fix num_samples in concatDataset 2020-09-12 15:06:18 +08:00
Wan Hanyang 0b7570eb53 add model with loss, without loso and o2 test case 2020-09-12 14:26:40 +08:00
luoyang 581335453e Change return val of GetNextRow 2020-09-12 14:19:46 +08:00
mindspore-ci-bot 3c0aa0a6e4 !6069 support function as condition of if
Merge pull request !6069 from zhangbuxue/support_function_as_condition_of_if
2020-09-12 12:39:15 +08:00
mindspore-ci-bot a084196300 !6094 Adding input checks to C API
Merge pull request !6094 from EricZ/add_input_check_capi
2020-09-12 09:47:50 +08:00