mindspore-ci-bot
|
c547c8ca06
|
!1770 add DivNoNan vm ops
Merge pull request !1770 from fangzehua/divnonan_vm_ops
|
5 years ago |
mindspore-ci-bot
|
39ff4572ce
|
!1782 GPU slice support null output
Merge pull request !1782 from VectorSL/slice-null
|
5 years ago |
wandongdong
|
1c3e579687
|
fix bug in quant and correction_mul_grad
|
5 years ago |
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
|
5 years ago |
yanghaitao
|
dc12598570
|
minddata-tdt profiling
|
5 years ago |
mindspore-ci-bot
|
6748ef0019
|
!1776 fix codex
Merge pull request !1776 from fary86/fix_codex_06.01
|
5 years ago |
Wei Luning
|
7e4d972f6f
|
fix bug in do signature
|
5 years ago |
mindspore-ci-bot
|
e79df7c169
|
!1697 optimize clip_norm
Merge pull request !1697 from chenhaozhe/bert-optimization
|
5 years ago |
mindspore-ci-bot
|
75f791d8e5
|
!1726 Delete FusedBatchNorm and ReLUV2 in init.py as they are not open to the public
Merge pull request !1726 from zhangzheng/simple
|
5 years ago |
mindspore-ci-bot
|
a9c843838e
|
!1771 add bert mlm eval script in bert example
Merge pull request !1771 from yoonlee666/pretrain-eva
|
5 years ago |
mindspore-ci-bot
|
0426ed057b
|
!1777 Remove ZerosLikeTensor and sub with ZerosTensor
Merge pull request !1777 from BowenK/master
|
5 years ago |
fangzehua
|
14b045fc63
|
add DivNoNan vm ops.
|
5 years ago |
mindspore-ci-bot
|
90eedfb351
|
!1784 fix bug in fake quant grad
Merge pull request !1784 from SanjayChan/fakequant_bug_fix
|
5 years ago |
mindspore-ci-bot
|
2c18152791
|
!1739 fix bug: P.FakeQuantWithMinMax not support 1 dim
Merge pull request !1739 from 王东旭/master
|
5 years ago |
VectorSL
|
efdfbee9df
|
gpu slice support null output
|
5 years ago |
mindspore-ci-bot
|
ae7175f522
|
!1779 [Auto parallel] Fix some codestyle warnings of w&d
Merge pull request !1779 from Xiaoda/fix-some-codestyle-warnings-of-w
|
5 years ago |
BowenK
|
96379faa3a
|
Remove ZerosLikeTensor and sub with ZerosLike
|
5 years ago |
chenhaozhe
|
435fc12e28
|
optimize clip_norm
|
5 years ago |
mindspore-ci-bot
|
6796705c0e
|
!1772 KernelAttr::all_same should init
Merge pull request !1772 from sunsuodong/var_init
|
5 years ago |
chenzomi
|
e9a67efc6b
|
fix bug in fake quant grad
|
5 years ago |
mindspore-ci-bot
|
a5009006f7
|
!1387 change some settings in SSD
Merge pull request !1387 from zhaoting/SSD
|
5 years ago |
mindspore-ci-bot
|
fd1994b66a
|
!1759 Gpu Dropout kernel fix
Merge pull request !1759 from chenweifeng/dropout
|
5 years ago |
zhaoting
|
6000abcdf3
|
change some settings in SSD
|
5 years ago |
mindspore-ci-bot
|
b3c6da90a5
|
!1714 Add 2 patterns for SoftmaxGradExt fusion pass
Merge pull request !1714 from huanghui/SoftmaxGradExt-fussion-pass
|
5 years ago |
Yang
|
5522edc4b5
|
!1713 [Dataset] Clean pylint.
|
5 years ago |
mindspore-ci-bot
|
2aa1020d2e
|
!1635 Introduction of util classes
Merge pull request !1635 from JesseKLee/doc
|
5 years ago |
Jesse Lee
|
092a10b7ff
|
Initial Drop
|
5 years ago |
mindspore-ci-bot
|
d7de044258
|
!1780 add op BasicLSTMCell
Merge pull request !1780 from zhaozhenlong/op/lstm-open
|
5 years ago |
mindspore-ci-bot
|
96ebda914c
|
!1758 fix return parameter directly in net
Merge pull request !1758 from fary86/fix_return_parameter_directly_in_net
|
5 years ago |
mindspore-ci-bot
|
584641180f
|
!1763 add validator for InvertPermutation
Merge pull request !1763 from jiangjinsheng/issue_invert
|
5 years ago |
fary86
|
a2b882bcb4
|
Fix codex
|
5 years ago |
lichenever
|
1437966c98
|
gatherv2_support_host_and_device
|
5 years ago |
zhaozhenlong
|
270f79c8c2
|
add op BasicLSTMCell vm
|
5 years ago |
wangdongxu6
|
9eee157c58
|
fix some quant op bug
|
5 years ago |
mindspore-ci-bot
|
0b94376bb3
|
!1762 support auto cast bool scalar and tensor to number tensor
Merge pull request !1762 from zhangbuxue/support_convert_bool_scalar_and_tensor_to_number_tensor
|
5 years ago |
mindspore-ci-bot
|
ca44b3919d
|
!1721 adjust warmup_steps in AdamWeightDecayDynamicLR
Merge pull request !1721 from yoonlee666/master-wenti
|
5 years ago |
Xiaoda Zhang
|
88982d792c
|
fix some codestyle warnings
|
5 years ago |
mindspore-ci-bot
|
b9ba99bb13
|
!1685 [Auto parallel] Fix the bugs in Embeddinglookup forward operator
Merge pull request !1685 from Xiaoda/fix-the-embeddinglookup-bug
|
5 years ago |
zhaojichen
|
863c756ad1
|
add bnll, bninference and bntrainingupdatev3 for vm
|
5 years ago |
mindspore-ci-bot
|
b250b08781
|
!1768 dataset: repair format and type problem in split
Merge pull request !1768 from ms_yan/format_and_type
|
5 years ago |
huanghui
|
d1cec14a0c
|
add 2 pattern for softmaxgradext fusion pass
|
5 years ago |
mindspore-ci-bot
|
addf8e7d06
|
!1750 add vm support for operaotr Expm1
Merge pull request !1750 from zhouneng/add_vm_support_for_expm1
|
5 years ago |
mindspore-ci-bot
|
a2ab975deb
|
!1757 Complete vm ops for Cosh and Sinh
Merge pull request !1757 from lihongkang/lhk_master
|
5 years ago |
yoonlee666
|
c0fd303ef2
|
add mlm eval script in bert example
|
5 years ago |
wilfChen
|
cf0820aae9
|
Gpu Dropout kernel fix
|
5 years ago |
sunsuodong
|
4e32dad730
|
var init
|
5 years ago |
mindspore-ci-bot
|
3853bebb19
|
!1747 fix pylint warnings
Merge pull request !1747 from SJN/master
|
5 years ago |
ms_yan
|
a3f7531500
|
repair format and type problem in split
|
5 years ago |
mindspore-ci-bot
|
0e64eff59c
|
!1723 fixed SoftmaxGradExt
Merge pull request !1723 from jiangjinsheng/vm_SoftmaxGradExt
|
5 years ago |
jiangjinsheng
|
317ec43d88
|
add validator for InvertPermutation
|
5 years ago |