mindspore-ci-bot
|
bca2b1a055
|
!1236 [Data]Add NLP JiebaTokenizer operation
Merge pull request !1236 from xulei/cppjieba0518
|
5 years ago |
mindspore-ci-bot
|
0c19324484
|
!1239 Optimize backend graph proto dump
Merge pull request !1239 from huanghui/optimize-backend-anf-ir-proto-dump
|
5 years ago |
jiangjinsheng
|
15f81e9be3
|
fixed spell
|
5 years ago |
meixiaowei
|
863513e8dc
|
add import ckpt
|
5 years ago |
mindspore-ci-bot
|
44e3d167f0
|
!1278 buffer fusion code refactor
Merge pull request !1278 from Etone.Chan/NBF
|
5 years ago |
mindspore-ci-bot
|
a915cc3bd9
|
!1225 gpu NoOp optimizer
Merge pull request !1225 from chenweifeng/NoOp
|
5 years ago |
chengxianbin
|
1c86cf496a
|
adapt to modification of initializer
|
5 years ago |
mindspore-ci-bot
|
47275427da
|
!1210 Add exception check for BiasAdd kernel
Merge pull request !1210 from chenweifeng/cudnn_exception
|
5 years ago |
mindspore-ci-bot
|
df1eb2f65d
|
!1205 Gpu UnsortedSegmentSum fix
Merge pull request !1205 from chenweifeng/unsorted_segment_sum
|
5 years ago |
mindspore-ci-bot
|
2fc8286d23
|
!1258 fixed comment of nn.LSTM
Merge pull request !1258 from jiangjinsheng/issue_lstm_dropout
|
5 years ago |
xulei2020
|
163b6b7ea7
|
add jieba c++ code
|
5 years ago |
caifubi
|
e9f4eb7155
|
remove graph id in framework file
|
5 years ago |
mindspore-ci-bot
|
20478b574b
|
!1286 Deleted the blank line
Merge pull request !1286 from Kang/master
|
5 years ago |
yvetteliu
|
22764e203e
|
Reduce the generation of subgraphs.
|
5 years ago |
mindspore-ci-bot
|
aa1cee113d
|
!1279 test(custom_op): clean up custom op test case.
Merge pull request !1279 from gongchen/fix_custom_op_case
|
5 years ago |
etone-chan
|
bb2a4072e0
|
buffer fusion code refactor
|
5 years ago |
chujinjin
|
da13f5980c
|
fix dropout in pynative
|
5 years ago |
Kang
|
66e5320b1b
|
Delete blank line
|
5 years ago |
mindspore-ci-bot
|
89470cf29d
|
!1263 Modified clip_gradients to clip_grad
Merge pull request !1263 from Kang/master
|
5 years ago |
mindspore-ci-bot
|
e87721d8d8
|
!1270 modify log level
Merge pull request !1270 from fary86/change_logging_level
|
5 years ago |
mindspore-ci-bot
|
1ba8e052f8
|
!1125 support vm for space_to_depth
Merge pull request !1125 from jiangjinsheng/space_to_depth
|
5 years ago |
Kang
|
bfff7c0a2f
|
Modified clip_gradients to clip_grad
|
5 years ago |
mindspore-ci-bot
|
97ba539e7b
|
!1269 fix issue of loadding control input tensors failed in control sink mode
Merge pull request !1269 from wenchunjiang/fix_task_sink_bug
|
5 years ago |
jiangjinsheng
|
ce09f5e15a
|
vm for prelu and prelugrad
|
5 years ago |
liubuyu
|
37be555a81
|
pylint clean
|
5 years ago |
gongchen
|
44458865b6
|
test(custom_op): Clean up custom op test case.
|
5 years ago |
wenchunjiang
|
729ea8cc55
|
fix bug of loadding ctrl input tensors failed in control sink mode
|
5 years ago |
mindspore-ci-bot
|
f73f9fb2cf
|
!1220 quantization aware training frontend operators bug fix.
Merge pull request !1220 from SanjayChan/per
|
5 years ago |
mindspore-ci-bot
|
6ffb3c97cd
|
!1058 add host cpu kernel: GatherV2/Concat/Slice/SliceGrad
Merge pull request !1058 from sunsuodong/lstm_ops
|
5 years ago |
mindspore-ci-bot
|
b391e43407
|
!1262 fix bert precision bug
Merge pull request !1262 from wanghua/master
|
5 years ago |
hongxing
|
9c8e750c9e
|
maximize strategy dynamically
|
5 years ago |
mindspore-ci-bot
|
04ac611fe8
|
!1189 Decoupling py default param from Parameter
Merge pull request !1189 from leopz/master
|
5 years ago |
huangdongrun
|
3cf94daefc
|
add support for dict setitem operation
format code
remove save_graph
raise exception when dictionary setitem if the key not exists
resolve error
remove unnessary op_
|
5 years ago |
z00478463
|
8c6e3cc83b
|
for second order's subgraph's fix
|
5 years ago |
mindspore-ci-bot
|
8f68e6c29b
|
!1274 Do not bring up WatchDog thread on Windows
Merge pull request !1274 from JesseKLee/NoWatchDogOnWindows
|
5 years ago |
chenzomi
|
9e7099d9ab
|
fix bug in nn quant
|
5 years ago |
jiangjinsheng
|
ba99cb7bcb
|
support vm for space_to_depth
|
5 years ago |
fary86
|
08f09a2fcd
|
Change log level from error to warning
|
5 years ago |
mindspore-ci-bot
|
f73867222e
|
!1240 modify log format with space
Merge pull request !1240 from jjfeing/master
|
5 years ago |
mindspore-ci-bot
|
049e530a78
|
!1267 Pynative fix precision problem for depthwiseconv2dnative op
Merge pull request !1267 from JoyLvliang/pynative-fix-precision-problem-for-depthwiseconv2dnative
|
5 years ago |
huanghui
|
7785ced96f
|
optimize-backend-anf-ir-proto-dump
|
5 years ago |
mindspore-ci-bot
|
0336525553
|
!1169 Add UT cases to RandomCrop and RandomResizedCrop ops
Merge pull request !1169 from Tinazhang/random-crop
|
5 years ago |
Tinazhang
|
17cecf2cf5
|
Added TCs to RandomCrop and RandomCropAndResize and modified visalize() calling
|
5 years ago |
Jesse Lee
|
8237c39036
|
Disable WatchDog on Windows
|
5 years ago |
mindspore-ci-bot
|
6cbde2b3bb
|
!1268 fix default allreduce fusion group
Merge pull request !1268 from kisnwang/fix-default-allreduce-group
|
5 years ago |
mindspore-ci-bot
|
a4613b3107
|
!1264 dataset: check whether input column list exist first in TFRecord file
Merge pull request !1264 from ms_yan/tf_column
|
5 years ago |
mindspore-ci-bot
|
fe8b59f26b
|
!1111 support vm for pack and unpack
Merge pull request !1111 from jiangjinsheng/vm_pack
|
5 years ago |
kswang
|
503dd297c5
|
set all reduce fusion default group
|
5 years ago |
wanghua
|
2703ac5ba4
|
fix bert percision problem
|
5 years ago |
mindspore-ci-bot
|
2e9206e8bb
|
!1256 change default enable_auto_mixed_precision form true to false
Merge pull request !1256 from gengdongjie/master
|
5 years ago |