mindspore-ci-bot
c06d2c6c2a
!299 modify annotation of DepthwiseConv2d
...
Merge pull request !299 from wangnan39/modify_annotation_of_depthwise_conv
5 years ago
YuJianfeng
e5c67b9088
Add cnode to equal map when opt matching
5 years ago
mindspore-ci-bot
7a6fdaf132
!302 fix workspace memory reuse
...
Merge pull request !302 from kisnwang/fix-workspace-malloc
5 years ago
mindspore-ci-bot
e364936bd3
!297 add alternate path for stdclient library
...
Merge pull request !297 from yanghaoran/master
5 years ago
mindspore-ci-bot
39b9e831cb
!291 disable memory reuse for GetNext op
...
Merge pull request !291 from caifubi/dev-getnext-mem-reuse-off
5 years ago
jonyguo
ea5da25d10
fix: use exactly read option
5 years ago
Wei Luning
e1c8f248e0
Fix the output is not tuple, when eval
5 years ago
kswang
e53376092f
fix workspace reuse bug
5 years ago
wangnan39@huawei.com
8ba68220dd
modify annotation of DepthwiseConv2d
5 years ago
gong chen
61e959a9f3
bugfix(side effect): fix cell object cann't free normally.
5 years ago
yanghaoran
e8ca9c12c2
add alternate path for stdclient library
5 years ago
gong chen
5d4144de11
bugfix(side effect): fix adding wrong control depend between AllReduce and GetStatus.
5 years ago
mindspore-ci-bot
9bda080bb5
!260 refactor padding strategy
...
Merge pull request !260 from lianliguang/refactor-padding-strategy
5 years ago
w00517616
988363299f
Exclude FV to further improve performance.
5 years ago
mindspore-ci-bot
1ab430072e
!232 [Auto parallel] Model the memory_cost in cost model
...
Merge pull request !232 from Xiaoda/model-memory-cost-in-auto-parallel
5 years ago
mindspore-ci-bot
8674e0ad96
!288 fix nopnode output bug
...
Merge pull request !288 from kisnwang/fix-nopnode-output-bug
5 years ago
mindspore-ci-bot
94589ce611
!226 expend conv stride and dilation to 2d
...
Merge pull request !226 from wangnan39/expend_conv_stride_to_2d
5 years ago
jojobugfree
2aad57c595
getnext disable memory reuse
5 years ago
mindspore-ci-bot
a4cf9028ee
!275 fix bert example script bugs
...
Merge pull request !275 from yoonlee666/master
5 years ago
mindspore-ci-bot
0ca4ceb73f
!281 bug fix in gpu aware quantizaiton ops
...
Merge pull request !281 from SanjayChan/origin/quant_liantiao
5 years ago
kswang
ae675c5cf8
fix nopnode output bug
5 years ago
chenzomi
652ab6c386
add test case for aware quantizaiton
5 years ago
wangnan39@huawei.com
2604acedcb
extend conv stride and dilation to 2d
5 years ago
lianliguang
5d225f934f
change the padding strategy & refactor insert transdata
5 years ago
Hoai Linh Tran h00472437
46c590b787
Add new flag to watch for the need of Renormalize pass when parsing the python input program
...
Signed-off-by: Hoai Linh Tran h00472437 <hoai.linh.tran@huawei.com>
Add optimizer checking: For a group of passes in "optimizer", if flagged then it will check and collect the newly generated nodes without types (i.e. abstract() == nullptr).
Before calling Renormalize(), the optimizer will check if there is any node needed retyping. If not the Renormalize pass will not be called.
Add checking for non-null abstract but still needs renorm;
Add flags to Substitution to help watching Renormalize
Simpler pass result checker, change Bool to Enum type
5 years ago
Xiaoda Zhang
0ac50a19f5
Model the memory cost in auto-parallel. It is calculated by the output of operators, plus the parameters. Additionally, modify the graph-operations in auto_parallel to include memory_cost.
5 years ago
mindspore-ci-bot
c9fba7f091
!283 adapt graphengine update
...
Merge pull request !283 from jjfeing/master
5 years ago
mindspore-ci-bot
f1fa2a9941
!273 [MD] update subset random sampler in minddataset
...
Merge pull request !273 from liyong126/mindrecord_subset_sampler_python
5 years ago
Zhang Qinghua
0b75e289b1
Dump the perf data by executed sequence, not alphabetic.
5 years ago
jjfeing
1fc576c502
adapt graphengin update
5 years ago
mindspore-ci-bot
511acd2961
!269 Modify the improper code in bug info.
...
Merge pull request !269 from ZhangQinghua/master
5 years ago
mindspore-ci-bot
7ffb8bb19f
!250 Add nn.pad to support three modes
...
Merge pull request !250 from casgj/gaojing_new4
5 years ago
yoonlee666
39b446524d
fix bugs in bert example script
5 years ago
zhaoting
cc6258d6ac
fix adam notes
5 years ago
mindspore-ci-bot
60958d6b25
!239 Add dynamic learning rate decay and review optimizer code
...
Merge pull request !239 from fanglei/master
5 years ago
mindspore-ci-bot
e95945969b
!270 fix complite error while using .so with clang on macos
...
Merge pull request !270 from SanjayChan/mac_os
5 years ago
mindspore-ci-bot
d9cd681c30
!207 Fix potential overflow in batch by changing int32 to int64
...
Merge pull request !207 from ZiruiWu/batch_info_overflow
5 years ago
mindspore-ci-bot
9875fcc9fa
!271 Fix repeat and epoch api notice discription
...
Merge pull request !271 from pengyanjun/fix_repeat_epoch_doc
5 years ago
gaojing
2db3e64ff2
add operation
5 years ago
mindspore-ci-bot
878a076dbd
!200 Add quantization aware training related operators
...
Merge pull request !200 from chengang/quant
5 years ago
mindspore-ci-bot
298a32f1e2
!132 Add confusion_mul_grad_fusion pass
...
Merge pull request !132 from huanghui/master
5 years ago
root
7d700295f8
add dynamic lr and enhance optim
5 years ago
liyong
0ce83e39e1
fix TestShardSampleWrongNumber
...
adjust internal api
5 years ago
chenzomi
65a49a21e5
fix complite error while using .so with clang on macos
5 years ago
mindspore-ci-bot
03c2555977
!247 pynative-fix-bug-type-str-is-invalied-uint16
...
Merge pull request !247 from JoyLvliang/fix-bug-type-str-is-invalied-uint16
5 years ago
mindspore-ci-bot
57f953ca38
!216 Implement addn fusion pass
...
Merge pull request !216 from YuJianfeng/master
5 years ago
mindspore-ci-bot
3924e51189
!266 Unify the import of paramter and mstype in front example
...
Merge pull request !266 from ghzl/modify-some-example-in-me-front
5 years ago
mindspore-ci-bot
39a46b9342
!245 Add bool type check in communication operator
...
Merge pull request !245 from chentingting/add_bool_type_check_in_comm_op
5 years ago
mindspore-ci-bot
77725e81a4
!258 add_minimum_distributed_op
...
Merge pull request !258 from lichen/add_minimum_distributed_op
5 years ago
lvliang
79f74745ec
fix-bug-type-str-is-invalied-uint16
5 years ago