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
Margaret_wangrui
433c5db762
handle exec order
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
wangdongxu
b59e5b60fe
fix HSigmoid comment
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
王明贵
e151b0c35b
add lite arm op softmax_int8 and fix lrn bugs
5 years ago
guohongzilong
226d1ec6fd
fix detect model to eval
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
fangzehua
f7b7b0aba7
fix reciprocal grad gpu and resizeNearestNeighor
5 years ago
mindspore-ci-bot
34214e8f4c
!3946 Ignore create parameter from control depend inputs
Merge pull request !3946 from YuJianfeng/master
5 years ago
liubuyu
d81862a916
decoupling core and context
5 years ago
mindspore-ci-bot
3e7ba14e19
!3828 add minddata lite
Merge pull request !3828 from 章一智/md-lite
5 years ago
ervinzhang
19b2216610
fixed cpplint format
5 years ago
ervinzhang
1f13b3ef6d
exclude de_tensor in normal build
5 years ago
Eric
344f1c9b64
Merge branch 'md-lite' of gitee.com:ezphlow/mindspore into md-lite
5 years ago
Eric
6af4e7c226
Addressing comments
5 years ago
ervinzhang
a53678894a
fixed shell format
5 years ago
ervinzhang
a4ef5b26a1
fixed cpplint format
5 years ago
ervinzhang
f92d68456d
fixed clang format
5 years ago
ervinzhang
6639149e58
fixed cpplint format
5 years ago
lichen_101010
7499c72d54
mindspore grpc implementation
fix bugs for grpc implementation
addressed peer review comments
delete device_target code from Adel
add checksinglewatchpoint function for node level debugger
set the device target when sending metadata
add current node name
fix bugs for current node name
fix run_level_ bug
fix bugs for CheckSingleWatchpoint
fix multi-outputs node issue
fix num_step_ bug
fix continue_to previous node issue
fix run_level issue
fix merge conflict
smart kernel read, watch hit stop mid-sep, fix step number, read input tensors
cleanup the code and isolate UpdataStepNum function
do cpplint, Cppcheck and clang-format check
recover CMakeList.txt
mindspore grpc implementation
fix bugs for grpc implementation
addressed peer review comments
delete device_target code from Adel
add checksinglewatchpoint function for node level debugger
set the device target when sending metadata
add current node name
fix bugs for current node name
fix run_level_ bug
fix bugs for CheckSingleWatchpoint
fix multi-outputs node issue
fix num_step_ bug
fix continue_to previous node issue
fix run_level issue
fix merge conflict
smart kernel read, watch hit stop mid-sep, fix step number, read input tensors
cleanup the code and isolate UpdataStepNum function
do cpplint, Cppcheck and clang-format check
recover CMakeList.txt
only update step_num in one place
fix clang-format error
fix CI errors part2
update graphengine version
addressed comments
5 years ago
ervinzhang
2258fd4c4c
added debug symbols in debug mode
5 years ago
ervinzhang
83499884ae
adapted test for x86 build
5 years ago