gengdongjie
fb620d39e5
fix bug introduced by gpu support
2020-05-30 15:36:19 +08:00
mindspore-ci-bot
3d28ba10ef
!1631 fix reviewbot of mem_reuse
...
Merge pull request !1631 from yangjie159/fix_reviewbot_of_mem_reuse
2020-05-30 15:25:43 +08:00
mindspore-ci-bot
c4939d9cc8
!1687 add data sync before hook function
...
Merge pull request !1687 from wangqiuliang/add-data-sync-before-hook-function
2020-05-30 15:06:44 +08:00
mindspore-ci-bot
191dd59bc9
!1710 Fix arg index check error when return Parameter defined in Net directly
...
Merge pull request !1710 from fary86/fix_arg_index_check_error_when_return_param
2020-05-30 14:57:32 +08:00
mindspore-ci-bot
0fd5e702e1
!1705 fix issue scatter_add and scatter_max indices type limited to int32
...
Merge pull request !1705 from zhaozhenlong/fix-issues-scatter-add-max-indices
2020-05-30 14:50:02 +08:00
mindspore-ci-bot
cc9c004bc1
!1696 Enable ConfusionMulGrad fusion pass
...
Merge pull request !1696 from huanghui/TMP
2020-05-30 14:44:29 +08:00
zhaozhenlong
eb4e1a0d2b
ScatterAdd ScatterMax indices limited to int32
2020-05-30 12:15:55 +08:00
fary86
faf6578a90
Fix arg index check error when return Parameter defined in Net directly
2020-05-30 11:31:28 +08:00
mindspore-ci-bot
bbc64b8873
!1528 support vm for BesselI0e and BesselI1e
...
Merge pull request !1528 from jiangjinsheng/vm_bessel
2020-05-30 11:30:22 +08:00
mindspore-ci-bot
179ca1eaeb
!1673 update r0.3 relase notes
...
Merge pull request !1673 from guozhijian/update_r0.3_release_notes
2020-05-30 11:13:09 +08:00
mindspore-ci-bot
5aa55302d4
!1691 Fix codex warning in `do_signature.cc`
...
Merge pull request !1691 from seatea/fix-codex-warning
2020-05-30 10:47:36 +08:00
kingfo
44b656a9e2
add data sync before hook function
2020-05-30 10:40:43 +08:00
jonyguo
03aa563838
update r0.3 release notes and install path
2020-05-30 10:25:06 +08:00
mindspore-ci-bot
692f38ded2
!1532 clean pylint warning in test dir
...
Merge pull request !1532 from jinyaohui/pylint1
2020-05-30 10:13:45 +08:00
mindspore-ci-bot
58794ab2d9
!1659 fix get_dataset_size error for GeneratorDataset
...
Merge pull request !1659 from yanghaitao/yht_generator_get_dataset_size
2020-05-30 10:03:31 +08:00
mindspore-ci-bot
59683a1d90
!1692 Fix topk bug for fasterrcnn
...
Merge pull request !1692 from meixiaowei/master
2020-05-30 09:56:40 +08:00
mindspore-ci-bot
6f92c4a124
!1501 add vm support for operators in mindspore.ops.operaitons package. Inlcude ACos, ACosGrad, Acosh, AcoshGrad, ArgMinD and ApplyCenteredRMSProp
...
Merge pull request !1501 from zhouneng/add_vm_support
2020-05-30 09:56:02 +08:00
jiangjinsheng
019911c56a
fixed doc for CumSum
2020-05-30 09:48:23 +08:00
huanghui
71acaa5300
enable ConfusionMulGrad fusion pass in bert only
2020-05-30 09:46:21 +08:00
mindspore-ci-bot
387bcece9e
!1666 Add 5 patterns for AdamApplyOneWithDecay fusion pass
...
Merge pull request !1666 from huanghui/AdamApplyOneWithDecay-fusion-pass
2020-05-30 09:43:07 +08:00
mindspore-ci-bot
90d98aa6ec
!1694 Check the input size of BatchNorm before fission in bert
...
Merge pull request !1694 from YuJianfeng/master
2020-05-30 09:37:29 +08:00
mindspore-ci-bot
fffb2ef5d7
!1690 Mark null output subgraph
...
Merge pull request !1690 from zhoufeng/make-null-output-subgraph
2020-05-30 09:34:14 +08:00
mindspore-ci-bot
0a27c46eef
!1701 fix several bugs
...
Merge pull request !1701 from fary86/fix_gpu_submodule_name_error
2020-05-30 09:33:59 +08:00
mindspore-ci-bot
6fe2ff3184
!1360 fix transform bug if primitive is a higher order function.
...
Merge pull request !1360 from xychow/fix-transform-bug
2020-05-30 09:32:14 +08:00
mindspore-ci-bot
8fb315aa38
!1667 Fix bug for duplicated graph id in pynative cases.
...
Merge pull request !1667 from rick_sanchez/master
2020-05-30 09:07:46 +08:00
mindspore-ci-bot
ad21780a54
!1371 separate py from debug and utils
...
Merge pull request !1371 from leopz/tensor_utils
2020-05-30 09:07:14 +08:00
zhousiyi
e895f19e80
fix transform bug which high order pritimive is not convert to graph
2020-05-30 00:51:26 +00:00
mindspore-ci-bot
7878743400
!1638 fixed rounding edge case in split
...
Merge pull request !1638 from Peilin/splitOp-after-testing
2020-05-30 05:31:33 +08:00
mindspore-ci-bot
0e3dd8149a
!1703 Adding sync_wait input check
...
Merge pull request !1703 from EricZ/master
2020-05-30 05:29:38 +08:00
mindspore-ci-bot
c366b3fb18
!1704 fix num rows bug in sampler
...
Merge pull request !1704 from Peilin/fix-random-sampler-bug
2020-05-30 05:27:20 +08:00
Eric
8e1b2107ce
Added example for sync_wait bad batch_num
...
Added broken test case for cv
Fixed error handling in sync_wait
2020-05-29 16:30:12 -04:00
mindspore-ci-bot
976b4793d1
!1544 Python Unit Test for TenCrop
...
Merge pull request !1544 from MahdiRahmaniHanzaki/I1IHNG-ten-crop
2020-05-30 03:02:29 +08:00
mindspore-ci-bot
15a196eba9
!1636 Add TCs to 3 vision transformation ops and cleanup config settings
...
Merge pull request !1636 from Tinazhang/randomGray
2020-05-30 03:02:15 +08:00
Peilin Wang
3ef3d1433d
fixed num_samples bug for RandomSampler
2020-05-29 13:09:26 -04:00
Tinazhang
f4a61fdbb2
Adding new UT cases and missing TCs in PY Ops.
2020-05-29 12:12:17 -04:00
mindspore-ci-bot
2ffc3f4bd6
!1699 bugfix:get nullptr from graph manager
...
Merge pull request !1699 from zyli2020/master
2020-05-29 23:43:06 +08:00
Peilin Wang
5469be2a97
fixed bug for split, RandomSampler and some other cleanup
...
add another test case
typo
merge conflict
another PR changed testing behavior, updated test cases in this commit
added input check for use_sampler
addressed code review comments
fixed pylint, not related to my changes
fixed edge case of rounding in getting split sizes
fix pylint
2020-05-29 11:27:32 -04:00
jinyaohui
86d197dfeb
clean pylint
2020-05-29 23:00:00 +08:00
fary86
54ccab295c
1.Update log level of some statements in validator.cc
...
2.Fix core dump of exporting onnx model when device target is 'GPU'
3.Fix numbers of arguments and graph parameters check error
4.Fix log prefix of some files of gpu submodule is error
2020-05-29 22:54:25 +08:00
lizhenyu
9df3a8613c
fix get nullptr when use graph manager
2020-05-29 21:20:50 +08:00
mindspore-ci-bot
6420f7248f
!1688 dataset: repair get_sampler_size func problem
...
Merge pull request !1688 from ms_yan/get_sampler_size
2020-05-29 21:01:11 +08:00
mindspore-ci-bot
85e686e0b3
!1670 Only the D device needs to judge whether StrideSliceGrad needs transfer input to attribute
...
Merge pull request !1670 from sunsuodong/fix_strideslicegrad
2020-05-29 19:53:17 +08:00
huanghui
ff05aa1faa
add newly 5 patterns for AdamApplyOneWithDecayRule fusion pass
2020-05-29 19:49:44 +08:00
yujianfeng
e6f1cfa581
Check the input size of BatchNorm before fission in bert
2020-05-29 19:34:58 +08:00
seatea
eff6fa7b8f
Fix codex warning in `do_signature.cc`.
2020-05-29 19:22:19 +08:00
zhoufeng
b7fae521c0
Mark null output subgraph
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-05-29 19:21:19 +08:00
meixiaowei
1778ec0135
fix topk bug
2020-05-29 19:04:18 +08:00
mindspore-ci-bot
7d763a9162
!1665 wide&deep data_process
...
Merge pull request !1665 from wukesong/data_process
2020-05-29 18:48:54 +08:00
ms_yan
de31113771
repair get_sampler_size problem
2020-05-29 18:30:41 +08:00
mindspore-ci-bot
9cbed69ee5
!1674 GPU fix resent scripts
...
Merge pull request !1674 from VectorSL/gpu-resnet-scripts
2020-05-29 18:15:12 +08:00