yeyunpeng
6c96e556b1
caffe slice to split
5 years ago
mindspore-ci-bot
981bfbfa74
!5190 Add API to query GPU queue size and capacity
...
Merge pull request !5190 from anthonyaje/gpu_queue_size
5 years ago
wangmin
d24ce34c36
fix bug of bert_thor
5 years ago
chenzupeng
9674491150
fix bug in pooling and matmul
5 years ago
mindspore-ci-bot
36977394cf
!5629 constant fold approve multi output
...
Merge pull request !5629 from zhengjun10/master
5 years ago
mindspore-ci-bot
d31c158faf
!5626 fix readme file for thor optimizer
...
Merge pull request !5626 from wangmin0104/master
5 years ago
mindspore-ci-bot
1153126dfd
!5549 Add Tflite Model
...
Merge pull request !5549 from jianghui58/master
5 years ago
mindspore-ci-bot
1093c97f76
!5597 Modify model._train method
...
Merge pull request !5597 from liuyang/MT
5 years ago
mindspore-ci-bot
59b1358641
!5616 Fix problems in Tensor.from_numpy()
...
Merge pull request !5616 from hewei/fix_tensor_from_numpy2
5 years ago
jianghui58
20de8b6d9b
add hiai_cv_saliencyDetectorModel.tflite
...
fix space_to_batch bug
5 years ago
mindspore-ci-bot
fa4593773d
!5633 [MS][LITE][Develop] modify the path_error of head_file for GPU ops
...
Merge pull request !5633 from pengyongrong/stack
5 years ago
mindspore-ci-bot
91a0fa75a5
!5594 add st about loss_scale and parser for pynative mode
...
Merge pull request !5594 from Simson/push-to-opensource
5 years ago
fary86
144a35b17e
Adapt GatherV2 for dynamic shape
5 years ago
mindspore-ci-bot
8f3ebfd469
!5624 Optimize the performance of GraphData.get_neg_sampled_neighbors
...
Merge pull request !5624 from heleiwang/gnn_perf
5 years ago
zhengjun10
e121bcd3be
constant fold approve multi output
5 years ago
chenhaozhe
ac95836257
add global norm in bert
5 years ago
Pengyongrong
7a3f6d6ea7
modify the head_file judge
5 years ago
mindspore-ci-bot
0a203c68bd
!5628 fix: model zoo tinybert err
...
Merge pull request !5628 from guozhijian/fix_tinybert_err
5 years ago
mindspore-ci-bot
413e3eb5c0
!5622 fix nccl broadcast
...
Merge pull request !5622 from baihuawei/0901
5 years ago
ling
7781f70486
[MS][LITE][Develop] conv1x1 int8 bug : input buf malloc using allocator
5 years ago
jonyguo
f08a05975e
fix: data_tpye var error
5 years ago
wangmin
c11e064e18
fix readme file for resnet_thor
5 years ago
wenchunjiang
4faa3304ef
1. replace weak_ptr to shared_ptr in child_graph_order_ an parent_graph_
...
2. erase kAttrChildGraph after finish using
5 years ago
mindspore-ci-bot
f42b3bbfbc
!5598 add tensor sync status
...
Merge pull request !5598 from kisnwang/async-run-graph
5 years ago
askmiao
5c25cb6f0c
fix the issuse, repeated initialization can't exit.
5 years ago
heleiwang
857cf2f77f
Optimize the negative sampling process
5 years ago
mindspore-ci-bot
529e1a0a81
!5618 fix pynative tuple bug
...
Merge pull request !5618 from flywind/fix_pynative_tuple_bug
5 years ago
mindspore-ci-bot
e85a7a979a
!5609 [MS][LITE][Develop] concat ops support muti-dimension
...
Merge pull request !5609 from pengyongrong/concat
5 years ago
lyvette
c5bb6eaac8
check if new is nullpter
5 years ago
baihuawei
572a7c4741
fix nccl broadcast
5 years ago
mindspore-ci-bot
8f106d685a
!5614 [MS][LITE][GPU]fix transpose softmax reshape bug
...
Merge pull request !5614 from chenzupeng/master-lite
5 years ago
mindspore-ci-bot
c2fddb56c8
!4922 Transform tuple parameter to multiple parameters
...
Merge pull request !4922 from amongo/TupleTransform
5 years ago
simson
26fa5c7d8c
add st about loss_scale and parser for pynative mode
5 years ago
mindspore-ci-bot
24f00cc6dc
!5617 clear graph output address in graph destructor
...
Merge pull request !5617 from limingqi107/master
5 years ago
mindspore-ci-bot
437ae441f5
!5494 optimize resize bilinear using cached lines
...
Merge pull request !5494 from zhaozhenlong/lite/op/optimize_resize_cache_line
5 years ago
mindspore-ci-bot
f08c64c5de
!5596 add async profling feature
...
Merge pull request !5596 from gukecai/profiling
5 years ago
Pengyongrong
f678388124
add new ops named slice
...
add ops supported fp16
add dimension 0-3 for concat
5 years ago
kpy
0ed60257fa
fix tuple return bug
5 years ago
mindspore-ci-bot
8afe005f61
!5577 Fix readme of mobilnetv2 quant
...
Merge pull request !5577 from chenfei_mindspore/master
5 years ago
mindspore-ci-bot
087212441a
!5192 Add unit tests for scatternd
...
Merge pull request !5192 from Peilin/scatternd-type-support
5 years ago
mindspore-ci-bot
402bb4c053
!5461 add atomic clean for every communication op's inputs
...
Merge pull request !5461 from laiyongqiang/atomic_clean_every_master
5 years ago
mindspore-ci-bot
660aa8e60d
!4958 Fix GPU-ArgMaxWithValue
...
Merge pull request !4958 from 34bunny/GPU-argmaxwithvalue-fix
5 years ago
huangdongrun
0099da2c99
add support for tuple parameter transform
...
add support for pynative pass
add testcases
5 years ago
limingqi107
7ec2f6a550
clear graph output address in graph destructor
5 years ago
chenzupeng
bde334411c
fix transpose softmax reshape bug
5 years ago
zhaozhenlong
f9d908b888
optimize resize using cache line
5 years ago
He Wei
cbfd4c5f40
Fix problems in Tensor.from_numpy()
...
Use buffer_info instead of py::array in TensorDataNumpy,
to avoid requesting buffer every time the data() is called.
This is also a workaround for py::array.request() hangup problem.
5 years ago
mindspore-ci-bot
469b132cd0
!5608 update tinybert for var error
...
Merge pull request !5608 from guozhijian/fix_tinybert_var_error
5 years ago
mindspore-ci-bot
dff02cc282
!5188 rename image files in imagefolder
...
Merge pull request !5188 from tony_liu2/alt
5 years ago
mindspore-ci-bot
5453b40311
!4477 add dataset compare function to utils
...
Merge pull request !4477 from tony_liu2/staging
5 years ago