liuwenhao4
7b911886ec
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
mindspore-ci-bot
d2f6f9b895
!1669 wide&deep data_pre_process
...
Merge pull request !1669 from wukesong/data_pre_process
5 years ago
mindspore-ci-bot
efaaf58074
!1518 add register info for Atan and AtanGrad and Atanh
...
Merge pull request !1518 from zhouneng/add_vm_support_Atan_AtanGrad_Atanh
5 years ago
xiefangqi
49e368fc45
add destructor to Feature
5 years ago
jiangjinsheng
14587ad0a7
fixed SoftmaxGradExt
5 years ago
yoonlee666
994b16c4cc
adjust warmup_steps in AdamWeightDecayDynamicLR
5 years ago
liuxiao
4efd151784
add tbe op SparseApplyProximalAdagradD-SparseApplyFtrlD-ApplyProximalAdagradD for VM
5 years ago
xiefangqi
d971106fec
fix minddata codex
5 years ago
mindspore-ci-bot
0920660ecc
!1712 clean pylint warnings of parallel test cases
...
Merge pull request !1712 from yihuaijie/master
5 years ago
lizhenyu
5868daffda
clean codedex warning
5 years ago
gengdongjie
fb620d39e5
fix bug introduced by gpu support
5 years ago
mindspore-ci-bot
3d28ba10ef
!1631 fix reviewbot of mem_reuse
...
Merge pull request !1631 from yangjie159/fix_reviewbot_of_mem_reuse
5 years ago
zhouneng
e6b9432aca
add register for Atan AtanGrad Atanh
5 years ago
xiefangqi
4c70d25777
fix codex of voc and graph
5 years ago
mindspore-ci-bot
c4939d9cc8
!1687 add data sync before hook function
...
Merge pull request !1687 from wangqiuliang/add-data-sync-before-hook-function
5 years ago
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
5 years ago
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
5 years ago
mindspore-ci-bot
cc9c004bc1
!1696 Enable ConfusionMulGrad fusion pass
...
Merge pull request !1696 from huanghui/TMP
5 years ago
zhaozhenlong
eb4e1a0d2b
ScatterAdd ScatterMax indices limited to int32
5 years ago
Yi Huaijie
d7e1ab1445
clean pylint warnings
5 years ago
fary86
faf6578a90
Fix arg index check error when return Parameter defined in Net directly
5 years ago
mindspore-ci-bot
bbc64b8873
!1528 support vm for BesselI0e and BesselI1e
...
Merge pull request !1528 from jiangjinsheng/vm_bessel
5 years ago
mindspore-ci-bot
179ca1eaeb
!1673 update r0.3 relase notes
...
Merge pull request !1673 from guozhijian/update_r0.3_release_notes
5 years ago
mindspore-ci-bot
5aa55302d4
!1691 Fix codex warning in `do_signature.cc`
...
Merge pull request !1691 from seatea/fix-codex-warning
5 years ago
kingfo
44b656a9e2
add data sync before hook function
5 years ago
jonyguo
03aa563838
update r0.3 release notes and install path
5 years ago
mindspore-ci-bot
692f38ded2
!1532 clean pylint warning in test dir
...
Merge pull request !1532 from jinyaohui/pylint1
5 years ago
mindspore-ci-bot
58794ab2d9
!1659 fix get_dataset_size error for GeneratorDataset
...
Merge pull request !1659 from yanghaitao/yht_generator_get_dataset_size
5 years ago
mindspore-ci-bot
59683a1d90
!1692 Fix topk bug for fasterrcnn
...
Merge pull request !1692 from meixiaowei/master
5 years ago
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
5 years ago
jiangjinsheng
019911c56a
fixed doc for CumSum
5 years ago
huanghui
71acaa5300
enable ConfusionMulGrad fusion pass in bert only
5 years ago
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