jiangjinsheng
|
eb4571a67f
|
fixed LeakyReLU, Optimizer
|
5 years ago |
mindspore-ci-bot
|
aef9c4d838
|
!1560 update nlp preprocess script destination from example/nlp_to_mindrecord to third_party dir
Merge pull request !1560 from guozhijian/change_zhwiki_CLUERNER2020_to_thirdparty
|
5 years ago |
mindspore-ci-bot
|
52c5cb5bdf
|
!1828 remove get_rank() in HostAllGather
Merge pull request !1828 from yihuaijie/master
|
5 years ago |
mindspore-ci-bot
|
cd90dfa12e
|
!1834 sorts column names for tfreader during schema creation
Merge pull request !1834 from Peilin/tf-reader-column-order-fix
|
5 years ago |
mindspore-ci-bot
|
18ecafcf0e
|
!1809 modify adam optimizer and script of bert to match the patterns of fusion rule
Merge pull request !1809 from shibeiji/bert
|
5 years ago |
mindspore-ci-bot
|
bc575fe767
|
!1825 hidden range
Merge pull request !1825 from jiangjinsheng/issue_doc
|
5 years ago |
mindspore-ci-bot
|
c2b2ed1482
|
!1830 add time_monitor
Merge pull request !1830 from wukesong/widedeep-time
|
5 years ago |
jonyguo
|
56d03f9eb9
|
enhance: add example for zhwiki and CLUERNER2020 to mindrecord
|
5 years ago |
mindspore-ci-bot
|
5306172fee
|
!1827 fix applyrms bug
Merge pull request !1827 from JichenZhao/issue_fix_branch
|
5 years ago |
mindspore-ci-bot
|
2a2dd7d340
|
!1803 Optimized MixedPrecisionCast function
Merge pull request !1803 from Kang/master
|
5 years ago |
mindspore-ci-bot
|
a4e1852d6c
|
!1817 optimize mix target splitsort
Merge pull request !1817 from kisnwang/optimize-splitsort
|
5 years ago |
mindspore-ci-bot
|
0c1674496f
|
!1819 Restricting modify non_Parameter class members
Merge pull request !1819 from zhangbuxue/restricting_modify_non-Parameter_class_members
|
5 years ago |
Kang
|
041f628cce
|
Optimize MixedPrecisionCast function
|
5 years ago |
Peilin Wang
|
9c8ea3c1af
|
sort columns so schema always has same ColDescriptor ordering
|
5 years ago |
mindspore-ci-bot
|
42a11b2a45
|
!1832 Fix memory leak
Merge pull request !1832 from JesseKLee/memleak
|
5 years ago |
mindspore-ci-bot
|
bc7a3a1bef
|
!1806 Add crop size check to python RandomCrop op
Merge pull request !1806 from Tinazhang/random-crop-error-msg
|
5 years ago |
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 |
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 |