huangxinjing
|
3651581fb0
|
Add synthetic data generate process
|
5 years ago |
mindspore-ci-bot
|
7ec0b5857a
|
!3977 [MD] Refactor Concatenate Op
Merge pull request !3977 from nhussain/multi_dim_concat_2
|
5 years ago |
mindspore-ci-bot
|
13c63f0289
|
!4022 [MD] Fix Execution Tree Output
Merge pull request !4022 from nhussain/print_op_fix
|
5 years ago |
mindspore-ci-bot
|
e94226468a
|
!4023 change sampler parameter to support std::move
Merge pull request !4023 from 章一智/cpp_api_sampler
|
5 years ago |
ervinzhang
|
c65670b1a7
|
changed sampler parameter to support std::move
|
5 years ago |
nhussain
|
ed4d4107ca
|
change print structure
|
5 years ago |
mindspore-ci-bot
|
6aa65da5d2
|
!3860 Minddata new dataset api ==> Coco
Merge pull request !3860 from xiefangqi/md_new_api_cocodataset
|
5 years ago |
nhussain
|
61769b2dd9
|
fix concat
|
5 years ago |
mindspore-ci-bot
|
5e9fbc9079
|
!4014 add run benchmark script to check the net convertor and run is normal on arm env
Merge pull request !4014 from andy_wangrui/master
|
5 years ago |
mindspore-ci-bot
|
172a468704
|
!3968 Ignore node with _side_effect attr in cse
Merge pull request !3968 from YuJianfeng/cse
|
5 years ago |
andy
|
0268325410
|
add set -e
|
5 years ago |
mindspore-ci-bot
|
c552e8d9f4
|
!4009 fix AbsGrad bug
Merge pull request !4009 from caojian05/ms_master_dev3
|
5 years ago |
mindspore-ci-bot
|
b045f47428
|
!3983 Add ReduceMin fission pass
Merge pull request !3983 from huanghui/reduce-min-fission-pass
|
5 years ago |
mindspore-ci-bot
|
3be7329389
|
!3992 add filter_weight parameter
Merge pull request !3992 from hanjun996/master
|
5 years ago |
andy
|
ce27b7bab3
|
change scripts to english
|
5 years ago |
andy
|
f0f32302a4
|
add for run benchmark to check the net convertor and run is ok on arm env
|
5 years ago |
andy_wangrui
|
2e825eca1d
|
add benchmark test script
|
5 years ago |
CaoJian
|
c7403b5aea
|
fix AbsGrad bug
|
5 years ago |
mindspore-ci-bot
|
8dec74908a
|
!4000 improve interface '__bool__' for tensor
Merge pull request !4000 from zhangbuxue/improve_bool_for_tensor
|
5 years ago |
mindspore-ci-bot
|
a722a0daa5
|
!3985 mobilenetV2 change for gpu
Merge pull request !3985 from chenzhongming/doc
|
5 years ago |
mindspore-ci-bot
|
617b98f104
|
!3966 [AutoParallel]Add dropout distributed op
Merge pull request !3966 from lichen/add_dropout_distributed_op
|
5 years ago |
mindspore-ci-bot
|
7b9478aae9
|
!3989 change parameter's device dtype to infer
Merge pull request !3989 from lianliguang/test-merge
|
5 years ago |
buxue
|
ace34525cd
|
improve interface '__bool__' for tensor
|
5 years ago |
mindspore-ci-bot
|
7113f1f22c
|
!3857 modify bert and tinybert scripts and README
Merge pull request !3857 from wanghua/master
|
5 years ago |
mindspore-ci-bot
|
5cf20dc0da
|
!3969 benchmark cannot find output node bug add error log
Merge pull request !3969 from cjh9368/fix_benchmark_inf_bug
|
5 years ago |
cjh9368
|
6bb057ea27
|
benchmark mark accuracy use only 1 tensor
|
5 years ago |
mindspore-ci-bot
|
0a87face77
|
!3720 New optimization pass to remove redundant Min/Max ops
Merge pull request !3720 from thlinh/dev_July29_remove_redundant_minmax
|
5 years ago |
mindspore-ci-bot
|
25da0c3fa7
|
!3986 fix reciprocal grad gpu and resizeNearestNeighor
Merge pull request !3986 from fangzehua/recipro
|
5 years ago |
mindspore-ci-bot
|
2c1f5026cf
|
!3990 Change time out threshold of TBE/AKG op compiling from 20s to 350s.
Merge pull request !3990 from ZhangQinghua/master1
|
5 years ago |
mindspore-ci-bot
|
52689a7dcf
|
!3938 decoupling core and context
Merge pull request !3938 from liubuyu/master
|
5 years ago |
mindspore-ci-bot
|
a05cdef2f1
|
!3987 Graph compile performance optimization
Merge pull request !3987 from zhoufeng/graph-compile-performace
|
5 years ago |
mindspore-ci-bot
|
b182ef0c1d
|
!3692 Added Bijector and TransformDistribution base classes, and two bijector instances: power_transform and exp
Merge pull request !3692 from peixu_ren/custom_bijector
|
5 years ago |
lichenever
|
bfc96de1b9
|
add dropout distributed op
|
5 years ago |
peixu_ren
|
b9c8c0b439
|
Added Bijector TransformDistribution base classes and two instances: power and exp bijectors
|
5 years ago |
mindspore-ci-bot
|
64b0cb4f95
|
!3972 upgrade dnnl to v1.5
Merge pull request !3972 from kisnwang/update-dnnl-to-v1.5
|
5 years ago |
hanjun996
|
94051dea69
|
add filter_wieght
|
5 years ago |
chenzomi
|
26b1242bc4
|
mobilenetV2 change for gpu
|
5 years ago |
zhoufeng
|
ca7154a548
|
graph compile performance optimization
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
98c415a1d5
|
!3807 serving support acl dvpp process
Merge pull request !3807 from 徐永飞/master
|
5 years ago |
xiefangqi
|
bb7bda1d6b
|
new dataset api -- Coco
|
5 years ago |
Zhang Qinghua
|
51e336ec72
|
Change time out threshold of TBE/AKG op compiling from 20s to 350s.
|
5 years ago |
mindspore-ci-bot
|
e0d144460c
|
!3949 support pretrain for maskrcnn
Merge pull request !3949 from meixiaowei/master
|
5 years ago |
huanghui
|
30000fdb52
|
add ReduceMin fission pass
|
5 years ago |
lianliguang
|
57fe409c7c
|
update mindspore/ccsrc/runtime/device/ascend/kernel_select_ascend.cc.
|
5 years ago |
mindspore-ci-bot
|
0154bdeb70
|
!3935 Decouple ME and AKG for Ascend
Merge pull request !3935 from ZhangQinghua/master
|
5 years ago |
mindspore-ci-bot
|
61d24efb3c
|
!3984 add -e gpu & add -DBUILD_MINDDATA
Merge pull request !3984 from hangq/master
|
5 years ago |
hangq
|
320d331550
|
add -e gpu & add -DBUILD_MINDDATA
|
5 years ago |
mindspore-ci-bot
|
a301fc1757
|
!3916 remove loss_scale range check which is a temp fix.
Merge pull request !3916 from xychow/remove-loss-scale-range-check
|
5 years ago |
mindspore-ci-bot
|
5c7712ca86
|
!3914 Fix Numpyslice e2e testcases problem
Merge pull request !3914 from xiefangqi/md_fix_numpyslice_e2e
|
5 years ago |
mindspore-ci-bot
|
600c265212
|
!3941 update gpu resnet101 scripts
Merge pull request !3941 from panfengfeng/fix_gpu_scripts_resnet101
|
5 years ago |