mindspore-ci-bot
|
db0315bff5
|
!7943 fix sync code bug to support fm
Merge pull request !7943 from yangjie159/sync_code
|
5 years ago |
mindspore-ci-bot
|
84a315279b
|
!7913 [MS][LITE][GPU]optimize activation
Merge pull request !7913 from chenzupeng/master-lite
|
5 years ago |
mindspore-ci-bot
|
8f44074796
|
!7866 [MD] C++ API support build_sentence_piece_vocab_node & sentence_piece_tokenizer
Merge pull request !7866 from luoyang/c-api-pyfunc
|
5 years ago |
mindspore-ci-bot
|
deb38e0dbe
|
!7877 optimize internal depend
Merge pull request !7877 from kisnwang/optimize-internal-depend
|
5 years ago |
mindspore-ci-bot
|
b9180a9dab
|
!7910 ignore the value in dataset graph if its type is an object, log messag, log message about image only if the dataset_sink_mode is False
Merge pull request !7910 from luopengting/summary
|
5 years ago |
mindspore-ci-bot
|
c6246d7a7e
|
!7908 add reduce precision in pynative mode
Merge pull request !7908 from chujinjin/add_reduce_precision_in_pynative_mode
|
5 years ago |
yangjie159
|
4cecdd8508
|
sync code to support train
|
5 years ago |
mindspore-ci-bot
|
1140583177
|
!7936 [MSLITE][Develop] optimize arm cpu int8 op depthwise
Merge pull request !7936 from yangruoqi713/lite
|
5 years ago |
mindspore-ci-bot
|
283cc249ee
|
!7903 fix mass gpu run script bug.
Merge pull request !7903 from linqingke/mass
|
5 years ago |
VectorSL
|
4d3d9c1b85
|
add gpu resent benchmark
|
5 years ago |
mindspore-ci-bot
|
25c388e01e
|
!7778 Fixbug: Faithfulness score NaN, add input params validity check to fix system error bug
Merge pull request !7778 from lixiaohui33/feature_explain_core
|
5 years ago |
alouhahaha
|
a7b1d0518b
|
add self-realized Softmax and LayerNorm
delete reduntant parameters
|
5 years ago |
luoyang
|
52d278e858
|
[MD] C++ API support build_sentence_piece_vocab_node & sentence_piece_tokenizer
|
5 years ago |
mindspore-ci-bot
|
b27d16c0a5
|
!7901 fix bug of pynative's mixprecision
Merge pull request !7901 from lianliguang/master
|
5 years ago |
mindspore-ci-bot
|
45110eae57
|
!7915 update the indexes process to support negtive int
Merge pull request !7915 from yepei6/master_augassign
|
5 years ago |
mindspore-ci-bot
|
9c2704030f
|
!7872 Add log1p operator at GPU back-end and move erf and erf to the unary_op list
Merge pull request !7872 from peixu_ren/custom_pp_ops
|
5 years ago |
mindspore-ci-bot
|
5ef3d02ce3
|
!7696 Add calculation of triangle matrix determinant op at GPU back-end
Merge pull request !7696 from peixu_ren/custom_gpu
|
5 years ago |
mindspore-ci-bot
|
2abe941e0b
|
!7938 fix gpu queue partial copy issue
Merge pull request !7938 from chenweifeng/gpu-queue-copy
|
5 years ago |
chujinjin
|
9197d9f2ee
|
add reduce precision in pynative mode
|
5 years ago |
mindspore-ci-bot
|
ea10c7a146
|
!7925 fix gpu momentum fusion
Merge pull request !7925 from chenweifeng/momentum-fusion-fix
|
5 years ago |
Jiaqi
|
c4ace78d1c
|
add valid check
|
5 years ago |
lixiaohui
|
fbb88530cd
|
Fixbug: add input params validity check & fix NaN faithfulness issue
|
5 years ago |
yangruoqi713
|
25d0084ee1
|
[MSLITE][Develop] optimize arm cpu int8 op depthwise
|
5 years ago |
yanghaitao1
|
2d7d30cae7
|
combine the first row and the last row of the pre file
|
5 years ago |
mindspore-ci-bot
|
2ba20dc8e7
|
!7848 Add five transforms API
Merge pull request !7848 from shenwei41/new_master
|
5 years ago |
mindspore-ci-bot
|
066ff87ef4
|
!7902 [MD]add default for sentencepiece col_names processing and vocab_size must be provided
Merge pull request !7902 from xulei/lite_test0905
|
5 years ago |
mindspore-ci-bot
|
03dfa88a1e
|
!7846 [MD] Add Channel 1 to 4 of bool, uint64 and int64 for lite cv
Merge pull request !7846 from jiangzhiwen/fix/merge
|
5 years ago |
mindspore-ci-bot
|
ed17a1955b
|
!7883 fix nms calc error
Merge pull request !7883 from zhaozhenlong/lite/issue/nms_result_wrong
|
5 years ago |
wilfChen
|
7e1cc4a11a
|
fix gpu queue partial copy issue
|
5 years ago |
mindspore-ci-bot
|
427599b2df
|
!7931 Add validation to tf_reader_op
Merge pull request !7931 from ZiruiWu/batch_cpp_api_pyfunc
|
5 years ago |
chenzupeng
|
3a47029423
|
optimize activation
|
5 years ago |
mindspore-ci-bot
|
c97d4c0cc1
|
!7928 fix static checking of lite ops
Merge pull request !7928 from liuwenhao/master
|
5 years ago |
mindspore-ci-bot
|
05c40d7545
|
!7904 dynamic shape attribute setting in hetero devices
Merge pull request !7904 from hwjiaorui/master
|
5 years ago |
mindspore-ci-bot
|
f7d98a5e6b
|
!7836 add smoke for mindir weight quant
Merge pull request !7836 from ghzl/add-smoke-for-mindir-weight-quant
|
5 years ago |
Zirui Wu
|
814044963b
|
add validation check in tfrecord_node
update ut
|
5 years ago |
mindspore-ci-bot
|
16f861a3cd
|
!7934 Fix a core dump caused by tf_reader_op
Merge pull request !7934 from ZiruiWu/tfrecord_core_dump
|
5 years ago |
Zirui Wu
|
ea97197311
|
fix tfrecord_op core dump
add test case
fix ci
fix ci round 2
address review cmts
|
5 years ago |
mindspore-ci-bot
|
9343b4f5c3
|
!7932 Fixing typo for RepeatElementsGpuKernel
Merge pull request !7932 from Peilin/cbg-new-gpu-ops-repeat_elements
|
5 years ago |
TFbunny
|
a638973378
|
add GPU SparseApplyProximalAdagrad
|
5 years ago |
mindspore-ci-bot
|
c39c3ccfbe
|
!7734 Redesigned GetNumClasses
Merge pull request !7734 from Alex Yuyue/IR_dataset_input
|
5 years ago |
Peilin Wang
|
3b83e665db
|
fixed typos
|
5 years ago |
liuwenhao4
|
04d688d7ed
|
fix static checking of lite ops
|
5 years ago |
guohongzilong
|
4f3a3320d1
|
add smoke for mindir weight quant
|
5 years ago |
tom__chen
|
71b235c302
|
sparse apply ftrl gpu kernel
|
5 years ago |
changzherui
|
59f6beb6a2
|
modify logging message
|
5 years ago |
shenwei41
|
779f0f387b
|
Add transforms API
|
5 years ago |
mindspore-ci-bot
|
fff8dff071
|
!7924 [MSLITE] fp16 abort
Merge pull request !7924 from ling/sr
|
5 years ago |
gengdongjie
|
c8268df1d1
|
opt maskrnn preprocessing pref
|
5 years ago |
mindspore-ci-bot
|
f655e3fadf
|
!7894 optimze opencl depthwise
Merge pull request !7894 from wandongdong/master
|
5 years ago |
mindspore-ci-bot
|
4ec14e3368
|
!7923 review fix
Merge pull request !7923 from cjh9368/rewrite_aware_quant
|
5 years ago |