lizhenyu
|
2d16316c55
|
fix code review warnings
|
5 years ago |
mindspore-ci-bot
|
b059a96f68
|
!2096 Fixing bug in CIFAR after GetMutableBuffer removal
Merge pull request !2096 from h.farahat/master
|
5 years ago |
mindspore-ci-bot
|
b096383386
|
!2045 optimize cpu ftrl
Merge pull request !2045 from kisnwang/optimize-cpu-ftrl
|
5 years ago |
mindspore-ci-bot
|
9442516f56
|
!2095 Make the commid_id of whl packages to have same length
Merge pull request !2095 from zhoufeng/pakcage-commit-id-length
|
5 years ago |
mindspore-ci-bot
|
02e0288a97
|
!2017 Fix codedex
Merge pull request !2017 from leopz/fix_codedex
|
5 years ago |
hesham
|
a22763b612
|
Bug in CIFAR after removing GetMutabble buffer
Fixes # I1KIPC
|
5 years ago |
zhoufeng
|
54f1c6e3cb
|
make the commid_id of whl packages to have same length
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
703c1b26dd
|
!2063 GPU codex fix
Merge pull request !2063 from VectorSL/codex-fix
|
5 years ago |
mindspore-ci-bot
|
05eeedec36
|
!2091 fix queue length is 0 in pipeline_profiling file
Merge pull request !2091 from yanghaitao/yht_fix_profiling_capacity
|
5 years ago |
yanghaitao
|
53cee6589e
|
fix profiling capacity
|
5 years ago |
mindspore-ci-bot
|
f1a004cfa2
|
!2086 MindDataset with padded mode print reshuffle error info
Merge pull request !2086 from guozhijian/sync_fix_padded_log_error
|
5 years ago |
jonyguo
|
bb2082daec
|
fix: MindDataset padded log error
|
5 years ago |
mindspore-ci-bot
|
9d9706c1d5
|
!2081 fix type dismatch for type defination with no format
Merge pull request !2081 from zhouneng/fix_type_dismatch_for_non_formate_defination
|
5 years ago |
mindspore-ci-bot
|
b1ff4c15c2
|
!2078 replace first input of dropout_gen_mask of the subgraph instead of the whole sub graph
Merge pull request !2078 from yihuaijie/dev
|
5 years ago |
mindspore-ci-bot
|
e33ecf310a
|
!2052 Update CI test for deeplabv3
Merge pull request !2052 from z00378171/master
|
5 years ago |
Yi Huaijie
|
6c85fc9f9f
|
dropout do mask only replace first input of
dropout_gen_mask of the subgraph instead of
the whole sub graph.
|
5 years ago |
unknown
|
ac2e2f9a7a
|
updata deeplabv3 CI
|
5 years ago |
mindspore-ci-bot
|
71a9d982e4
|
!2075 change optimization pass order
Merge pull request !2075 from Etone.Chan/June
|
5 years ago |
zhouneng
|
3ff626b504
|
fix type dismath for non format defination
|
5 years ago |
mindspore-ci-bot
|
303ba1de8b
|
!2077 fix l2normalize_grad operator tbe regiser file spell error
Merge pull request !2077 from zhouneng/fix_l2normalize_grad_spell_error
|
5 years ago |
zhouneng
|
580bf1beb3
|
fix spell error
|
5 years ago |
mindspore-ci-bot
|
403c30c7da
|
!1919 change tensor dtype and shape from function to attr
Merge pull request !1919 from zhangbuxue/change_tensor_dtype_and_shape_from_function_to_attr
|
5 years ago |
mindspore-ci-bot
|
6c26431ab3
|
!2058 bind summary nodes to KernelGraph in order to memory reuse
Merge pull request !2058 from Margaret_wangrui/summary
|
5 years ago |
etone-chan
|
8f4e58472e
|
Change optimization pass order
|
5 years ago |
mindspore-ci-bot
|
c661087b99
|
!2029 Create TensorRow class that supports a row id
Merge pull request !2029 from lixiachen/lixia/tensorrow
|
5 years ago |
Lixia Chen
|
6ae88c3987
|
Create TensorRow class that supports a row id.
|
5 years ago |
kswang
|
abf0ee6ff3
|
optimize reduce sparse gradient
|
5 years ago |
Margaret_wangrui
|
d238682d68
|
bind summary nodes to graph
|
5 years ago |
mindspore-ci-bot
|
2005ecc284
|
!1949 in order to support dynamic broadcast reduce format with operator
Merge pull request !1949 from jjfeing/master
|
5 years ago |
mindspore-ci-bot
|
9282b9473d
|
!2059 fix SubsetSampler error
Merge pull request !2059 from yanghaitao/yht_fix_subset_samplers
|
5 years ago |
mindspore-ci-bot
|
1a82132d29
|
!2065 Add dumpMode option to output mode
Merge pull request !2065 from ghzl/dump_ge_switch_add_dumpMode
|
5 years ago |
buxue
|
66bbdb4a31
|
change tensor dtype and shape from function to attr
|
5 years ago |
mindspore-ci-bot
|
b285c8fa9d
|
!1973 develop TensorScatterUpdate op and access ge and vm
Merge pull request !1973 from zhangbuxue/develop_TensorScatterUpdate_op_and_access_ge_and_vm
|
5 years ago |
mindspore-ci-bot
|
a2a90800a0
|
!2053 add check if there is no data
Merge pull request !2053 from yanghaitao/yht_no_data
|
5 years ago |
mindspore-ci-bot
|
af3488c000
|
!2057 Lstm example fix
Merge pull request !2057 from chenweifeng/lstm
|
5 years ago |
buxue
|
8aee6b07d6
|
develop TensorScatterUpdate op and access ge and vm
|
5 years ago |
mindspore-ci-bot
|
30b19165a2
|
!2066 change parameter init_data log level to debug
Merge pull request !2066 from yihuaijie/master
|
5 years ago |
jjfeing
|
caab25e09b
|
tbe select broadcast reduce dynamic
|
5 years ago |
guohongzilong
|
dd86fe94cb
|
add dumpmode for dump function
|
5 years ago |
Yi Huaijie
|
a621e22eac
|
change parameter init_data log level to debug
|
5 years ago |
mindspore-ci-bot
|
3536185f5b
|
!2007 add lazy adam optimizer and support sparse adam&ftrl for cpu backend
Merge pull request !2007 from wangnan39/add_lazy_adam_optim_and_support_sparse_admm_for_cpu_backend
|
5 years ago |
mindspore-ci-bot
|
a8378a3357
|
!1924 Add TBE ops ApplyAdaMax\ ApplyAdadelta\ ApplyAdagrad\ ApplyAdagradV2 for VM.
Merge pull request !1924 from liuxiao/ops-for-VM
|
5 years ago |
VectorSL
|
6414e23fe5
|
gpu codex fix
|
5 years ago |
yanghaitao
|
5b0fb71343
|
fix SubsetSampler
|
5 years ago |
mindspore-ci-bot
|
553432c968
|
!1958 Fix some description to API about optimizer.
Merge pull request !1958 from liuxiao/fix-for-issuse
|
5 years ago |
wangnan39@huawei.com
|
4042f16ce4
|
add lazy adam optim and support sparse adam & ftrl for cpu backend
|
5 years ago |
mindspore-ci-bot
|
c27d4157b5
|
!2054 fix mix target with gpu target
Merge pull request !2054 from kisnwang/mix-target-check
|
5 years ago |
wilfChen
|
c4da612ee8
|
lstm example
|
5 years ago |
mindspore-ci-bot
|
a3ab142f1c
|
!2042 fix document api error
Merge pull request !2042 from yanghaitao/yht_fix_api_document
|
5 years ago |
mindspore-ci-bot
|
5fb1ec2a00
|
!2043 code review
Merge pull request !2043 from liubuyu/master
|
5 years ago |