mindspore-ci-bot
387bcece9e
!1666 Add 5 patterns for AdamApplyOneWithDecay fusion pass
...
Merge pull request !1666 from huanghui/AdamApplyOneWithDecay-fusion-pass
5 years ago
mindspore-ci-bot
90d98aa6ec
!1694 Check the input size of BatchNorm before fission in bert
...
Merge pull request !1694 from YuJianfeng/master
5 years ago
mindspore-ci-bot
fffb2ef5d7
!1690 Mark null output subgraph
...
Merge pull request !1690 from zhoufeng/make-null-output-subgraph
5 years ago
mindspore-ci-bot
0a27c46eef
!1701 fix several bugs
...
Merge pull request !1701 from fary86/fix_gpu_submodule_name_error
5 years ago
mindspore-ci-bot
6fe2ff3184
!1360 fix transform bug if primitive is a higher order function.
...
Merge pull request !1360 from xychow/fix-transform-bug
5 years ago
mindspore-ci-bot
8fb315aa38
!1667 Fix bug for duplicated graph id in pynative cases.
...
Merge pull request !1667 from rick_sanchez/master
5 years ago
mindspore-ci-bot
ad21780a54
!1371 separate py from debug and utils
...
Merge pull request !1371 from leopz/tensor_utils
5 years ago
zhousiyi
e895f19e80
fix transform bug which high order pritimive is not convert to graph
5 years ago
mindspore-ci-bot
7878743400
!1638 fixed rounding edge case in split
...
Merge pull request !1638 from Peilin/splitOp-after-testing
5 years ago
mindspore-ci-bot
0e3dd8149a
!1703 Adding sync_wait input check
...
Merge pull request !1703 from EricZ/master
5 years ago
mindspore-ci-bot
c366b3fb18
!1704 fix num rows bug in sampler
...
Merge pull request !1704 from Peilin/fix-random-sampler-bug
5 years ago
Eric
8e1b2107ce
Added example for sync_wait bad batch_num
...
Added broken test case for cv
Fixed error handling in sync_wait
5 years ago
mindspore-ci-bot
976b4793d1
!1544 Python Unit Test for TenCrop
...
Merge pull request !1544 from MahdiRahmaniHanzaki/I1IHNG-ten-crop
5 years ago
mindspore-ci-bot
15a196eba9
!1636 Add TCs to 3 vision transformation ops and cleanup config settings
...
Merge pull request !1636 from Tinazhang/randomGray
5 years ago
Peilin Wang
3ef3d1433d
fixed num_samples bug for RandomSampler
5 years ago
Tinazhang
f4a61fdbb2
Adding new UT cases and missing TCs in PY Ops.
5 years ago
mindspore-ci-bot
2ffc3f4bd6
!1699 bugfix:get nullptr from graph manager
...
Merge pull request !1699 from zyli2020/master
5 years ago
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
5 years ago
jinyaohui
86d197dfeb
clean pylint
5 years ago
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
5 years ago
lizhenyu
9df3a8613c
fix get nullptr when use graph manager
5 years ago
mindspore-ci-bot
6420f7248f
!1688 dataset: repair get_sampler_size func problem
...
Merge pull request !1688 from ms_yan/get_sampler_size
5 years ago
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
5 years ago
huanghui
ff05aa1faa
add newly 5 patterns for AdamApplyOneWithDecayRule fusion pass
5 years ago
yujianfeng
e6f1cfa581
Check the input size of BatchNorm before fission in bert
5 years ago
seatea
eff6fa7b8f
Fix codex warning in `do_signature.cc`.
5 years ago
zhoufeng
b7fae521c0
Mark null output subgraph
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
meixiaowei
1778ec0135
fix topk bug
5 years ago
wukesong
8cae48091b
pre_process
5 years ago
mindspore-ci-bot
7d763a9162
!1665 wide&deep data_process
...
Merge pull request !1665 from wukesong/data_process
5 years ago
ms_yan
de31113771
repair get_sampler_size problem
5 years ago
mindspore-ci-bot
9cbed69ee5
!1674 GPU fix resent scripts
...
Merge pull request !1674 from VectorSL/gpu-resnet-scripts
5 years ago
mindspore-ci-bot
2797c32208
!1668 revert parameter set kernel build info
...
Merge pull request !1668 from lianliguang/master
5 years ago
mindspore-ci-bot
9d9cd3c1ef
!1611 Transformer model scripts merge
...
Merge pull request !1611 from yuchaojie/transformer
5 years ago
mindspore-ci-bot
92b54922cb
!1660 fix resource release bug of memory swap
...
Merge pull request !1660 from zyli2020/fix_resource_release_bug_of_memswap
5 years ago
jiangjinsheng
2e471f8505
fixed doc for ApplyRMSProp
5 years ago
rick_sanchez
1a997806b3
fix bug for duplicated graph id in pynative cases.
5 years ago
zhouneng
65b0f8d1b3
为算子进行VM流程对接
5 years ago
VectorSL
77b1f71833
gpu fix resnet script
5 years ago
mindspore-ci-bot
163eebf7b6
!1648 Add SoftmaxGradExt fusion pass
...
Merge pull request !1648 from huanghui/softmaxgradext-fusion-pass
5 years ago
mindspore-ci-bot
c39902153c
!1597 add _set_dataset_mode_config to vm
...
Merge pull request !1597 from jinyaohui/sink_graph
5 years ago
WilliamLian
390b4f847a
don't set parameter's format when it's has been setted before
5 years ago
jiangjinsheng
a12c8a7868
fixed StridedSliceGrad
5 years ago
jiangjinsheng
c3f681f0cf
vm for BesselI0e and BesselI1e
5 years ago
mindspore-ci-bot
afb0e76de9
!1652 support vm for SoftmaxGradExt
...
Merge pull request !1652 from jiangjinsheng/vm_SoftmaxGradExt
5 years ago
lizhenyu
fa4d9b2846
fix resource release bug of memory swap
5 years ago
mindspore-ci-bot
eec2678ebe
!1637 Add DeepLabV3 network
...
Merge pull request !1637 from z00378171/deeplabv3
5 years ago
sunsuodong
905cf4f01d
not D const input to attr
5 years ago
wukesong
3f2f6faa2c
wide&deep data process
5 years ago
mindspore-ci-bot
0842d5c78e
!1623 Add pass to insert padding for NMSwithMask
...
Merge pull request !1623 from JoyLvliang/pynative-insert-pad-for-nmswithmask
5 years ago