lirongzhen1
516b56cb64
sparse feature bp
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
mindspore-ci-bot
3d28ba10ef
!1631 fix reviewbot of mem_reuse
...
Merge pull request !1631 from yangjie159/fix_reviewbot_of_mem_reuse
5 years ago
mindspore-ci-bot
cc9c004bc1
!1696 Enable ConfusionMulGrad fusion pass
...
Merge pull request !1696 from huanghui/TMP
5 years ago
Yi Huaijie
d7e1ab1445
clean pylint warnings
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
692f38ded2
!1532 clean pylint warning in test dir
...
Merge pull request !1532 from jinyaohui/pylint1
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
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
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
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
lizhenyu
9df3a8613c
fix get nullptr when use graph manager
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
meixiaowei
1778ec0135
fix topk bug
5 years ago
zhouneng
65b0f8d1b3
为算子进行VM流程对接
5 years ago
mindspore-ci-bot
163eebf7b6
!1648 Add SoftmaxGradExt fusion pass
...
Merge pull request !1648 from huanghui/softmaxgradext-fusion-pass
5 years ago
jiangjinsheng
c3f681f0cf
vm for BesselI0e and BesselI1e
5 years ago
mindspore-ci-bot
d3dbb10b6d
!1563 Fixing some tiny faults about Pylint in my code(ops)
...
Merge pull request !1563 from liuwenhao/master
5 years ago
mindspore-ci-bot
8316f736ea
!1650 Support forward reduce scatter for Matmul
...
Merge pull request !1650 from yangzhenzhang/forward-reduce-scatter
5 years ago
mindspore-ci-bot
23d27e0a17
!1540 [AutoParallel]Add resnet50 st
...
Merge pull request !1540 from lichen/add_auto_parallel_st
5 years ago
huanghui
99ca6b3e80
add SoftmaxGradExt fusion pass
5 years ago
liuwenhao4
f87c70a9ab
Fixing some tiny faults about Pylint in my code(ops)
5 years ago
mindspore-ci-bot
57874cd61f
!1372 [Auto parallel] Add a new primitive EmbeddingLookup
...
Merge pull request !1372 from Xiaoda/add-embedinglookup-primitive
5 years ago
lichenever
191d3c05d0
add auto parallel st
5 years ago
yangzhenzhang
19bd830539
support forward reduce scatter for matmul
5 years ago
mindspore-ci-bot
f523a0f83c
!1600 [AutoParallel]Fix GatherV2 bug
...
Merge pull request !1600 from lichen/fix_auto_parallel_gatherv2_bug
5 years ago
Xiaoda Zhang
4154adf196
add embedinglookup primitive
5 years ago
mindspore-ci-bot
bb72c0020b
!1612 add cpu stridedslice
...
Merge pull request !1612 from kisnwang/add-cpu-stridedslice
5 years ago
mindspore-ci-bot
4da9fe083b
!1584 Modify the importing path of BERT after its src has been moved.
...
Merge pull request !1584 from lyvette/master
5 years ago
Mahdi
dfc097019b
Added TenCrop test
...
Added unit tests for both testing the functinality of the TenCrop and
its error messages. Due to the similarity of this method to FiveCrop the
test cases are similar to FiveCrop test cases.
Signed-off-by: Mahdi <mahdi.rahmani.hanzaki@huawei.com>
added error_msg function call in the main method
refactored the test and added visual representation of the results
Separated the two error cases into two different functions and used the
visualize function in util.py to plot the result of TenCrop.
Signed-off-by: Mahdi <mahdi.rahmani.hanzaki@huawei.com>
Added new test cases
Added new test cases including test case for checking the error message
when the size variable is not a positive integer, test case for
rectangle crop, test case for vertical flip setting, and testing for
similarity of the result of TenCrop for the same input data in different runs.
Signed-off-by: Mahdi <mahdi.rahmani.hanzaki@huawei.com>
changed visualize in test_five_crop
Changed the visualize function in test_five_crop to use the already
existing function in util.py
Signed-off-by: Mahdi <mahdi.rahmani.hanzaki@huawei.com>
made generate_golden variable global
5 years ago
yangjie159
37904cea01
fix reviewBot of mem_reuse
5 years ago
kswang
f93e6beb52
add cpu strided slice
5 years ago
mindspore-ci-bot
21da86b393
!1591 add get_dataset_size for CelebADataset
...
Merge pull request !1591 from yanghaitao/yht_celeba_get_dataset_size
5 years ago
lichenever
c223fde566
fix auto parallel gatherv2 bug
5 years ago
mindspore-ci-bot
8556eee3fc
!1578 recitify pretrained path and revert AdjustAllReduceMulAdduse
...
Merge pull request !1578 from gengdongjie/master
5 years ago
mindspore-ci-bot
ec5363ad9d
!1593 Fix the bug that there is only return node in the forward graph
...
Merge pull request !1593 from yangzhenzhang/reshape-optimized
5 years ago
mindspore-ci-bot
4bf1c5099a
!1551 add onnx ops for deepfm
...
Merge pull request !1551 from wandongdong/master
5 years ago
mindspore-ci-bot
39c1966593
!1488 add vm ops: Asin, AsinGrad, Asinh, AsinhGrad
...
Merge pull request !1488 from fangzehua/fzh_edit
5 years ago