peixu_ren
e7a99397a5
Add random uniform real op at GPU end
5 years ago
buxue
8feb021c08
support bprop for const in pynative and develop stridedslice and isinstance.
5 years ago
xiefangqi
58210c785a
fix flat head file path
5 years ago
fary86
a7fc02cb60
Adjust source code format and check scripts, format source codes in
...
directory 'mindspore/core'
5 years ago
zhouyuanshen
99f4de1a74
fix a bug that causes failure when running muti-p from origin dataset,not from MR
5 years ago
liyong
7dd8c0e31c
fix mindrecord log
5 years ago
yuchaojie
ed9cf2036c
add nccl default allreduce fusion group
5 years ago
John Tzanakakis
3d06b503d6
debugger compile fix
5 years ago
mindspore-ci-bot
16079e6356
!3472 [Auto parallel] Cost model for GPU
...
Merge pull request !3472 from Xiaoda/13-add-gpu-costmodel
5 years ago
mindspore-ci-bot
72e45841a2
!3528 Fix the difference of Error type between graph&pynative mode
...
Merge pull request !3528 from Simson/push-to-opensource
5 years ago
mindspore-ci-bot
d4165671d9
!3435 Add parallel operator for Tile
...
Merge pull request !3435 from yangzhenzhang/add-tile-op
5 years ago
peixu_ren
292f2de0cf
Add sampling functions in exponential, geometric and uniform distributions
5 years ago
Xun Deng
7bb83067d0
added exponential uniform geometric distribution
...
added cdf, logcdf, survival, logsurvival, entropy, mode, cross_entropy wrapper
5 years ago
mindspore-ci-bot
457273e508
!3550 Fix a racing condition in CacheMergeOp when the leaf hits an error and exit too early
...
Merge pull request !3550 from JesseKLee/merge_op_fix
5 years ago
nhussain
b65125b0a1
add more ifdef and include statments for pybind
5 years ago
Jesse Lee
fcb603db45
Fix a merge_op timing hole
5 years ago
mindspore-ci-bot
ee67f70b73
!3449 Cifar100 for C API
...
Merge pull request !3449 from MahdiRahmaniHanzaki/cifar100-c-api
5 years ago
mindspore-ci-bot
f15c6e2b77
!3508 modelzoo: support VGG network in GPU
...
Merge pull request !3508 from ms_yan/vgg_gpu
5 years ago
Mahdi
92568248c9
Added Cifar100 for C API
5 years ago
ms_yan
cf3fff8996
init add vgg16 gpu version
...
merge the script
optimize the script
5 years ago
wangcong
cb27b63fac
fix serving core dump problem
5 years ago
mindspore-ci-bot
79225e044a
!3529 Pass optimzier attributes to push kernel and parameter server.
...
Merge pull request !3529 from ZPaC/pass-optimizer-attrs-to-push
5 years ago
mindspore-ci-bot
6e7c673c90
!3519 remove diary file
...
Merge pull request !3519 from anzhengqi/remove-log
5 years ago
mindspore-ci-bot
f4188af5b2
!3538 Change at-most collected tensor summary from 50 to 20 when auto-calculated
...
Merge pull request !3538 from LiHongzhang/f50_t20
5 years ago
mindspore-ci-bot
2d9133d773
!3534 Expand make tuple node of graph input
...
Merge pull request !3534 from chenfei_mindspore/release-make-tuple-of-load-input-data
5 years ago
mindspore-ci-bot
a5bf1de2bf
!3526 modify serving readme
...
Merge pull request !3526 from dinghao/master
5 years ago
mindspore-ci-bot
a9f482f3a1
!3484 Add json config checking
...
Merge pull request !3484 from caifubi/data-dump
5 years ago
mindspore-ci-bot
542e786540
!3516 fix python import
...
Merge pull request !3516 from hexia/fix_python_import
5 years ago
mindspore-ci-bot
38620e542a
!3536 fix bug ArgMaxWithValue
...
Merge pull request !3536 from fangzehua/argmax
5 years ago
mindspore-ci-bot
e9316b1389
!3500 fix sparse feature bug for auto parallel
...
Merge pull request !3500 from lirongzhen1/master
5 years ago
lingyunli63
42017a19e6
enable compile gpu in akg
5 years ago
ZPaC
af62d4020b
Pass optimizer attributes to push nodes.
5 years ago
mindspore-ci-bot
03193542f5
!3481 `max_file_size` includes metadata and drops the last step
...
Merge pull request !3481 from LiHongzhang/limit_summary
5 years ago
mindspore-ci-bot
dba675f04f
!3468 Set the width for int8/int16/int32 and their relevant unsigned type.
...
Merge pull request !3468 from ZhangQinghua/master1
5 years ago
simson
b2cdd5d848
Fix the difference of Error type between graph&pynative mode
5 years ago
baihuawei
ca4162805a
clear warning
5 years ago
mindspore-ci-bot
5f7d2ba396
!3525 Fix a bug for Parameter
...
Merge pull request !3525 from hewei/fix_parameter_bug
5 years ago
Li Hongzhang
cd4776fc32
change at-most collected tensor from 50 to 20
...
When `collect_tensor_freq` is specified as `None`,
the `collect_tensor_freq` would be auto calculated.
The previous behavior is to collect at most 50 steps,
now changing to 20
5 years ago
fangzehua
32519ef570
fix argmaxwithvalue
5 years ago
chenfei
69f4c45bb8
get real parameters if graph input is a virtual cnode
5 years ago
mindspore-ci-bot
e730224a2c
!3511 Add IOU, CheckValid, GatherNd, ScatterNd ops.
...
Merge pull request !3511 from linqingke/new_ops
5 years ago
guansongsong
e377ffcebc
fix python api doc for mindspore.dataset second
5 years ago
He Wei
a6db29b11b
Fix a bug for Parameter
...
1. Parameter's init_data() should have no effect if default_input already set;
2. This bug is introduced by 'decouple ParamValue from python';
3. An unit test case is added to ensure the right init_data() behavior.
5 years ago
Xiaoda Zhang
9097b36950
add resnet50 testcases for gpu
5 years ago
CaoJian
40b7708ede
add AbsGrad support for GPU
5 years ago
dinghao
4dde763766
modify serving readme
5 years ago
mindspore-ci-bot
9c461f5565
!3513 Add parameter server mode_zoo case and CI test cases.
...
Merge pull request !3513 from ZPaC/master-add-ps-test-cases
5 years ago
guansongsong
0bf6ae913a
fix python api doc for mindspore.dataset
5 years ago
mindspore-ci-bot
568da0d510
!3425 fix avgpoolgrad
...
Merge pull request !3425 from fangzehua/avgpool
5 years ago
hexia
0792ceeeef
fix python import
5 years ago