mindspore-ci-bot
608a015af3
!989 fix assign cause ir inconsistency
...
Merge pull request !989 from kisnwang/fix-assignc-ir-inconsistency
5 years ago
mindspore-ci-bot
465eaf3e9e
!986 clear yolov3 and ssd script pylint warning
...
Merge pull request !986 from chengxb7532/master
5 years ago
mindspore-ci-bot
a7b39a4725
!992 Fix codex
...
Merge pull request !992 from amongo/fixCodex0508
5 years ago
mindspore-ci-bot
bbce742465
!988 GPU kernels adapt with special dimensions
...
Merge pull request !988 from ZPaC/gpu-kernels-adapt-with-special-dimensions
5 years ago
mindspore-ci-bot
3534432b8d
!976 Adapt vm lamb next mv with decay
...
Merge pull request !976 from zhaozhenlong/adapt-lamb-nextmv-with-decay
5 years ago
huangdongrun
b37dd55a4a
resovle codex
5 years ago
mindspore-ci-bot
c176bbe4c8
!952 Simplify the `ZeroLikeFillZero` optimization pass
...
Merge pull request !952 from thlinh/dev_May6th_improve_zero_fill_like_zero
5 years ago
mindspore-ci-bot
a06694ab8d
!990 fix some python code format
...
Merge pull request !990 from casgj/gaojing
5 years ago
Hoai Linh Tran h00472437
d82bbe34c8
Added improvement for ZeroLikeFillZero optimization pass: The old algorithm convert the PrimitivePy op (with 3 nodes) into a
...
new subtree with 9 nodes and after that a Renormalize pass is needed to simplified it back to a tensor. The new algorithm will
create the tensor while visiting in the pass, therefore only a single node is created and no Renormalize will be needed for this pass
(if other passes requires then Renormalize will still be called but no further infer is needed for the created tensor)
Signed-off-by: Hoai Linh Tran h00472437 <hoai.linh.tran@huawei.com>
Code review
5 years ago
mindspore-ci-bot
6cd92a709a
!985 fix code dex: format_args_excessive: Function: PyObject_CallMethod, format string need 0 args, but there are 1 args after the format string
...
Merge pull request !985 from jjfeing/master
5 years ago
zhaozhenlong
ef5f7306d3
adapt LambNextMVWithDecay
5 years ago
gaojing
9772e08a9c
fix some python code format'
5 years ago
kswang
5886c3ac22
fix assign cause ir inconsistency
5 years ago
mindspore-ci-bot
bab6e0f549
!971 Use ApplyMomentumD instead of ApplyMomentum
...
Merge pull request !971 from Simson/push-to-opensource
5 years ago
ZPaC
d3936b9f2a
GPU kernels adapt with special dimensions.
5 years ago
mindspore-ci-bot
e48eba0de1
!956 optimize host trans output
...
Merge pull request !956 from zjun/optimize_host_trans
5 years ago
jjfeing
818527c542
fix codex
5 years ago
chengxianbin
453439367c
clear pylint warning
5 years ago
mindspore-ci-bot
76a2f7c69d
!975 refactor fusion id implement of buffer fusion
...
Merge pull request !975 from Etone.Chan/master
5 years ago
mindspore-ci-bot
aa80712ac4
!973 Enhance add_memcpy_async pass
...
Merge pull request !973 from huanghui/enhance-add-memcpy-async-pass
5 years ago
simson
89b8ea0aae
Use ApplyMomentumD instead of ApplyMomentum
5 years ago
mindspore-ci-bot
2e80be73b4
!978 [Data]BUG replace Post() after LaunchWorkers
...
Merge pull request !978 from xulei/filter_op
5 years ago
mindspore-ci-bot
6c79c00a3f
!979 dataset: repair parameter check in rename Op
...
Merge pull request !979 from ms_yan/rename_columns
5 years ago
mindspore-ci-bot
47f5abceb4
!960 Adding example for grayscale
...
Merge pull request !960 from EricZ/grayscale_fix
5 years ago
mindspore-ci-bot
078dd86cfe
!507 Implemented padded_batch
...
Merge pull request !507 from ZiruiWu/batch_with_padding
5 years ago
mindspore-ci-bot
de7625777f
!951 fix: MindDataset with columns_name parameter cause errors in some scenes
...
Merge pull request !951 from guozhijian/fix_read_by_columns
5 years ago
mindspore-ci-bot
8f8db9faa0
!982 Two places where return code is not handled correctly.
...
Merge pull request !982 from JesseKLee/bad_rc
5 years ago
eric
0f0548f21b
Added test case for grayscale support
5 years ago
Jesse Lee
a0816f0bd6
Fix rc
5 years ago
Zirui Wu
c2d364a573
batch with padding implemented
...
support for 1 specific dimension to be None, added validator
fix various CI complains
another round of CI fixes
ci
refactor parts of the code
code refactor
ci fix
comments added, fix bugs
address review comments
address review comments
review cmts
added simple perf test script
update pad code
perf imprv
5 years ago
mindspore-ci-bot
16930c562d
!969 [MD] fix bug in pk sampler of minddataset
...
Merge pull request !969 from liyong126/fix_mindrecord_pk_sampler
5 years ago
ms_yan
d95a2e9ccf
repair num of input columns and output columns check
5 years ago
zjun
af69070625
optimize host trans format
5 years ago
mindspore-ci-bot
35953fbd7f
!974 Adapte FusedMulApplyMomentum
...
Merge pull request !974 from zhaoting/master
5 years ago
mindspore-ci-bot
bcec3f8eb9
!968 Add examples for the mindspot.nn package operator
...
Merge pull request !968 from zhouneng/add_examples_for_nn
5 years ago
etone-chan
38e0d98eb5
refactor fusion id implement of buffer fusion
5 years ago
mindspore-ci-bot
8e06c2fe93
!965 doc fix,add GlobalBN only support 2d and 4d
...
Merge pull request !965 from JichenZhao/globalbn_doc_fix
5 years ago
mindspore-ci-bot
c477029c97
!937 Fix set output addr fail in gpu pynative
...
Merge pull request !937 from JoyLvliang/fix-set-output-addr-fail-in-gpu-pynative
5 years ago
zhaoting
7c2c6da9a7
adapte FusedMulApplyMomentum
5 years ago
mindspore-ci-bot
7c64048d76
!935 develop op ScatterMax and dock ge process
...
Merge pull request !935 from zhangbuxue/develop_scatter_max_op_and_dock_ge
5 years ago
huanghui
3004cba1b1
enhance add_memcpy_async pass
5 years ago
lvliang
b9e0943084
fix-set-output-addr-fail-in-gpu-pynative
5 years ago
mindspore-ci-bot
005027029f
!970 [MS][Log]Warning can be degrade or just print in debug mode.
...
Merge pull request !970 from huanghui/update-print-log-level
5 years ago
mindspore-ci-bot
becaf39262
!957 complete vm ops for BatchToSpace and SpaceToBatch
...
Merge pull request !957 from jiangjinsheng/space_to_batch
5 years ago
mindspore-ci-bot
bda4ebd591
!322 Gpu Support RMSProp kernel
...
Merge pull request !322 from chenweifeng/rmsprop
5 years ago
mindspore-ci-bot
f602970990
!323 Gpu Concat support 4 inputs
...
Merge pull request !323 from chenweifeng/concat
5 years ago
mindspore-ci-bot
4e25fec769
!324 Gpu Slice kernel performance improve
...
Merge pull request !324 from chenweifeng/slice
5 years ago
mindspore-ci-bot
378a7122a5
!372 Gpu support BatchMatMul kernel
...
Merge pull request !372 from chenweifeng/batchmatmul
5 years ago
mindspore-ci-bot
97d21ba014
!502 Gpu Support Gelu & GeluGrad
...
Merge pull request !502 from chenweifeng/gelu
5 years ago
buxue
ac86996746
develop op ScatterMax and dock ge process
5 years ago