李鸿章
69d3abfdd3
reduce dead step(step % flush_step > 0) summary
5 years ago
李鸿章
e0890e6acc
use a resident process for ordered and fast writing summary
5 years ago
jiangjinsheng
d12976da6b
add example for hsigmoid
5 years ago
mindspore-ci-bot
e6273ce33b
!1020 delete dataset hyperlinks in bert README.md file
Merge pull request !1020 from yoonlee666/master-readme
5 years ago
zhaozhenlong
52d2d204e3
Conv2DBackpropInput bprop return 3 items
ImageGradients make compile check before others
5 years ago
mindspore-ci-bot
0eb32593a6
!958 Add parallel mode configuration for cell
Merge pull request !958 from yangzhenzhang/add_parallel_mode_for_cell
5 years ago
mindspore-ci-bot
4ba0b372f4
!987 clean cpp check in predict module
Merge pull request !987 from yangruoqi713/master
5 years ago
panyifeng
b7596e1f33
Add switch_case primitive
5 years ago
wilfChen
31f3611f9a
gpu support UnsortedSegmentSum kernel
5 years ago
yoonlee666
2268fbf5a1
delete dataset hyperlinks in bert README.md
5 years ago
rick_sanchez
6146424596
refactor vm module for multigraph sink
5 years ago
李鸿章
abbdf78897
reduce expensive calculation and memory usage
5 years ago
李鸿章
2ac60a1ad4
style changes and nonfunctional modifies
5 years ago
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
zhaojichen
224bb73049
fix issue about assignsub in globalbn
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
guohongzilong
b77fd88c27
improve example on enable_dump param
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
caojian05
fa6be1dfa7
remove http link from README.md for vgg
5 years ago
meixiaowei
d3d26d864c
modify ReadMe
5 years ago
wilfChen
0a1195ddf5
broadcast kernel support unqual dims & half
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
shijianning
206b36cc9a
fix pylint warnings
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