mindspore-ci-bot
bccfa48509
!2980 Prevent empty column names
...
Merge pull request !2980 from nhussain/empty_column_b
5 years ago
leilei_snow
9b21420b3e
update SSIM loss, add MSSSIM loss feature; add their ut testcases.
5 years ago
mindspore-ci-bot
9daeeb5a81
!2961 add st to protect pynative hook from abnormal
...
Merge pull request !2961 from JoyLvliang/add-st-to-protect-pynative-hook-from-abnormal
5 years ago
mindspore-ci-bot
cf5a27e97d
!2962 gpu support SmoothL1Loss kernel
...
Merge pull request !2962 from chenweifeng/smoothl1loss
5 years ago
mindspore-ci-bot
00368b3683
!2972 Improving implicit type conversion
...
Merge pull request !2972 from zhangbuxue/Improving_implicit_type_conversion
5 years ago
mindspore-ci-bot
b5e8e2419e
!2923 Update arithmetic simplify to use Pattern Matcher
...
Merge pull request !2923 from Giancarlo/update_arith_simplify
5 years ago
mindspore-ci-bot
5f468b65b6
!2798 Decouple ParamValue from python
...
Merge pull request !2798 from hewei/decouple_param_value
5 years ago
mindspore-ci-bot
6b2a5221b3
!2975 Add MixedPrecisionCast for KeywordArg
...
Merge pull request !2975 from Kang/add_AbstractKeywordArg
5 years ago
Zirui Wu
7b15e5a742
rework on lookup
...
add test caser
fix ci
address review cmts
ci
addr review cmt
fix typo
address review cmts
add 2 more test cases
cpplint fix
addr cpplint
addr ci
fix tst case err
fix doc str
5 years ago
mindspore-ci-bot
2c3c204b14
!2982 supporting cpp unit tests for randomresizewithbbox and resizewithbbox
...
Merge pull request !2982 from ava/CPP_test3
5 years ago
mindspore-ci-bot
02e797d130
!2947 CPP UTs for 3 BBoxAugOps + Fix to image_util.cc
...
Merge pull request !2947 from danishnxt/AugOps-testing
5 years ago
avakh
b2bfb0342b
supporting cpp unit tests for random_resize_with_bbox_op and resize_with_bbox_op.
5 years ago
nhussain
2c7fd248f8
fixes for PR-2908: avoid empty strings for column names
5 years ago
Danish Farid
506f8f134e
fix, cpp ut's
...
fix cmakefile
fixed log statments in cpp UT tests
5 years ago
yujianfeng
24f6b9d77e
Add input2output pass
5 years ago
buxue
4df1edf5b3
Improving implicit type conversion
5 years ago
mindspore-ci-bot
b23fc4e492
!2938 Decouple the exception routines from Python.
...
Merge pull request !2938 from ZhangQinghua/master
5 years ago
wilfChen
0fdc304a8e
gpu support smoothl1loss
5 years ago
lvliang
0978bdc301
add-st-to-protect-pynative-hook-from-abnormal
5 years ago
wuyongkang
e12255ad84
Add MixedPrecisionCast for KeywordArg
5 years ago
mindspore-ci-bot
d192920719
!2958 Add ps module in batches.
...
Merge pull request !2958 from ZPaC/add-ps-module
5 years ago
He Wei
f337c6bc14
Decouple ParamValue from python
5 years ago
ZPaC
4645a43e08
Add ps module in batches
5 years ago
buxue
4e832b2309
support implicit type conversion for pynative mode
5 years ago
wuyongkang
4b2b46679a
Revert "Optimization for ApplyTransform function"
...
This reverts commit 02dd305bb0
.
5 years ago
Zhang Qinghua
bde889ffdf
Decouple the exception routines from Python.
5 years ago
mindspore-ci-bot
0c7a5f76a3
!2779 gpu support CTCLoss kernel
...
Merge pull request !2779 from chenweifeng/ctcloss
5 years ago
mindspore-ci-bot
323a80c620
!2765 fix large for loop segment fault
...
Merge pull request !2765 from fary86/fix_large_for_loop
5 years ago
mindspore-ci-bot
5fc6dcfb65
!2915 [Auto parallel] Rewrite EmbeddingLookup
...
Merge pull request !2915 from Xiaoda/8-move-embeddinglookup-external
5 years ago
mindspore-ci-bot
5355deca04
!2946 Added empty tensor support
...
Merge pull request !2946 from EricZ/emtpy-tensor
5 years ago
mindspore-ci-bot
3cc9217f06
!2926 [Dataset C++ UT] Implement C++ UTs for RandomHorizontalFlipWithBBox and BoundingBoxAugment
...
Merge pull request !2926 from islam_amin/object_ops_cc_ut_floats
5 years ago
Eric
79445012bd
Tensor ut works
...
new test case
Name change for empty check
5 years ago
nhussain
6c37ea3be0
fix validators
...
fixed random_apply tests
fix validators
fixed random_apply tests
fix engine validation
5 years ago
Giancarlo Colmenares
7f759c2a4c
Updated arithmetic simplify to use Pattern Matcher
5 years ago
mindspore-ci-bot
915ddd25dd
!2892 gnn random walk pr 1977 comment follow up
...
Merge pull request !2892 from tony_liu2/master
5 years ago
islam_amin
284cc910d5
C++ UTs for RandomHorizontalFlipWithBBox and Bounding Box Augment
5 years ago
mindspore-ci-bot
e2f51ccec8
!2922 updating the python ut tests based on floating point bounding boxes
...
Merge pull request !2922 from ava/float_change
5 years ago
wilfChen
d54154a1f9
Gpu support ctcloss kernel
5 years ago
Xiaoda Zhang
fc906f7f58
move embeddinglookup to external
5 years ago
mindspore-ci-bot
dffb76a0a9
!2605 High level abstraction of mathematical distributions
...
Merge pull request !2605 from XunDeng/pp_poc_v3
5 years ago
mindspore-ci-bot
b71cb28b0a
!2887 Reset to fusedbatchnorm operation in pynative mode
...
Merge pull request !2887 from JoyLvliang/back-to-fusedbatchnorm-operation-in-pynative-mode
5 years ago
mindspore-ci-bot
403c1db8ce
!2869 fix print bug
...
Merge pull request !2869 from jinyaohui/master
5 years ago
zhousiyi
9ad7c652a2
make abstractref can join with abstracttensor
5 years ago
lvliang
b16686964c
back-to-fusedbatchnorm-operation-in-pynative-mode
5 years ago
mindspore-ci-bot
e26746ad18
!2816 Optimization for ApplyTransform function
...
Merge pull request !2816 from Kang/optimization
5 years ago
peixu_ren
bef1fc7f19
add sample functions in normal and bermoulli distributions
5 years ago
avakh
421b80bf8f
updating python unit tests based on floating point bounding boxes + adding coco dataset in unit tests
5 years ago
tony_liu2
14899a1410
fix gnn random walk pr 1977 comments
...
add fix to random resize decode crop test case
fix pylint issues
5 years ago
Xun Deng
0aa26c1815
add high level abstract class Distribution and two example class:
...
Bernoulli and Normal
5 years ago
mindspore-ci-bot
9ba937b1af
!2920 Updating 3 BBox AugOps for Float + Common Files for BBox Float Support - (VertFlip/RandomCrop/RandomResizeCrop)
...
Merge pull request !2920 from danishnxt/AugOps-M1-Python
5 years ago
mindspore-ci-bot
c9929fd8a1
!2900 Update BoundingBoxAugment and RandomHorizontalFlipWithBBox to use float
...
Merge pull request !2900 from islam_amin/object_ops_cc_float
5 years ago
mindspore-ci-bot
92d2011b8b
!2924 [Dataset Python UT] Disable md5 random perspective test
...
Merge pull request !2924 from TinaMengtingZhang/redo-skip-md5-random-perspective-test
5 years ago
mindspore-ci-bot
6d946b6a19
!2890 Fix for Alexey's testcase
...
Merge pull request !2890 from JesseKLee/queue_perf
5 years ago
Danish Farid
78c370f72a
First Commit - New Infrastructure - Python UT tests + Common Aug Files
...
fix accidental change overwrite
fix 2
updated inits from 0 to 0.0 for float
improvd python ut comments
updated macro
5 years ago
tinazhang
8455f957ac
disable md5 random perspective test case
5 years ago
wuyongkang
02dd305bb0
Optimization for ApplyTransform function
5 years ago
jinyaohui
c7f6527e92
fix print file bug
5 years ago
mindspore-ci-bot
faa1084bd8
!2865 asymmetric param row split support for GatherV2
...
Merge pull request !2865 from yihuaijie/dev
5 years ago
mindspore-ci-bot
b82926138d
!2905 two level reduce sparse gradient
...
Merge pull request !2905 from kisnwang/parallel-reduce-sparse-gradient
5 years ago
mindspore-ci-bot
5baae2ebd0
!2884 Add TBE op UnsortedSegmentProd for VM.
...
Merge pull request !2884 from liuxiao93/UnsortedSegmentProd
5 years ago
mindspore-ci-bot
bd60db5c11
!2811 support vm for ParallelConcat
...
Merge pull request !2811 from jiangjinsheng/vm_parallel_concat
5 years ago
kswang
a719a9fe3a
add two level reduce sparse gradient
5 years ago
liuxiao93
2b0ecfd2b1
Add TBE op UnsortedSegmentProd for VM.
5 years ago
Yi Huaijie
cae254f4df
asymmetric row split support for GatherV2
5 years ago
islam_amin
dfc3409f67
Update RandomHorizontalFlipWithBBox and BoundingBouxAugment C++ Ops to use floats
5 years ago
mindspore-ci-bot
751b5e6fac
!2897 Modify VOCDataset output float dtype bbox
...
Merge pull request !2897 from xiefangqi/md_voc_support_float
5 years ago
xiefangqi
62d55fdbce
vocdataset support float bbox
5 years ago
Jesse Lee
e0ef91a676
Fix Queue::Reset
5 years ago
jiangjinsheng
a3565a75d1
vm for ParallelConcat
5 years ago
mindspore-ci-bot
3d377c51b9
!2839 support vm for PopulationCount
...
Merge pull request !2839 from jiangjinsheng/vm_population_count
5 years ago
mindspore-ci-bot
d4185f336c
!2848 change crop_size from tensor to tuple
...
Merge pull request !2848 from xutianchun/crop_size_tuple
5 years ago
mindspore-ci-bot
aef002ad6c
!2809 support Python built-in function 'enumerate'
...
Merge pull request !2809 from zhangbuxue/support_Python_built-in_functions_enumerate
5 years ago
xutianchun
f9088f46bd
change crop_size from tensor to tuple
5 years ago
leilei_snow
5cccfbc61b
Add TransShape Operator.
5 years ago
mindspore-ci-bot
f42e36b629
!2845 Fix empty graph dump ir failed
...
Merge pull request !2845 from zhoufeng/empty-graph-dump-ir
5 years ago
zhoufeng
1f8b00dff2
Fix empty graph dump ir
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
mindspore-ci-bot
f6b6ef2796
!2761 Record unreused arg in kernel graph
...
Merge pull request !2761 from chenfei_mindspore/split-real-inputs-to-reuse-args-and-not-reuse-args
5 years ago
mindspore-ci-bot
b5066e81ee
!2308 Unskip md5 python UT case for RandomPerspective
...
Merge pull request !2308 from TinaMengtingZhang/unskip-case-random-perspective
5 years ago
mindspore-ci-bot
34fadfad31
!2774 fix perf_data test
...
Merge pull request !2774 from Alexey_Shevlyakov/fix_perf_data_test
5 years ago
tinazhang
dc03019200
unskip md5 testcase for RandomPerspective
5 years ago
Danish Farid
5a9673ee6f
fix_annotate bug fix
5 years ago
chenfei
193c583cf6
add unreuse args of kernel graph
...
insert assign at the end of graph
clear log
clear log 2
handle replace call of unreuse args
handle bug of replace node
5 years ago
jiangjinsheng
ee7aef98df
vm for PopulationCount
5 years ago
mindspore-ci-bot
860a32632e
!2671 vm for MaxPoolGradGrad, MaxPoolGradGradWithArgmax
...
Merge pull request !2671 from jiangjinsheng/vm_max_pool_ext2
5 years ago
mindspore-ci-bot
2711a628fb
!2333 remove addnclass in opt
...
Merge pull request !2333 from xychow/remove-addnclass-in-opt
5 years ago
buxue
cfa41733d6
support Python built-in function 'enumerate'
5 years ago
mindspore-ci-bot
a342a615a8
!2823 fix CropAndResize doc
...
Merge pull request !2823 from xutianchun/fix_doc
5 years ago
zhousiyi
b29d260be3
reuse AddN primitive in opt as AddN will replicated by program_specialize
5 years ago
fary86
e17469bf42
Fix bug of large for loop
5 years ago
mindspore-ci-bot
8d660640cc
!2818 Add a primitive operator add to test_lamb
...
Merge pull request !2818 from ddwolf/add_primitive_op_to_test_lamb
5 years ago
mindspore-ci-bot
2cd9649b9e
!2810 Add operator adapting in ME for Softsign
...
Merge pull request !2810 from zhangzheng/softsign
5 years ago
mindspore-ci-bot
391f5e44e4
!2832 check types for optional boolean parameters
...
Merge pull request !2832 from Peilin/invalid-type-bucket-check
5 years ago
mindspore-ci-bot
9b915b5c28
!2831 Rework/Fix arithmetic_simplify passes
...
Merge pull request !2831 from thlinh/dev_Jul02_rework_arithmetic_simplify
5 years ago
Hoai Linh Tran
6bd66e7953
Fix memcpy calls. Add ut tests for arithmetic_simplify. Split long arithmetic_simplify.h to arithmetic_simplify.cc
...
Code checking
5 years ago
peilin-wang
29aa589972
added check for invalid type for boolean args
5 years ago
ale
383564c417
fix perf_data test
5 years ago
mindspore-ci-bot
709dfd7e81
!2738 [Dataset C++ UT] Implement C++ UT common class for object detection tests.
...
Merge pull request !2738 from islam_amin/object_ops_ut_cc
5 years ago
mindspore-ci-bot
c1a53d3f68
!2822 Fix bool tensor problem
...
Merge pull request !2822 from hewei/fix_bool_tensor
5 years ago
xutianchun
77b5ae054a
fix CropAndResize doc
5 years ago
He Wei
a0623e1528
Fix bool type tensor problem
...
Problem: Create 'uint8' type tensor from float data raise RuntimeError;
Fix: Use same internal data type for 'uint8' and 'bool' tensor and allows
convert float data to bool tensor.
5 years ago