mindspore-ci-bot
5ff79d0204
!1048 Support index to switch_layer
Merge pull request !1048 from panyifeng/index_to_switch_case
5 years ago
chenzomi
661f9dfaf8
add dropout primtive
5 years ago
mindspore-ci-bot
00383fc760
!1040 base attention aggregator for Graph Attention Networks
Merge pull request !1040 from zhangdengcheng/master
5 years ago
fary86
3f323e48e2
Add submodule id for log interface
5 years ago
mindspore-ci-bot
57085bb18d
!996 [Auto parallel] Supporting VirtualDataset having three inputs
Merge pull request !996 from Xiaoda/supporting-virtualdataset-has-three-inputs
5 years ago
mindspore-ci-bot
0edc6d254a
!370 Gpu Support UnsortedSegmentSum kernel
Merge pull request !370 from chenweifeng/unsorted_segment_sum
5 years ago
mindspore-ci-bot
907b609b05
!994 gpu broadcast kernel support different dims
Merge pull request !994 from chenweifeng/broadcast_unequal_dims
5 years ago
mindspore-ci-bot
b5096e1f6c
!1021 gpu support MinimumGrad & MaximumGrad kernel
Merge pull request !1021 from chenweifeng/broadcast_grad
5 years ago
mindspore-ci-bot
da7054645a
!948 gpu support LogSoftmax & LogSoftmaxGrad kernel
Merge pull request !948 from chenweifeng/logsoftmax
5 years ago
jiangjinsheng
2fa654e65c
support vm for floor
5 years ago
wilfChen
b56572bb89
matmul support fp16
5 years ago
yangzhenzhang
05fde3d23d
add slice shape for param info
5 years ago
zhangdengcheng
825d9740fa
Fixed the bug that mean aggregator argument can not pass to base class and add attention head for GAT
5 years ago
panyifeng
065e25e1bb
Support index to switch_layer
5 years ago
yao_yf
716def7c0a
move InferStraByTensorInfo to tensor_info.h
5 years ago
mindspore-ci-bot
dd2062bf8d
!1023 add_gatherv2_distributed_op
Merge pull request !1023 from lichen/add_gatherv2_distributed_op
5 years ago
mindspore-ci-bot
af7c54b12a
!920 [MS][Bert]Modify example script of bert model.
Merge pull request !920 from wsc/lossscale_script
5 years ago
mindspore-ci-bot
8a45ab1125
!906 fix a bug that support dilation greater than 1 in conv2dTranspose ops
Merge pull request !906 from yangyongjie/master
5 years ago
wsc
46c175a574
Modify example scripts of bert model
5 years ago
mindspore-ci-bot
22632f2f09
!977 reshape operator support auto strategy search
Merge pull request !977 from yao_yf/reshape_auto_parallel_strategy_search
5 years ago
mindspore-ci-bot
b45b6a9fe8
!1037 optimize the gpu context switch
Merge pull request !1037 from limingqi107/master
5 years ago
lichenever
19a24b86ac
add gatherv2 distributed op
5 years ago
mindspore-ci-bot
68372231bb
!1031 Support transform valuetuple of nested graph to make tuple
Merge pull request !1031 from amongo/ValueTupleOfNestedGraph
5 years ago
yao_yf
f0bf438a55
reshape strategy search
5 years ago
gongchen
425a207663
bug(SA): Add the support of nested loop.
5 years ago
limingqi107
05e8d95e7f
optimize the gpu context switch
5 years ago
huangdongrun
0e89813759
add resolve
transform valuetuple to maketuple of graphs
add testcase
5 years ago
mindspore-ci-bot
affdd22de3
!967 Add switch_case primitive
Merge pull request !967 from panyifeng/switch_case_primitive
5 years ago
mindspore-ci-bot
3c124889f9
!901 Refactor vm module for multigraph sink.
Merge pull request !901 from rick_sanchez/master
5 years ago
Xiaoda Zhang
5e041966f1
add a new vritualdataset cell for three inputs
5 years ago
wilfChen
00e78bf6c4
gpu support MinimumGrad & MaximumGrad kernel
5 years ago
mindspore-ci-bot
0eb32593a6
!958 Add parallel mode configuration for cell
Merge pull request !958 from yangzhenzhang/add_parallel_mode_for_cell
5 years ago
panyifeng
b7596e1f33
Add switch_case primitive
5 years ago
wilfChen
31f3611f9a
gpu support UnsortedSegmentSum kernel
5 years ago
rick_sanchez
6146424596
refactor vm module for multigraph sink
5 years ago
mindspore-ci-bot
2860fd9338
!984 Add unit test case for HWC2CHW.
Merge pull request !984 from Tinazhang/hwc2chw
5 years ago
mindspore-ci-bot
37f787b657
!1019 Cleanup dataset UT: use md5 npz in test_zip for images
Merge pull request !1019 from cathwong/ckw_dataset_ut_cleanup2
5 years ago
Tinazhang
c8b5586c7f
add unit test for HWC2CHWC
5 years ago
Cathy Wong
58226addd6
Cleanup dataset UT: use md5 npz in test_zip for images
5 years ago
mindspore-ci-bot
9433ca6468
!998 format the func name
Merge pull request !998 from guozhijian/enhance_format_func_name
5 years ago
mindspore-ci-bot
a55cb95589
!993 [IRFusion pass enhancement] mul_add_fusion pass supports when add's 2nd is mul
Merge pull request !993 from huanghui/mul-add-fusion-pass-enhancement
5 years ago
jonyguo
cf352d190f
format func name for mindrecord
5 years ago
wilfChen
0a1195ddf5
broadcast kernel support unqual dims & half
5 years ago
huanghui
12eaaf710b
mul_add_fusion pass supports when add's 2nd is mul
5 years ago
ZPaC
d3936b9f2a
GPU kernels adapt with special dimensions.
5 years ago
mindspore-ci-bot
47f5abceb4
!960 Adding example for grayscale
Merge pull request !960 from EricZ/grayscale_fix
5 years ago
mindspore-ci-bot
078dd86cfe
!507 Implemented padded_batch
Merge pull request !507 from ZiruiWu/batch_with_padding
5 years ago
mindspore-ci-bot
de7625777f
!951 fix: MindDataset with columns_name parameter cause errors in some scenes
Merge pull request !951 from guozhijian/fix_read_by_columns
5 years ago
eric
0f0548f21b
Added test case for grayscale support
5 years ago
Zirui Wu
c2d364a573
batch with padding implemented
support for 1 specific dimension to be None, added validator
fix various CI complains
another round of CI fixes
ci
refactor parts of the code
code refactor
ci fix
comments added, fix bugs
address review comments
address review comments
review cmts
added simple perf test script
update pad code
perf imprv
5 years ago