ms_yan
|
edd7e184d8
|
modify config api
|
5 years ago |
mindspore-ci-bot
|
8844462e15
|
!2996 Add test case for switch_layer
Merge pull request !2996 from fanglei/add_testcase_switchlayer
|
5 years ago |
mindspore-ci-bot
|
f1308e9645
|
!2937 MatMul op change to MatMulV2 for GE backend.
Merge pull request !2937 from liuxiao93/MatMul-change-to-MatMulV2
|
5 years ago |
mindspore-ci-bot
|
f201bd655c
|
!2979 Add push pull kernel
Merge pull request !2979 from ZPaC/add-push-pull-kernel
|
5 years ago |
mindspore-ci-bot
|
4670b58c50
|
!2908 dataset: avoid same column name and add para check for to_device
Merge pull request !2908 from ms_yan/column_empty
|
5 years ago |
mindspore-ci-bot
|
9b4ec82f93
|
!2993 Fix that the usage is error in the SummaryCollector example
Merge pull request !2993 from ougongchang/fix_api
|
5 years ago |
leilei_snow
|
38f32d0f8f
|
add testcase for switchlayer.
|
5 years ago |
mindspore-ci-bot
|
854290c098
|
!2984 fix hswishquant and hsigmoidquant validation false bug
Merge pull request !2984 from chenzhongming/master
|
5 years ago |
mindspore-ci-bot
|
87722b9e09
|
!2912 Update ssim and add msssim
Merge pull request !2912 from fanglei/msssim
|
5 years ago |
ZPaC
|
e0da486e2f
|
Add push pull kernels
|
5 years ago |
ougongchang
|
9062ea4bdd
|
There is a error in the SummaryCollector example.
The useage is error when collect custom lineage data.
|
5 years ago |
ms_yan
|
83bc1fb343
|
repair issue for same column name and para check
|
5 years ago |
mindspore-ci-bot
|
ee199007ed
|
!2942 change reduce node's reduce axis attr whem it's using in special foramt
Merge pull request !2942 from lianliguang/convert-reduce-axis-when-selected-hw-special-format-for-reduce-kernel
|
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
|
b63b6bd168
|
!2986 Add worker proxy
Merge pull request !2986 from ZPaC/add-worker-proxy
|
5 years ago |
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
|
c1f881e6f3
|
!2592 Keep parameters of previous step in TensorLoader
Merge pull request !2592 from ShidaHe/debugger_dev
|
5 years ago |
mindspore-ci-bot
|
cf5a27e97d
|
!2962 gpu support SmoothL1Loss kernel
Merge pull request !2962 from chenweifeng/smoothl1loss
|
5 years ago |
ZPaC
|
6b3e1a687b
|
Add worker proxy.
|
5 years ago |
mindspore-ci-bot
|
03ef509ee9
|
!2956 adapt crop and resize op check
Merge pull request !2956 from wuxuejian/crop_op_check
|
5 years ago |
mindspore-ci-bot
|
3f47fb9b03
|
!2977 Add worker
Merge pull request !2977 from ZPaC/add-worker
|
5 years ago |
mindspore-ci-bot
|
bec2fcebc2
|
!2974 Add ps module in batches
Merge pull request !2974 from ZPaC/add-ps-module
|
5 years ago |
mindspore-ci-bot
|
fc24096baf
|
!2834 Enable Split in the bprop of Concat
Merge pull request !2834 from gziyan/add_uniform_split_for_concat
|
5 years ago |
mindspore-ci-bot
|
dfffe4c5c7
|
!2790 adjust finetune and eval script
Merge pull request !2790 from wanghua/master
|
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 |
mindspore-ci-bot
|
d1e7b9770f
|
!2964 Increase the max tensor size
Merge pull request !2964 from jiangzhenguang/Increase-the-max-tensor-size
|
5 years ago |
chenzomi
|
2ff29f0198
|
fix hswishquant and hsigmoidquant validation false bug
|
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 |
ZPaC
|
5941b39bf1
|
Add worker.
|
5 years ago |
yujianfeng
|
24f6b9d77e
|
Add input2output pass
|
5 years ago |
buxue
|
4df1edf5b3
|
Improving implicit type conversion
|
5 years ago |
ZPaC
|
0a1d3f1542
|
Add ps module in batches
|
5 years ago |
jzg
|
fb90ff164b
|
increase the max size of tensor.
|
5 years ago |
mindspore-ci-bot
|
b23fc4e492
|
!2938 Decouple the exception routines from Python.
Merge pull request !2938 from ZhangQinghua/master
|
5 years ago |
mindspore-ci-bot
|
7fd22f8ede
|
!2971 Reg op info from local config file
Merge pull request !2971 from jjfeing/master
|
5 years ago |
mindspore-ci-bot
|
761cdbfade
|
!2959 Decouple ir.Signature class from python
Merge pull request !2959 from hewei/decouple_signature
|
5 years ago |
wilfChen
|
0fdc304a8e
|
gpu support smoothl1loss
|
5 years ago |
jzg
|
94d0d45ab4
|
increase the max size of tensor.
|
5 years ago |
mindspore-ci-bot
|
f5dc6fbe57
|
!2919 gpu kernel runtime code review
Merge pull request !2919 from limingqi107/master
|
5 years ago |
mindspore-ci-bot
|
d2809954fd
|
!2957 fix stream for memory reuse
Merge pull request !2957 from gukecai/fix-stream-bug
|
5 years ago |
wuxuejian
|
5759a13077
|
adapt crop and resize op check
|
5 years ago |