mindspore-ci-bot
b4ff4261b0
!7683 [fix codedex warning] variable name is same as weak encryption algorithms name
Merge pull request !7683 from zyli2020/bug_fix
5 years ago
mindspore-ci-bot
d81bd7b17b
!7710 Add c++ API for GetRepeatCount and GetBatchSize
Merge pull request !7710 from h.farahat/getBatchRepeat
5 years ago
mindspore-ci-bot
535bfd8b0c
!7638 make ZerosLike parallel care
Merge pull request !7638 from yihuaijie/master
5 years ago
mindspore-ci-bot
0124eef185
!7729 [MD] Fix log of vision and dataset in C++ api
Merge pull request !7729 from luoyang/pylint
5 years ago
mindspore-ci-bot
7982f05038
!7730 [MD] Fix bugs in WeightedRandomSampler & SubsetRandomSampler
Merge pull request !7730 from luoyang/c-api-pyfunc
5 years ago
mindspore-ci-bot
8c335bcd91
!7713 fix segmentfault with fusedsparseftrl
Merge pull request !7713 from kisnwang/fix-fused-sparse-ftrl-error
5 years ago
lixiaohui
744f094add
Add explainer to provide eXplainable AI tools.
This commit provides APIs for user to use the widely used attribution methods to explain DL models and the evaluation methods to quantify the explanations. With combination of MindInsight, the user can have a friendly visualization on their models.
5 years ago
luoyang
f0e976dbda
[MD] Fix bugs in WeightedRandomSampler & SubsetRandomSampler
5 years ago
mindspore-ci-bot
a418280659
!7691 fix dynamic shape hccl context
Merge pull request !7691 from yanghaoran/master
5 years ago
hesham
f3880f8355
Add GetBatchSizer and GetRepeatCount to c++ API
5 years ago
mindspore-ci-bot
6cb1a3f53a
!7568 Resolve nodes swell issue with control flow after grad operation.
Merge pull request !7568 from 张清华/grad_opt
5 years ago
YangLuo
f3fa5a441d
[MD] Fix log of vision and dataset in C++ api
5 years ago
mindspore-ci-bot
95fe324798
!7593 C++ api add DeviceQueueOp
Merge pull request !7593 from xiaotianci/device_op
5 years ago
mindspore-ci-bot
f711e01f61
!7719 refactor cnode strategy
Merge pull request !7719 from gziyan/refactor_cnode
5 years ago
Zhang Qinghua
2aeff5ba95
Replace primal graph with fprop part of k graph after grad operation.
5 years ago
yanghaoran
cd7371831c
fix dynamic shape hccl context
5 years ago
Xiao Tianci
7b1b457ccf
c++ api add DeviceQueue
5 years ago
Ziyan
069318899a
refactor get cnode strategy
5 years ago
kswang
74c7bdd471
fix segmentfault with fused sparse ftrl
5 years ago
mindspore-ci-bot
c5867d2d7e
!7676 [MD] fix arm compile error
Merge pull request !7676 from liyong126/fix_arm_env
5 years ago
mindspore-ci-bot
3d194137da
!7702 Redesigned GetOutputType and GetOutputShape
Merge pull request !7702 from Alex Yuyue/IR_dataset_input
5 years ago
mindspore-ci-bot
abd601e065
!7642 Return a new abstract without tracking_id for fg ValueNode in CSE.
Merge pull request !7642 from 张清华/grad_opt2
5 years ago
mindspore-ci-bot
0fd312f431
!7578 Add SyncWaitNode api
Merge pull request !7578 from shenwei41/new_master
5 years ago
mindspore-ci-bot
48edd9708c
!7690 [MD] fix num_sample in randomsampler and sequential sampler
Merge pull request !7690 from liyong126/fix_md_num_samples
5 years ago
liyong
1e7f46c998
fix unorder_map hash
5 years ago
alex-yuyue
2906659673
Add support for GetOutputTypes and GetOutputShapes
Signed-off-by: alex-yuyue <yue.yu1@huawei.com>
5 years ago
shenwei41
3108595885
Add SyncWaitNode class
5 years ago
mindspore-ci-bot
fe2852df82
!7703 C++ API: Add a parameter validation and fix incorrect format of error message for TFrecord
Merge pull request !7703 from TinaMengtingZhang/fix_tfrecord_issue_I1YKU6_I1YKXL
5 years ago
mindspore-ci-bot
7b98e611dd
!7705 Resolved BucketBatchByLength duplicate column name problem
Merge pull request !7705 from MahdiRahmaniHanzaki/bucket-batch-duplicate-column
5 years ago
mindspore-ci-bot
6d89f2df8f
!7701 Fix non-termination of training when MI is disconnected
Merge pull request !7701 from Harshvardhan Gupta/fix-non-termination
5 years ago
mindspore-ci-bot
9b4bcd3027
!7698 Add support for rechecking watchpoints
Merge pull request !7698 from Harshvardhan Gupta/add-recheck
5 years ago
tinazhang
e7346dd3a9
add a validation code to fix issue I1YKU6 and corresponded ut, fix format issue I1YKXL
5 years ago
Mahdi
0e03f5b0dd
Added GetDatasetSize
5 years ago
Mahdi
94e916b0c2
Fixed duplicate column problem in BucketBatchByLength
5 years ago
Harshvardhan Gupta
2c546db2ce
fix terminate issue
5 years ago
Cathy Wong
051bc60edb
C++ API: ValidateParams support for TensorOps; plus minor dataset fixes
5 years ago
Zhang Qinghua
077bde0767
Return a new abstract without tracking_id for fg ValueNode in CSE.
5 years ago
mindspore-ci-bot
3355bb5f2f
!7657 Leaf node IR breakdown, port to engine/ir/datasetops/source/
Merge pull request !7657 from ZiruiWu/ir_breakdown_leaf_nodes
5 years ago
liyong
ee042b90f7
fix num_sample in sequentialSampler and randomSampler
5 years ago
mindspore-ci-bot
8d39a8a4b2
!7529 complex arithmetic_simplify
Merge pull request !7529 from zhuxiaochen/1020_allsimplify_1.0
5 years ago
mindspore-ci-bot
1a74d91b0c
!7652 Complete the selfOp func for tensor matrix stride slice
Merge pull request !7652 from yepei6/master_tensor_op
5 years ago
mindspore-ci-bot
e10d55165a
!7679 Modify calibration parameters
Merge pull request !7679 from shenwei41/question
5 years ago
mindspore-ci-bot
de4da6457e
!7650 modify variable type from int to int32_t
Merge pull request !7650 from anzhengqi/fixed-variable-type
5 years ago
mindspore-ci-bot
eaa3fe98ed
!7669 add rpath for opp default directories
Merge pull request !7669 from yanghaoran/master
5 years ago
lizhenyu
ae295120a7
fix codedex warning
5 years ago
shenwei41
6f8e94abd0
Modify calibration parameters
5 years ago
yanghaoran
7a2a714a11
run dynamic shape in existing context
5 years ago
yepei6
c33e7c6092
complete the selfOp func for matrix slice parse like mat[1,:] += 1
5 years ago
mindspore-ci-bot
3b5582110d
!7673 Should not incorporate if the fg has bprop function.
Merge pull request !7673 from 张清华/grad_opt0
5 years ago
mindspore-ci-bot
2af6313f53
!7534 SummaryRecord support to record mindexplain data
Merge pull request !7534 from ougongchang/feature_mindexplain
5 years ago