He Wei
cbfd4c5f40
Fix problems in Tensor.from_numpy()
Use buffer_info instead of py::array in TensorDataNumpy,
to avoid requesting buffer every time the data() is called.
This is also a workaround for py::array.request() hangup problem.
5 years ago
mindspore-ci-bot
d5e02cf474
!5584 delete the redundant argument while initializing the class of GradOperation
Merge pull request !5584 from shibeiji/master
5 years ago
mindspore-ci-bot
1a4d3e351e
!5586 Boost python pass compile and train performance
Merge pull request !5586 from BowenK/performance
5 years ago
mindspore-ci-bot
0f344f33e2
!5601 fix shufflenet_scripts
Merge pull request !5601 from panfengfeng/fix_shufflenet_scripts
5 years ago
mindspore-ci-bot
d92c220cc0
!5590 Fixbugfix for server shard range computation
Merge pull request !5590 from ZPaC/master-fix-server-shard-method
5 years ago
mindspore-ci-bot
e17eea3485
!5585 Fix output device address setting for inputs of depend node
Merge pull request !5585 from YuJianfeng/depend_valid_input
5 years ago
mindspore-ci-bot
cf66e62eee
!5545 fix tflite and caffe single operator question, add tflite custom parser
Merge pull request !5545 from 徐安越/master
5 years ago
mindspore-ci-bot
39e2791149
!5588 activation support f16 in opencl
Merge pull request !5588 from liuzhongkai/activation1_fp16
5 years ago
mindspore-ci-bot
65819fb50c
!5488 heck arg is tensor when graph output is a const or parameter
Merge pull request !5488 from zhangbuxue/add_check_tensor_before_compile_graph
5 years ago
liuzhongkai
c29e9596dd
activation support fp16 in opencl
5 years ago
panfengfeng
121943bdb5
update shufflenetv2 scripts
5 years ago
mindspore-ci-bot
521e351dac
!5593 fix some mistake of codex
Merge pull request !5593 from liuwenhao/master
5 years ago
mindspore-ci-bot
236952ca6c
!5553 Modify read me of inceptionv3
Merge pull request !5553 from zhouyaqiang0/master
5 years ago
mindspore-ci-bot
39b0bee9b9
!5314 Add implicit conversion description for some ops in API.
Merge pull request !5314 from liuxiao93/implicit-conversion-api
5 years ago
mindspore-ci-bot
8599a84afb
!5574 Add implicit conversion description for some ops in API
Merge pull request !5574 from lihongkang/lhk_master
5 years ago
mindspore-ci-bot
d27178bf2b
!5583 [MS][LITE][Develop]fix concat and slice
Merge pull request !5583 from sunsuodong/fix_concat_slice
5 years ago
liuwenhao4
51b3409a22
fix some mistake of codex
5 years ago
mindspore-ci-bot
a1b79288c3
!5578 Fix sparse slicer leak
Merge pull request !5578 from ZPaC/master-fix-sparse-slice-leak
5 years ago
mindspore-ci-bot
042ac51f05
!5568 bert script bugfix
Merge pull request !5568 from yoonlee666/master
5 years ago
cristoval
be63f8b8a2
bugfix for server shard range computation
5 years ago
shibeiji
d57960ed4c
delete the redundant argument while initializing class of GradOperation
5 years ago
BowenK
d6fb7d2db1
Remove debug drawing and printing to boost compile performance; re-opt after python pass to boost training; fix NewParameter tensor clone
5 years ago
sunsuodong
c5e47b1136
fix_concat_slice
5 years ago
yujianfeng
9aa6d203f1
Fix output device address setting for inputs of depend node
5 years ago
buxue
4168c51f0d
add check tensor when graph output is a const or parameter
5 years ago
xuanyue
3f3fb1f18d
fix tflite and caffe single operator question
5 years ago
mindspore-ci-bot
7371ceddde
!5559 clean static check
Merge pull request !5559 from lyvette/tflite_parser
5 years ago
mindspore-ci-bot
c9d6dc7339
!5566 update RELEASE
Merge pull request !5566 from mengchunyang/master
5 years ago
mindspore-ci-bot
3c5196152a
!5479 fix reshape and l2norm tflite parser bug
Merge pull request !5479 from lyvette/master
5 years ago
ZPaC
b0b3cd61bf
Fix sparse-slicer leak.
5 years ago
mindspore-ci-bot
4dddee575d
!5551 Fix master ps stuck
Merge pull request !5551 from ZPaC/master-fix-stuck-bug
5 years ago
lyvette
b52cff55d1
clean
modify log
5 years ago
mindspore-ci-bot
aa20f1c4bf
!5558 thor optimizer training parameters for GPU
Merge pull request !5558 from wangmin0104/master
5 years ago
meng_chunyang
e3de40e89c
update RELEASE
5 years ago
lihongkang
ac53cf8e9a
Add implicit conversion description for some ops
5 years ago
yoonlee666
ff4e02a09d
bert script bugfix
5 years ago
mindspore-ci-bot
f3bc9b2f79
!5563 Fix C++ coding standard problem
Merge pull request !5563 from yeyunpeng2020/master
5 years ago
mindspore-ci-bot
591fc85930
!5564 clean static check error
Merge pull request !5564 from cjh9368/fix_static_error
5 years ago
mindspore-ci-bot
1b406148dd
!5517 gpu kernel_info_setter code review
Merge pull request !5517 from limingqi107/master
5 years ago
yeyunpeng
2f1d04dd10
fix static check problem
5 years ago
mindspore-ci-bot
572c8fa22f
!5202 [MS][LITE][Develop]fp16 pooling optimize
Merge pull request !5202 from ling/sr
5 years ago
mindspore-ci-bot
25d5423640
!5513 add aware quant converter
Merge pull request !5513 from cjh9368/aware_quant
5 years ago
cjh9368
5cf0c67b26
fix bug
5 years ago
mindspore-ci-bot
577beb21ec
!5552 supplement softmax UnPackAttr
Merge pull request !5552 from lyvette/lite
5 years ago
mindspore-ci-bot
29b9e11bda
!5547 update README for mindspore lite
Merge pull request !5547 from mengchunyang/master
5 years ago
mindspore-ci-bot
6e452d829d
!5496 Change the argument type of CSV state function from char to int
Merge pull request !5496 from jiangzhiwen/bug/csv_char_to_int
5 years ago
mindspore-ci-bot
913e170f49
!5556 [MS][LITE][Develop] fix bug of arm cpu int8 op: pooling memory leak
Merge pull request !5556 from yangruoqi713/lite
5 years ago
mindspore-ci-bot
2d9394e2f6
!5554 Delete some comments
Merge pull request !5554 from zhanyuan/master
5 years ago
wangmin
9748a3d2ee
train paramters for GPU
5 years ago
mindspore-ci-bot
e68761ace9
!5522 prelu biasadd support fp16 in opencl
Merge pull request !5522 from liuzhongkai/fp16
5 years ago