mindspore-ci-bot
932679d547
!3058 Check disk space before writing and eliminate the unneeded `mode` value
...
Merge pull request !3058 from LiHongzhang/check_disk_space
5 years ago
mindspore-ci-bot
25ee322ba3
!2966 reuse communication op output's memory
...
Merge pull request !2966 from laiyongqiang/hcom_memreuse
5 years ago
mindspore-ci-bot
dcacb6c918
!3085 Adapt TBE ops ApplyCenteredRMSPropD.
...
Merge pull request !3085 from liuxiao93/adapt-ApplyCenteredRmsProp
5 years ago
mindspore-ci-bot
5fcea19082
!3109 ssim add type error for unsupported types
...
Merge pull request !3109 from zhaozhenlong/fix-issue-ssim-raise-type-error
5 years ago
mindspore-ci-bot
8401d9a426
!3113 fix serving build problem
...
Merge pull request !3113 from dinghao/master
5 years ago
laiyongqiang
68c78ab6bb
reuse communication op output's memory
5 years ago
dinghao
b902fd49d6
fix serving compile
5 years ago
zhaozhenlong
0b930bd859
ssim raise type error for unsupported dtypes
5 years ago
mindspore-ci-bot
b02fd3d8bc
!3106 Optimization for map_data_.clear()
...
Merge pull request !3106 from Kang/optimization
5 years ago
Li Hongzhang
89462e9c3b
check disk space before writing and remove unused mode value
5 years ago
mindspore-ci-bot
45d18f5e86
!3108 Fix bug of graph id changing in data dump release
...
Merge pull request !3108 from caifubi/data-dump-new
5 years ago
mindspore-ci-bot
7976d77593
!3104 fix mindspore dtype equal
...
Merge pull request !3104 from fary86/fix_mstype_eq
5 years ago
caifubi
236d65b7d3
Fix graph id changed in data dump release
5 years ago
wuyongkang
7c1b44731e
Optimization for map_data_.clear()
5 years ago
fary86
595767b4b5
Fix bug of mindspore dtype equal
5 years ago
mindspore-ci-bot
8300802b95
!3089 Fix data dump device address cannot access
...
Merge pull request !3089 from caifubi/data-dump-new
5 years ago
mindspore-ci-bot
60927ef130
!3010 mindspore.dataset c_transform support for RandomApply RandomChoice, Compose and RandomSelectSubpolicy
...
Merge pull request !3010 from ZiruiWu/random_tensor_ops
5 years ago
Zirui Wu
d233c54139
implemented cpp random choice, apply and compos
...
python part of random ops
added random select sub policy
validators added
comments added, remaining issues addressed
add more python test cases
fix ci
fix CI
fix order of include files
addr review cmts
addr review cmts
reorg file
fix compile err
address review cmts
address review cmts
5 years ago
mindspore-ci-bot
cda333f760
!3100 [AutoParallel]fix modelzool widedeep scripts
...
Merge pull request !3100 from lichen/fix_model_zoo
5 years ago
mindspore-ci-bot
691f588927
!3059 GPU supports to create groups for auto-parallel
...
Merge pull request !3059 from ZPaC/gpu-supports-to-create-groups
5 years ago
mindspore-ci-bot
130cc29603
!2931 Ascend control flow not split graphs
...
Merge pull request !2931 from zhoufeng/liantiao1
5 years ago
lichenever
df48941c3b
fix model_zoo
5 years ago
mindspore-ci-bot
4628466101
!3086 Fix the issue of Tensor and SubModule.
...
Merge pull request !3086 from ZhangQinghua/master
5 years ago
mindspore-ci-bot
6c334ca7ac
!3082 fix argmaxwith value error in pynative mode on GPU
...
Merge pull request !3082 from chujinjin/fix_argmaxwithvalue_error_in_pynative_mode
5 years ago
mindspore-ci-bot
ee4d90b2cd
!3094 net_parameter_init
...
Merge pull request !3094 from mindspore_ding/new_ding_parameter_mind
5 years ago
mindspore-ci-bot
a3adf4e115
!2604 Add partial memory reuse support to Debugger module
...
Merge pull request !2604 from lichen_101010/lichen_tmp
5 years ago
liuxiao93
380a57f3c1
Adapt ApplyCenteredRmsProp.
5 years ago
mindspore-ci-bot
d89cedb980
!3055 Add verification of dtype for input of Assign and Softsign.
...
Merge pull request !3055 from liuxiao93/fix-Assign
5 years ago
mindspore-ci-bot
4efd53fa32
!3074 fix serving build problem
...
Merge pull request !3074 from dinghao/master
5 years ago
mindspore-ci-bot
5676c50285
!3084 add ms_serving to whl and uncoupling third_party grpc
...
Merge pull request !3084 from hexia/serving_whl
5 years ago
Zhang Qinghua
de95cc8c1c
Fix the issue of Tensor and SubModule.
5 years ago
zhoufeng
439d6d618f
Control flow not split graph
...
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
5 years ago
d00455729
8c2442192a
net_parameter_init
5 years ago
caifubi
3f03480efe
fix dump device address cannot access
5 years ago
mindspore-ci-bot
3e691e54f5
!3071 change ValueError to TypeError for enumerate start
...
Merge pull request !3071 from zhangbuxue/change_ValueError_to_TypeError_for_enumerate_start
5 years ago
mindspore-ci-bot
2f2dc390a8
!3079 Move abstract/base into core, and remove static_analysis symbols in ir.
...
Merge pull request !3079 from ZhangQinghua/master
5 years ago
mindspore-ci-bot
bacbb26e3b
!3062 fix valuenode simplify
...
Merge pull request !3062 from riemann_penn/fix_value_node_simplify
5 years ago
hexia
34c5971960
add ms_serving to whl and uncoupling third_party grpc
5 years ago
mindspore-ci-bot
7e5e868d97
!3068 [AutoParallel]Fix EmbeddingLookup bug
...
Merge pull request !3068 from lichen/fix_embeddinglookup
5 years ago
mindspore-ci-bot
30bcd0a1fe
!3072 fix InvertPermutation error msg
...
Merge pull request !3072 from jiangjinsheng/issue_fix4
5 years ago
Zhang Qinghua
18efdc8fe2
Move abstract/base into core, and remove static_analysis including symbols in ir.
5 years ago
lichenever
6dbb26967e
fix embeddinglookup bug
5 years ago
chujinjin
1663a92f83
fix argmaxwithvalue error in pynative mode
5 years ago
dinghao
c8cf50b872
fix serving build
5 years ago
jiangjinsheng
2c70842ed9
fix InvertPermutation error msg
5 years ago
ZPaC
ab23776f5f
GPU supports to create groups for auto parallel.
5 years ago
mindspore-ci-bot
45ad430af2
!3048 support use valuelist or valuetuple of primitives
...
Merge pull request !3048 from amongo/SupportPrimitiveList
5 years ago
buxue
60b0ded440
change ValueError to TypeError for enumerate start
5 years ago
liuxiao93
2723e2698d
Fix input validator of Assign.
5 years ago
panyifeng
394178569e
fix valuenode simplify
5 years ago