mindspore-ci-bot
541456044d
!2934 GraphData support random_walk and get_edge_feature
...
Merge pull request !2934 from heleiwang/gnn_july
5 years ago
mindspore-ci-bot
95e75c3119
!3005 session code review
...
Merge pull request !3005 from Margaret_wangrui/code_review
5 years ago
mindspore-ci-bot
2f565f4c20
!2776 Update API of dataset.text.lookup
...
Merge pull request !2776 from ZiruiWu/master
5 years ago
mindspore-ci-bot
1354d872aa
!2936 dataset: modify config api
...
Merge pull request !2936 from ms_yan/config_modify
5 years ago
Margaret_wangrui
9c784a6c74
session code review
5 years ago
mindspore-ci-bot
0f4617a8df
!2978 switch input generalizes partial
...
Merge pull request !2978 from Margaret_wangrui/switch_input
5 years ago
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
heleiwang
7a046a1d70
support get_edge_feature
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
Margaret_wangrui
6d14de5f21
handle switch input to partial
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
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
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