Commit Graph

342 Commits

Author SHA1 Message Date
mindspore-ci-bot dd2062bf8d !1023 add_gatherv2_distributed_op
Merge pull request !1023 from lichen/add_gatherv2_distributed_op
2020-05-11 09:18:10 +08:00
mindspore-ci-bot 8a45ab1125 !906 fix a bug that support dilation greater than 1 in conv2dTranspose ops
Merge pull request !906 from yangyongjie/master
2020-05-09 21:58:27 +08:00
mindspore-ci-bot 22632f2f09 !977 reshape operator support auto strategy search
Merge pull request !977 from yao_yf/reshape_auto_parallel_strategy_search
2020-05-09 17:47:24 +08:00
lichenever 19a24b86ac add gatherv2 distributed op 2020-05-09 17:20:50 +08:00
mindspore-ci-bot 68372231bb !1031 Support transform valuetuple of nested graph to make tuple
Merge pull request !1031 from amongo/ValueTupleOfNestedGraph
2020-05-09 17:15:54 +08:00
yao_yf f0bf438a55 reshape strategy search 2020-05-09 17:00:37 +08:00
huangdongrun 0e89813759 add resolve
transform valuetuple to maketuple of graphs

add testcase
2020-05-09 14:30:19 +08:00
mindspore-ci-bot affdd22de3 !967 Add switch_case primitive
Merge pull request !967 from panyifeng/switch_case_primitive
2020-05-09 14:14:25 +08:00
mindspore-ci-bot 0eb32593a6 !958 Add parallel mode configuration for cell
Merge pull request !958 from yangzhenzhang/add_parallel_mode_for_cell
2020-05-09 09:45:25 +08:00
panyifeng b7596e1f33 Add switch_case primitive 2020-05-09 09:38:17 +08:00
mindspore-ci-bot 2860fd9338 !984 Add unit test case for HWC2CHW.
Merge pull request !984 from Tinazhang/hwc2chw
2020-05-09 05:02:41 +08:00
Tinazhang c8b5586c7f add unit test for HWC2CHWC 2020-05-08 13:17:20 -04:00
Cathy Wong 58226addd6 Cleanup dataset UT: use md5 npz in test_zip for images 2020-05-08 11:25:48 -04:00
mindspore-ci-bot 47f5abceb4 !960 Adding example for grayscale
Merge pull request !960 from EricZ/grayscale_fix
2020-05-08 05:08:15 +08:00
mindspore-ci-bot 078dd86cfe !507 Implemented padded_batch
Merge pull request !507 from ZiruiWu/batch_with_padding
2020-05-08 04:54:05 +08:00
mindspore-ci-bot de7625777f !951 fix: MindDataset with columns_name parameter cause errors in some scenes
Merge pull request !951 from guozhijian/fix_read_by_columns
2020-05-08 04:51:03 +08:00
eric 0f0548f21b Added test case for grayscale support 2020-05-07 15:09:57 -04:00
Zirui Wu c2d364a573 batch with padding implemented
support for 1 specific dimension to be None, added validator

fix various CI complains

another round of CI fixes

ci

refactor parts of the code

code refactor

ci fix

comments added, fix bugs

address review comments

address review comments

review cmts

added simple perf test script

update pad code

perf imprv
2020-05-07 11:18:42 -04:00
mindspore-ci-bot 16930c562d !969 [MD] fix bug in pk sampler of minddataset
Merge pull request !969 from liyong126/fix_mindrecord_pk_sampler
2020-05-07 23:01:46 +08:00
yangzhenzhang 8c9730b3c5 add parallel mode for cell 2020-05-07 20:11:20 +08:00
mindspore-ci-bot 7c64048d76 !935 develop op ScatterMax and dock ge process
Merge pull request !935 from zhangbuxue/develop_scatter_max_op_and_dock_ge
2020-05-07 19:35:57 +08:00
mindspore-ci-bot becaf39262 !957 complete vm ops for BatchToSpace and SpaceToBatch
Merge pull request !957 from jiangjinsheng/space_to_batch
2020-05-07 19:11:32 +08:00
buxue ac86996746 develop op ScatterMax and dock ge process 2020-05-07 18:58:11 +08:00
jonyguo d4d236bcce fix: use MindDataset by column_names get data error in some situation 2020-05-07 18:12:36 +08:00
mindspore-ci-bot 6351f9c837 !859 [Auto parallel] Support searching strategy for inference phase
Merge pull request !859 from Xiaoda/support-inferring-phase-parallel-strategy-searching
2020-05-07 17:38:14 +08:00
mindspore-ci-bot e75d75854d !959 Add Elu\EluGrad ops for VM.
Merge pull request !959 from liuxiao/ops-for-VM
2020-05-07 16:26:41 +08:00
mindspore-ci-bot deae380969 !637 Learning rate and weight decay making group params
Merge pull request !637 from ghzl/learning-rate-make-group-mode
2020-05-07 15:34:10 +08:00
jiangjinsheng a945299e42 update test for batch_to_space 2020-05-07 15:21:33 +08:00
liyong b520ca9087 fix pk sampler in mindrecord 2020-05-07 14:54:23 +08:00
Xiaoda Zhang def8573275 implementing-searching-strategy-for-inference 2020-05-07 14:53:50 +08:00
jiangjinsheng 79a3f0821a add vm for batch_to_space and space_to_batch 2020-05-07 10:49:30 +08:00
liuxiao eba74ca8f7 add ops for VM 2020-05-07 10:44:51 +08:00
guohongzilong 824bc30a94 learning rate and weight decay support group mode 2020-05-07 09:38:03 +08:00
mindspore-ci-bot 3d3b9d5474 !840 [BUG] fix conv2dtranspose bug
Merge pull request !840 from jinyaohui/conv2dtranspose
2020-05-06 16:43:28 +08:00
jinyaohui 88e763a98f modify conv2dtranspose 2020-05-06 10:53:36 +08:00
mindspore-ci-bot 108ef72aaf !904 fix avgpool and add dimension check for groupnorm
Merge pull request !904 from JichenZhao/groupn
2020-05-06 10:42:05 +08:00
mindspore-ci-bot cae8a921e3 !929 Cleanup dataset UT: test_batch, save_and_check support
Merge pull request !929 from cathwong/ckw_dataset_ut_cleanup
2020-05-06 04:40:26 +08:00
Cathy Wong 772e6c1461 Cleanup dataset UT: test_batch, save_and_check support 2020-05-05 15:35:09 -04:00
changzherui ffcbcc8dcb syn code 505 2020-05-05 22:44:20 +08:00
changzherui 446828f221 modify momentum test 2020-05-05 21:56:13 +08:00
zhaojichen 039c75af8e fix avgpool and add check 2020-05-04 22:28:50 -04:00
eric 36fffb7706 Added example md5 generation
Comparison example

Added md5 and comparison example for py_transforms

Added md5 check for images
2020-05-04 21:15:33 -04:00
yangyongjie 3f1c6b7b47 solve the problem when dialtion greater than 1 in Conv2dTranspose ops 2020-05-04 11:55:18 +08:00
Junhan Hu 83c68ca2ef Skip pyfunc test case 2020-05-01 15:14:07 -04:00
mindspore-ci-bot 79f087c2af !909 Adding fix for set seed
Merge pull request !909 from EricZ/test_random
2020-05-01 21:13:44 +08:00
mindspore-ci-bot 200b3f0789 !837 add onnx op converter: ReLU6 and DepthwiseConv2dNative
Merge pull request !837 from chenzupeng/master
2020-05-01 09:20:38 +08:00
eric 26cb3e8a5f Added test function to show that seed doesn't work.
Added testcase to show that c image aug don't use seed properly

Added passing test cases

Added working testcases for using seed

Added additional test cases to show seed use

Added test case for seed
2020-04-30 18:57:59 -04:00
changzherui b323199dc1 syn code 430 2020-04-30 17:55:12 +08:00
mindspore-ci-bot a5b530c427 !857 use parameter name as the key of strategy checkpoint
Merge pull request !857 from yao_yf/strategy_ckpt_key_to_use_param_name
2020-04-30 17:12:51 +08:00
zhaozhenlong 4694c979a5 delete pack description about num and add raise error
SparseApplyAdagrad example format

PReLU and grad state 1-d not supported

atan2 bprop dx dy revert to original shapes
2020-04-30 16:05:03 +08:00