mindspore-ci-bot
7982f05038
!7730 [MD] Fix bugs in WeightedRandomSampler & SubsetRandomSampler
...
Merge pull request !7730 from luoyang/c-api-pyfunc
4 years ago
mindspore-ci-bot
8c335bcd91
!7713 fix segmentfault with fusedsparseftrl
...
Merge pull request !7713 from kisnwang/fix-fused-sparse-ftrl-error
4 years ago
mindspore-ci-bot
8f95f8022c
!7720 [MS][LITE][GPU]optimize reduce
...
Merge pull request !7720 from chenzupeng/master-lite
4 years ago
mindspore-ci-bot
e8b4fbbb0e
!7656 Add explainable AI methods as a submodule of MindSpore.
...
Merge pull request !7656 from lixiaohui33/feature_explain_core
4 years ago
zengxianglong
86ae625dc7
fix bugs in instance_norm and pad operator
4 years ago
mindspore-ci-bot
b8dc37e91c
!7728 [MS][LITE][Develop] add some GPU model for ci_test
...
Merge pull request !7728 from pengyongrong/stack
4 years ago
mindspore-ci-bot
5fa1047163
!7688 clear warning of compiler
...
Merge pull request !7688 from zhanghaibo/master
4 years ago
danishnxt
0f69be06b1
Reworked mirrorPad
...
lintIssues
convert long -> int64
correcting int64 -> int64_t
lint
4 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.
4 years ago
changzherui
d6902ca5ae
add ckpt code example
4 years ago
luoyang
f0e976dbda
[MD] Fix bugs in WeightedRandomSampler & SubsetRandomSampler
4 years ago
baihuawei
05dcec0583
fix multinomial
4 years ago
luopengting
1be752f098
collect custom lineage data in optimizer auto
4 years ago
mindspore-ci-bot
a418280659
!7691 fix dynamic shape hccl context
...
Merge pull request !7691 from yanghaoran/master
4 years ago
hesham
f3880f8355
Add GetBatchSizer and GetRepeatCount to c++ API
4 years ago
mindspore-ci-bot
9f3078bba8
!7725 [MSLITE] Optimize depthwise conv 3x3 arm64
...
Merge pull request !7725 from zhanyuan/dev
4 years ago
Zhang Qinghua
e3d62123e5
Bind the fvs with single fg bprop for switch layer.
4 years ago
Pengyongrong
36adc74617
add some GPU model for ci_test
4 years ago
mindspore-ci-bot
6cb1a3f53a
!7568 Resolve nodes swell issue with control flow after grad operation.
...
Merge pull request !7568 from 张清华/grad_opt
4 years ago
YangLuo
f3fa5a441d
[MD] Fix log of vision and dataset in C++ api
4 years ago
mindspore-ci-bot
ff67f673ef
!7521 fix the bug that generated timeline filename dismatch the running device id
...
Merge pull request !7521 from gzhcv/GpuTimeline
4 years ago
mindspore-ci-bot
e48b5c028c
!7727 set bilinear thread num 1
...
Merge pull request !7727 from zhaozhenlong/lite/issue/resize_bilinear_occational
4 years ago
zhanghaibo5
182e2dc8c2
clear warning of complier
4 years ago
mindspore-ci-bot
0218f8a06f
!7600 fix GeneratorDataset timeout
...
Merge pull request !7600 from heleiwang/fix_generator
4 years ago
mindspore-ci-bot
95fe324798
!7593 C++ api add DeviceQueueOp
...
Merge pull request !7593 from xiaotianci/device_op
4 years ago
mindspore-ci-bot
0b8896a5a0
!7601 [MSLITE] Fix bug of several operators.
...
Merge pull request !7601 from wangshaocong/bugfix_master
4 years ago
mindspore-ci-bot
97cde36843
!7716 [lite] support complex64 and convertion about audio model and fix bug
...
Merge pull request !7716 from 徐安越/master
4 years ago
mindspore-ci-bot
471c203443
!7712 rename and change lib c++_static to c++_shared
...
Merge pull request !7712 from yeyunpeng2020/primitive
4 years ago
zhaozhenlong
87a7b42471
set resize bilinear thread 1
4 years ago
zhanyuan
488147dcbd
[MSLITE] Optimize depthwise conv 3x3 arm64
4 years ago
chenzupeng
f378a11e30
reduce optimize
4 years ago
mindspore-ci-bot
c9d6a7880c
!7721 fix java msconfig bug
...
Merge pull request !7721 from yeyunpeng2020/java
4 years ago
mindspore-ci-bot
624f6b1607
!7715 [MSLITE][Develop] optimize arm cpu int8 op conv dw 3x3, add border assembly
...
Merge pull request !7715 from yangruoqi713/conv_dw
4 years ago
wang_shaocong
fef75213ed
Modify implementation of constant_of_shape.
...
Fix bug of implementation of cast and reduce and infershape of slice and topk.
4 years ago
mindspore-ci-bot
f711e01f61
!7719 refactor cnode strategy
...
Merge pull request !7719 from gziyan/refactor_cnode
4 years ago
lihongkang
670820aaba
fix bugs
4 years ago
yeyunpeng
8123e574f5
fix java bugs
4 years ago
Zhang Qinghua
2aeff5ba95
Replace primal graph with fprop part of k graph after grad operation.
4 years ago
yanghaoran
cd7371831c
fix dynamic shape hccl context
4 years ago
linqingke
99480d26c6
add l2normalize gpu kernel.
4 years ago
yeyunpeng
7945bbf9f2
rename and change lib c++_static to c++_shared
4 years ago
Xiao Tianci
7b1b457ccf
c++ api add DeviceQueue
4 years ago
yangruoqi713
9e274b6468
[MSLITE][Develop] optimize arm cpu int8 op conv dw 3x3, add border assembly
4 years ago
lyvette
b4907a3b8c
supplement windows CI models
4 years ago
xuanyue
677824298a
support complex64 and support audio op convert and fix bug
4 years ago
mindspore-ci-bot
c962ccbe07
!7685 support scalar
...
Merge pull request !7685 from hangq/master
4 years ago
Ziyan
069318899a
refactor get cnode strategy
4 years ago
kswang
74c7bdd471
fix segmentfault with fused sparse ftrl
4 years ago
mindspore-ci-bot
c5867d2d7e
!7676 [MD] fix arm compile error
...
Merge pull request !7676 from liyong126/fix_arm_env
4 years ago
mindspore-ci-bot
3d194137da
!7702 Redesigned GetOutputType and GetOutputShape
...
Merge pull request !7702 from Alex Yuyue/IR_dataset_input
4 years ago