mindspore-ci-bot
|
ba0143402c
|
!3067 Cleanup dataset UT: Remove unneeded tf data files and tests
Merge pull request !3067 from cathwong/ckw_dataset_ut_cleanup6
|
5 years ago |
Cathy Wong
|
ae1ed327ba
|
Cleanup dataset UT: Remove unneeded data files and tests
|
5 years ago |
He Wei
|
ee1510da41
|
Eliminate circular dependency between 'ir' and 'device/kernel'
|
5 years ago |
liubuyu
|
43c79eb853
|
mindspore path adjust
|
5 years ago |
mindspore-ci-bot
|
530d46eb47
|
!3024 Decode + RandomCropAndResize fusion within MapOp
Merge pull request !3024 from Alexey_Shevlyakov/random_crop_decode_resize_fusion
|
5 years ago |
mindspore-ci-bot
|
f65586cefa
|
!3035 Refactoring for base and abstract types.
Merge pull request !3035 from ZhangQinghua/master
|
5 years ago |
BowenK
|
af36bd7698
|
Revert PR 2923
|
5 years ago |
Zhang Qinghua
|
87715ed127
|
Refactoring for base and abstract types: Moving Base into base folder; Splitting the abstract type and infer&specialize routines;
|
5 years ago |
mindspore-ci-bot
|
69ce4bf2b2
|
!2970 Del mindspore/model_zoo
Merge pull request !2970 from panbingao/master
|
5 years ago |
Alexey Shevlyakov
|
b930162e79
|
Decode + RandomCropAndResize = RandomCropDecodeResize
|
5 years ago |
Jesse Lee
|
7c1bc5192b
|
Initial Drop of CacheOp Phase I
|
5 years ago |
WilliamLian
|
9682d08d96
|
refactor primitive hook function
|
5 years ago |
caifubi
|
c577952c9a
|
Async Data Dump
|
5 years ago |
mindspore-ci-bot
|
65c6e54e2e
|
!2773 Adding cpp_api
Merge pull request !2773 from 章一智/cpp_api
|
5 years ago |
ZPaC
|
8273c2a39c
|
Add ps optimizer info builder.
|
5 years ago |
mindspore-ci-bot
|
2e45aa6c19
|
!3014 Add ps optimizer info
Merge pull request !3014 from ZPaC/add-ps-optim-info
|
5 years ago |
mindspore-ci-bot
|
6284c42a76
|
!2941 MD tokenizer support output offsets
Merge pull request !2941 from xiefangqi/md_add_offsets_feature
|
5 years ago |
ZPaC
|
272e397be7
|
Add ps optimizer info.
|
5 years ago |
xiefangqi
|
47060631e5
|
add offsets feature to tokenizer
|
5 years ago |
ervinzhang
|
bd5a777f81
|
introducing new C++ API
|
5 years ago |
panbingao
|
45dbc8bf04
|
Move model_zoo.resnet.py
|
5 years ago |
heleiwang
|
7a046a1d70
|
support get_edge_feature
|
5 years ago |
mindspore-ci-bot
|
c8d7ac13aa
|
!2976 Add input infos to output for apply op to match the tbe registered info
Merge pull request !2976 from YuJianfeng/input2output
|
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
|
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 |
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 |
mindspore-ci-bot
|
b23fc4e492
|
!2938 Decouple the exception routines from Python.
Merge pull request !2938 from ZhangQinghua/master
|
5 years ago |
He Wei
|
f337c6bc14
|
Decouple ParamValue from python
|
5 years ago |
ZPaC
|
4645a43e08
|
Add ps module in batches
|
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
|
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 |
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
|
e26746ad18
|
!2816 Optimization for ApplyTransform function
Merge pull request !2816 from Kang/optimization
|
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 |
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
|
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 |
wuyongkang
|
02dd305bb0
|
Optimization for ApplyTransform function
|
5 years ago |
kswang
|
a719a9fe3a
|
add two level reduce sparse gradient
|
5 years ago |
Jesse Lee
|
e0ef91a676
|
Fix Queue::Reset
|
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 |