mindspore-ci-bot
6bb8c9393d
!1007 Eliminate external links to data sets about README
Merge pull request !1007 from chengxb7532/master
5 years ago
mindspore-ci-bot
39f68f278a
!1008 1. remove external links. 2.update python doc
Merge pull request !1008 from liyanliu96/master
5 years ago
mindspore-ci-bot
a55cb95589
!993 [IRFusion pass enhancement] mul_add_fusion pass supports when add's 2nd is mul
Merge pull request !993 from huanghui/mul-add-fusion-pass-enhancement
5 years ago
mindspore-ci-bot
ce08618117
!1009 Adapt LambNextMVWithDecayV1 changed to LambNextMVWithDecay
Merge pull request !1009 from zhaozhenlong/adapt-lamb-next-mv-ir-fusion
5 years ago
mindspore-ci-bot
93429aba35
!980 add example: aclImdb data to mindrecord
Merge pull request !980 from guozhijian/add_example_for_aclImdb
5 years ago
zhaozhenlong
9d34b31ee9
remove old ir fusion pass lamb next mv with decay v1
5 years ago
liuliyan2
2bd2a60b6a
1. remove external links. 2.update python doc
5 years ago
chengxianbin
41b3c30c82
eliminate external lins to dataset
5 years ago
mindspore-ci-bot
859bf8be0c
!1002 modify readme for resnet101
Merge pull request !1002 from meixiaowei/master
5 years ago
mindspore-ci-bot
608a015af3
!989 fix assign cause ir inconsistency
Merge pull request !989 from kisnwang/fix-assignc-ir-inconsistency
5 years ago
meixiaowei
d3d26d864c
modify ReadMe
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
huanghui
12eaaf710b
mul_add_fusion pass supports when add's 2nd is mul
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
jonyguo
0ef5ff1bee
add aclImdb to MindRecord example
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