Jesse Lee
|
eef45c12f8
|
Memleak fix
|
5 years ago |
wukesong
|
8ff903d816
|
add time monitor widedeep
|
5 years ago |
Yi Huaijie
|
2041752f33
|
remove get_rank() op in HostAllGather
|
5 years ago |
mindspore-ci-bot
|
20afadb4c0
|
!1822 fix codex split big functions
Merge pull request !1822 from fary86/codex_big_functions
|
5 years ago |
zhaojichen
|
b6a0ee9f6c
|
fix applyrmsprop bug
|
5 years ago |
jiangjinsheng
|
9eb21627aa
|
hidden range
|
5 years ago |
wangnan39@huawei.com
|
c9b7d95c2c
|
fix lr check bug in AdamWeightDecayDynamicLR
|
5 years ago |
kswang
|
472d87fee1
|
optimize splitsort
|
5 years ago |
mindspore-ci-bot
|
a193d0977a
|
!1802 [bugfix]remove tuple_get_item combination with make_tuple pattern from graph
Merge pull request !1802 from zyli2020/add_get_item_pass
|
5 years ago |
buxue
|
94c9019d8e
|
restricting modify non_Parameter class members
|
5 years ago |
fary86
|
abfaf15951
|
Fix codex, split big functions
|
5 years ago |
mindspore-ci-bot
|
1971e3f993
|
!1813 fix bug of pass manager not new node causing the node cannot find in the all node list
Merge pull request !1813 from lianliguang/master
|
5 years ago |
mindspore-ci-bot
|
82b6c83653
|
!1765 Pynative support list input
Merge pull request !1765 from JoyLvliang/pynative-support-list-input
|
5 years ago |
mindspore-ci-bot
|
6e1dfe5fc6
|
!1815 fix mindrecord seekg failed
Merge pull request !1815 from guozhijian/fix_mindrecord_seekg_failed
|
5 years ago |
mindspore-ci-bot
|
04cb9dfbef
|
!1793 fix doc for merge
Merge pull request !1793 from jiangjinsheng/issue_doc
|
5 years ago |
mindspore-ci-bot
|
5d397d8404
|
!1804 add tensor compare & len & constexpr feature
Merge pull request !1804 from wangqiuliang/add-tensor-compare-len-consexpr-feature
|
5 years ago |
jonyguo
|
2aaf3a37d4
|
fix: mindrecord seekg failed when shift raw page
|
5 years ago |
lvliang
|
e046e6dd52
|
pynative-support-list-input
|
5 years ago |
jiangjinsheng
|
00e05f7c34
|
fixed doc for merge
fixed Embedding
|
5 years ago |
mindspore-ci-bot
|
95ef02af7d
|
!1805 New control sink support dynamic loss scale
Merge pull request !1805 from zhoufeng/control-sink-dynamic-loss-scale
|
5 years ago |
mindspore-ci-bot
|
a88d9a5603
|
!1753 [Auto parallel] Add the backward operator of the reshape part of the Embeddinglookup's backward
Merge pull request !1753 from Xiaoda/implementing-embeddinglookupgrad-operator-2
|
5 years ago |
mindspore-ci-bot
|
ddfa1edefe
|
!1618 fix lstm
Merge pull request !1618 from baihuawei/cpulstm
|
5 years ago |
lizhenyu
|
a62e9fbda2
|
remove tuple_get_item combination with make_tuple pattern from graph
|
5 years ago |
WilliamLian
|
b56159e078
|
fix bug of pass manager not new node causing the node cannot find in the allnodes list
|
5 years ago |
Xiaoda Zhang
|
1cfb52bc0e
|
add the reshape part of the embeddinglookup backward operator
|
5 years ago |
kingfo
|
9785178b88
|
add tensor compare & len & constexpr operation
|
5 years ago |
zhoufeng
|
4cffb0a321
|
New control sink support dynamic loss scale
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
|
5 years ago |
mindspore-ci-bot
|
5c4731b772
|
!1792 Register forward and backward operations of Ceil
Merge pull request !1792 from liuwenhao/master
|
5 years ago |
shibeiji
|
178952afbc
|
modify adam optimizer and script of bert to match the patterns of fusion rule
|
5 years ago |
Tinazhang
|
33fe66fd1e
|
fix error handling for bigger crop size case
|
5 years ago |
mindspore-ci-bot
|
5cba231ba9
|
!1786 match fusion type
Merge pull request !1786 from wangcong/master
|
5 years ago |
liuwenhao4
|
ad4996d528
|
Register forward and backward operations of Ceil
|
5 years ago |
mindspore-ci-bot
|
71dce2f586
|
!1800 fix cpu StridedSliceGrad bug when different dims between input and output
Merge pull request !1800 from sunsuodong/fix_StrideSliceGrad
|
5 years ago |
mindspore-ci-bot
|
55dd9d9866
|
!1801 add bert performance test case
Merge pull request !1801 from wanghua/master
|
5 years ago |
baihuawei
|
ea78e16e74
|
fix lstm
|
5 years ago |
wanghua
|
3f536ea1b7
|
add bert performance test case
|
5 years ago |
mindspore-ci-bot
|
ee6252627f
|
!1798 fix pynative bug
Merge pull request !1798 from flywind/fix_pynative_bug
|
5 years ago |
mindspore-ci-bot
|
8ca93734ed
|
!1752 Improve performance of finding summary nodes
Merge pull request !1752 from Margaret_wangrui/improve-performance-of-finding-summary-nodes
|
5 years ago |
sunsuodong
|
63d9e47291
|
fix cpu StridedSliceGrad
|
5 years ago |
kpy
|
4bede54fc1
|
fix pynative refactor bug
|
5 years ago |
mindspore-ci-bot
|
394cd073ae
|
!1545 enhence dump ir with type info when infer fail
Merge pull request !1545 from fary86/enhance_dump_ir_when_infer_fail
|
5 years ago |
mindspore-ci-bot
|
80f581fc02
|
!1713 [Dataset] Clean pylint.
Merge pull request !1713 from luoyang/pylint
|
5 years ago |
mindspore-ci-bot
|
d5f55f0820
|
!1769 [AutoParallel]GatherV2_support_host_device
Merge pull request !1769 from lichen/gatherv2_support_host_and_device
|
5 years ago |
wangcong
|
432192b1d8
|
match ub fusion pass
|
5 years ago |
mindspore-ci-bot
|
03328a25d1
|
!1724 add bntrainingupdatev3 for vm
Merge pull request !1724 from JichenZhao/bnops_for_vm
|
5 years ago |
mindspore-ci-bot
|
09cf02c5b1
|
!1735 profiling for minddata and tdt
Merge pull request !1735 from yanghaitao/yht_profiling
|
5 years ago |
mindspore-ci-bot
|
6ef324446a
|
!1755 modify readme widedeep
Merge pull request !1755 from wukesong/modify-readme
|
5 years ago |
mindspore-ci-bot
|
9c305813b1
|
!1791 fix compile bugs in quant.py and correction_mul_grad
Merge pull request !1791 from wandongdong/master
|
5 years ago |
Margaret_wangrui
|
285f225eca
|
Improve performance of finding summary nodes
|
5 years ago |
fary86
|
dad1f809c1
|
Enhence dump ir with type info when infer failed
|
5 years ago |