mindspore-ci-bot
2860fd9338
!984 Add unit test case for HWC2CHW.
...
Merge pull request !984 from Tinazhang/hwc2chw
5 years ago
mindspore-ci-bot
37f787b657
!1019 Cleanup dataset UT: use md5 npz in test_zip for images
...
Merge pull request !1019 from cathwong/ckw_dataset_ut_cleanup2
5 years ago
mindspore-ci-bot
b2dc583ca6
!983 remove column name id map from data buffer
...
Merge pull request !983 from Jamie/colmaps
5 years ago
Tinazhang
c8b5586c7f
add unit test for HWC2CHWC
5 years ago
Jamie Nisbet
7b7b2fa7a0
remove column name id map from data buffer
...
clang format updates
self-review cleanups
cpplint fix
review updates
ci fixes
5 years ago
Cathy Wong
58226addd6
Cleanup dataset UT: use md5 npz in test_zip for images
5 years ago
mindspore-ci-bot
9433ca6468
!998 format the func name
...
Merge pull request !998 from guozhijian/enhance_format_func_name
5 years ago
mindspore-ci-bot
2f43f61501
!1010 remove dataset_link
...
Merge pull request !1010 from wukesong/remove_datasetlink
5 years ago
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
jonyguo
cf352d190f
format func name for mindrecord
5 years ago
wukesong
5f2a14a798
remove dataset_link
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