Commit Graph

3132 Commits

Author SHA1 Message Date
Jamie Nisbet 51bc0c0460 consistent design for num_samples
updates

more update

more work

more fixin

post rebase updates

clang formatting

code review recovery

ci fixes

updates

update

update

update
2020-06-03 15:01:18 -04:00
mindspore-ci-bot bc7a3a1bef !1806 Add crop size check to python RandomCrop op
Merge pull request !1806 from Tinazhang/random-crop-error-msg
2020-06-03 23:28:22 +08:00
mindspore-ci-bot 20afadb4c0 !1822 fix codex split big functions
Merge pull request !1822 from fary86/codex_big_functions
2020-06-03 20:12:41 +08:00
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
2020-06-03 17:26:50 +08:00
fary86 abfaf15951 Fix codex, split big functions 2020-06-03 17:02:49 +08:00
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
2020-06-03 16:33:32 +08:00
mindspore-ci-bot 82b6c83653 !1765 Pynative support list input
Merge pull request !1765 from JoyLvliang/pynative-support-list-input
2020-06-03 16:29:07 +08:00
mindspore-ci-bot 6e1dfe5fc6 !1815 fix mindrecord seekg failed
Merge pull request !1815 from guozhijian/fix_mindrecord_seekg_failed
2020-06-03 16:03:17 +08:00
mindspore-ci-bot 04cb9dfbef !1793 fix doc for merge
Merge pull request !1793 from jiangjinsheng/issue_doc
2020-06-03 16:00:57 +08:00
mindspore-ci-bot 5d397d8404 !1804 add tensor compare & len & constexpr feature
Merge pull request !1804 from wangqiuliang/add-tensor-compare-len-consexpr-feature
2020-06-03 15:41:00 +08:00
jonyguo 2aaf3a37d4 fix: mindrecord seekg failed when shift raw page 2020-06-03 15:33:17 +08:00
lvliang e046e6dd52 pynative-support-list-input 2020-06-03 15:07:59 +08:00
jiangjinsheng 00e05f7c34 fixed doc for merge
fixed Embedding
2020-06-03 14:33:21 +08:00
mindspore-ci-bot 95ef02af7d !1805 New control sink support dynamic loss scale
Merge pull request !1805 from zhoufeng/control-sink-dynamic-loss-scale
2020-06-03 14:17:28 +08:00
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
2020-06-03 14:07:07 +08:00
mindspore-ci-bot ddfa1edefe !1618 fix lstm
Merge pull request !1618 from baihuawei/cpulstm
2020-06-03 11:27:11 +08:00
lizhenyu a62e9fbda2 remove tuple_get_item combination with make_tuple pattern from graph 2020-06-03 11:23:34 +08:00
WilliamLian b56159e078 fix bug of pass manager not new node causing the node cannot find in the allnodes list 2020-06-03 11:15:49 +08:00
Xiaoda Zhang 1cfb52bc0e add the reshape part of the embeddinglookup backward operator 2020-06-03 10:39:45 +08:00
kingfo 9785178b88 add tensor compare & len & constexpr operation 2020-06-03 10:27:41 +08:00
zhoufeng 4cffb0a321 New control sink support dynamic loss scale
Signed-off-by: zhoufeng <zhoufeng54@huawei.com>
2020-06-03 10:26:45 +08:00
mindspore-ci-bot 5c4731b772 !1792 Register forward and backward operations of Ceil
Merge pull request !1792 from liuwenhao/master
2020-06-03 09:34:36 +08:00
Tinazhang 33fe66fd1e fix error handling for bigger crop size case 2020-06-02 11:06:41 -04:00
mindspore-ci-bot 5cba231ba9 !1786 match fusion type
Merge pull request !1786 from wangcong/master
2020-06-02 22:01:40 +08:00
liuwenhao4 ad4996d528 Register forward and backward operations of Ceil 2020-06-02 20:48:37 +08:00
mindspore-ci-bot 71dce2f586 !1800 fix cpu StridedSliceGrad bug when different dims between input and output
Merge pull request !1800 from sunsuodong/fix_StrideSliceGrad
2020-06-02 20:37:55 +08:00
mindspore-ci-bot 55dd9d9866 !1801 add bert performance test case
Merge pull request !1801 from wanghua/master
2020-06-02 20:18:28 +08:00
baihuawei ea78e16e74 fix lstm 2020-06-02 20:09:50 +08:00
wanghua 3f536ea1b7 add bert performance test case 2020-06-02 19:53:38 +08:00
mindspore-ci-bot ee6252627f !1798 fix pynative bug
Merge pull request !1798 from flywind/fix_pynative_bug
2020-06-02 19:30:38 +08:00
mindspore-ci-bot 8ca93734ed !1752 Improve performance of finding summary nodes
Merge pull request !1752 from Margaret_wangrui/improve-performance-of-finding-summary-nodes
2020-06-02 19:29:35 +08:00
sunsuodong 63d9e47291 fix cpu StridedSliceGrad 2020-06-02 19:20:15 +08:00
kpy 4bede54fc1 fix pynative refactor bug 2020-06-02 17:50:38 +08:00
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
2020-06-02 17:33:20 +08:00
mindspore-ci-bot 80f581fc02 !1713 [Dataset] Clean pylint.
Merge pull request !1713 from luoyang/pylint
2020-06-02 16:54:29 +08:00
mindspore-ci-bot d5f55f0820 !1769 [AutoParallel]GatherV2_support_host_device
Merge pull request !1769 from lichen/gatherv2_support_host_and_device
2020-06-02 16:52:54 +08:00
wangcong 432192b1d8 match ub fusion pass 2020-06-02 16:40:01 +08:00
mindspore-ci-bot 03328a25d1 !1724 add bntrainingupdatev3 for vm
Merge pull request !1724 from JichenZhao/bnops_for_vm
2020-06-02 16:24:04 +08:00
mindspore-ci-bot 09cf02c5b1 !1735 profiling for minddata and tdt
Merge pull request !1735 from yanghaitao/yht_profiling
2020-06-02 16:23:46 +08:00
mindspore-ci-bot 6ef324446a !1755 modify readme widedeep
Merge pull request !1755 from wukesong/modify-readme
2020-06-02 16:21:27 +08:00
mindspore-ci-bot 9c305813b1 !1791 fix compile bugs in quant.py and correction_mul_grad
Merge pull request !1791 from wandongdong/master
2020-06-02 16:21:22 +08:00
Margaret_wangrui 285f225eca Improve performance of finding summary nodes 2020-06-02 16:17:56 +08:00
fary86 dad1f809c1 Enhence dump ir with type info when infer failed 2020-06-02 16:05:15 +08:00
mindspore-ci-bot c547c8ca06 !1770 add DivNoNan vm ops
Merge pull request !1770 from fangzehua/divnonan_vm_ops
2020-06-02 15:55:12 +08:00
mindspore-ci-bot 39ff4572ce !1782 GPU slice support null output
Merge pull request !1782 from VectorSL/slice-null
2020-06-02 15:54:36 +08:00
wandongdong 1c3e579687 fix bug in quant and correction_mul_grad 2020-06-02 15:46:05 +08:00
mindspore-ci-bot da06310ae0 !1766 [bug][auto cast]fix bug when do auto cast
Merge pull request !1766 from vlne-v1/I1J0M0-amp-do-auto-cast-failed
2020-06-02 15:44:10 +08:00
yanghaitao dc12598570 minddata-tdt profiling 2020-06-02 14:58:45 +08:00
mindspore-ci-bot 6748ef0019 !1776 fix codex
Merge pull request !1776 from fary86/fix_codex_06.01
2020-06-02 14:39:33 +08:00
Wei Luning 7e4d972f6f fix bug in do signature 2020-06-02 11:59:19 +08:00