Thunderbrook
8c25dfaacc
op error info ( #27856 )
...
* op error info
* style
* code format
5 years ago
ShenLiang
6d63cd2b93
add gather_op xpu, test=kunlun ( #27822 )
...
* add gather_op xpu, test=develop, test=kunlun
* fix ut, test=develop, test=kunlun
* fix the ut,test=develop, test=kunlun
5 years ago
Feiyu Chan
1d95a0fbc3
fix error message for nce_op ( #27863 )
5 years ago
guofei
2e1bca99ca
Refine the gradient calculation errors caused by renaming in while_grad ( #27814 )
...
test=develop
5 years ago
wanghuancoder
8fa4c09889
add load_op_xpu for Baidu Kunlun ( #27817 )
...
* add load_op_xpu for Baidu Kunlun, test=kunlun
* add is_compiled_with_xpu for unit test, test=kunlun
* add is_compiled_with_xpu for unit test, test=kunlun
5 years ago
Jacek Czaja
55e63763ec
[oneDNN] adaptive pool support ( #27747 )
5 years ago
Zhang Ting
16999ae49d
use IndexList to improve performance of instance_norm op ( #25132 )
...
* use IndexList to improve performance, test=develop
* remove EIGEN_HAS_INDEX_LIST, test=develop
* use IndexList only when EIGEN_HAS_INDEX_LIST is true
5 years ago
GaoWei8
36bb056ed6
Add flattern weight of lstm ( #27192 )
...
* add flattern weight of lstm
5 years ago
Guanghua Yu
7779790c61
error message optimization in softmax_with_cross_entropy_op ( #27772 )
...
* error message optimization in softmax_with_cross_entropy_op
* fix some unsuited comment
5 years ago
TeslaZhao
070ac9590c
Add double grad in Squeeze and Unsqueeze ( #27810 )
...
* Add double grad in Squeeze and Unsqueeze
* Add double grad in Squeeze and Unsqueeze
5 years ago
Jack Zhou
d4359b0f39
add the kunlun kernel for the paddle 2.0
...
Add xpu kernel for KUNLUN core:
* accuracy op
* sign op
* scale op
* sum op
Add default atol in xpu unittest.
5 years ago
mapingshuo
840d54de9b
add XPU support for shape op and reshape op ( #27804 )
5 years ago
cc
8fabb1c32f
Add test attribute in channelwise_quant op, test=develop ( #27742 )
...
* Add test attribute in channelwise_quant op, test=develop
5 years ago
wangxinxin08
ad99e638fd
add double grad op for matmul ( #27776 )
...
* add matmul doublegrad op
* fix compile errors
* modify code according to review
* delete float16
5 years ago
zhupengyang
0025e0d87b
refine APIs: brelu, hardsigmoid, hardswish, maxout ( #27658 )
5 years ago
zhupengyang
5098891fdf
add softmax xpu kernel ( #27700 )
5 years ago
Double_V
f6ad2375be
fix pool3d bug, test=develop ( #27718 )
...
* fix pool3d bug, test=develop
* fix unitest, test=develop
* fix test and fix pool2d bug, test=develop
5 years ago
Feiyu Chan
0a7bab4e34
fix error mesage for negative_positive_pair_op and nce_op ( #27779 )
5 years ago
zhupengyang
395cb561aa
refine logsumexp error message and docs ( #27713 )
5 years ago
smallv0221
057e28bc8f
API(lstm_unit, lstmp, sequence_mask, sequence_enumerate, sequence_conv) error message enhancement ( #27572 )
...
* API(Compute) error message enhancement on line 44, 50, 53.
* lstm_unit error message enhancement.
lstmp error message enhancement.
sequence_conv error message enhencement.
sequence_enumerate error message enhencement.
sequence_mask error message enhencement.
* Update lstm_unit_op.cc
* Update lstm_unit_op.h
* error msg enhancement.
* Update sequence_conv_op.cc
* Update lstm_unit_op.cc
* Update sequence_conv_op.cc
* Update sequence_enumerate_op.cc
* Update sequence_enumerate_op.cu
* Update sequence_enumerate_op.h
* Update sequence_pool_op.h
* error message enhencement.
* error message enhancement.
5 years ago
Jacek Czaja
606611d351
[oneDNN] GRU BF16 kernel ( #27731 )
5 years ago
xiemoyuan
6c1acf34ed
Optimize the error message for OP ( #27617 )
...
* Optimize the error message for OPs.
* Optimize the error message for OPs in details.
5 years ago
cc
ec7d11a492
refine fused_elemwise_activation error message ( #27734 )
5 years ago
Zhen Wang
365c2c9c89
fix error message showing in UpdateLossScalingOp ( #27596 )
5 years ago
LielinJiang
9089841b6e
Fix bilateral inference shape bug ( #26822 )
...
* fix bilateral bug
5 years ago
Yiqun Liu
65207b4560
Polish the error message of fc, fused_fc_elementwise_layernorm and fused_embedding_seq_pool. ( #27692 )
...
* Polish the error message of fc_op.
* Polish the error message of fused_fc_elementwise_layer_norm op.
* Polish an error message in fused_embedding_seq_pool_op.
5 years ago
Jacek Czaja
b9fda2ff09
Fix to issue #25537 ( #27546 )
...
* - condidate fix to issue #25537
test=develop
* - UT for transpose NHWC
test=develop
5 years ago
Wojciech Uss
966447e338
Added support for quantization of fusion_gru ( #27518 )
5 years ago
hong19860320
7a96d5788d
Optimize the error messages of the CUDA implementation of activation ops ( #27741 )
...
test=develop
5 years ago
tangwei12
fd616fadc2
repen heartbeat ut ( #27684 )
5 years ago
Qi Li
f373269df0
update histogram op for performance optimization, test=develop ( #24912 )
5 years ago
MRXLT
20fb01fb00
fix distributed error info ( #27206 )
...
* fix distributed error info
* bug fix; notest
* error info refine
* update error info
* update error info
* update error info
* bug fix
* bug fix
* bug fix
* bug fix
5 years ago
pangyoki
7cd2c13f1b
add multinomial op ( #27219 )
...
* add multinomial cpu kernel
* fix C++ notype error
* fix windows ci array len error
* let array len be const
* change array to vector
* add cuda kernrl with num_distribution is 1, and not support replacement=False
* add multinomial python api
* support num_distribution different multinomial distributions
* add multinomial python api unittest
* change output dtype to int64
* fix coverage prob
* optimize format
* fix dtype of output error, should be int64_t
5 years ago
Wojciech Uss
42d175385d
Add support for (de/re)quantization with shift ( #27481 )
5 years ago
123malin
cc780b1977
test=develop, optimize geo communicator ( #26857 )
...
* test=develop, optimize geo communicator
5 years ago
yukavio
7b46fb0f14
fix generate_proposals and affine grid error info ( #27636 )
5 years ago
AshburnLee
c3a3df6466
Add cuda support for unique op ( #27646 )
...
* unique op for cuda is added
* add support for cuda
* Add cuda support for unique op.
* Add support for int32_t and int64_t.
* For old version, process by cpu
* Add VisitDataType for thrust
5 years ago
wawltor
29f4922906
optimize the error meesage for detetion_map_op
...
optimize the error meesage for detetion_map_op
5 years ago
whs
daf5aa9b8b
Fix round in grid sample op ( #27657 )
5 years ago
ysh329
2f9cdd9038
API/OP clip_by_norm_op error message enhancement. test=develop ( #27614 )
...
* Fix clip_by_norm_op error message. test=develop
* test=develop
* test=develop
5 years ago
yongqiangma
aac57159c9
enhance array_to_lod_tensor_op lod_tensor_to_array_op errors informaiton ( #27386 )
...
* enhance array_to_lod_tensor_op lod_tensor_to_array_op errors information. test=develop
5 years ago
xiemoyuan
99e3337368
Optimize the error message of OP. ( #27478 )
...
* iCafe 9009: Optimize the error message of OP.
* Optimize the error message of GatherTreeOP.
5 years ago
ShenLiang
e8f873df88
optimize the speed&memory of matmul op ( #27610 )
...
* fix the speed&memory of matmul
* fix the comment
* fix the memory copy
* fix the windows ci
5 years ago
tangwei12
9704582eef
fix op error ( #27599 )
...
* fix error
* fix error
* fix error
* merge develop
5 years ago
yaoxuefeng
c9a8801325
enhance error messages of lookup_tale, merge_ids, data_norm ( #27619 )
...
* enhance error messages of lookup_tale, merge_ids, data_norm
* fix
* fix error msg in .cu
5 years ago
whs
9cc5603d56
Make grid support stopping graients. ( #27630 )
5 years ago
furnace
d01f626944
update mv op according PR#27024 ( #27474 )
5 years ago
Double_V
9d783aeddd
Error message opt, test=develop ( #27467 )
...
* Error message opt, test=develop
* solve comments, test=develop
* fix typo, test=develop
5 years ago
Li Fuchen
1501a80f74
add support to float64 input of warpctc op. ( #27399 )
...
* add float64 input to ctc_loss
* modified error message of warpctc
* update repo and tag of warpctc
* add test for warpctc with float64 input
* modified warpctc.cmake to make sure build always
* resolved sample code bug of warpctc
* add core.ops in warpctc dygraph
* fix a bug of test
5 years ago
QingshuChen
6b727e08b1
support elementwise add, activation, matmul on Baidu Kunlun ( #27143 )
...
* support elementwise add, activation, matmul on Baidu Kunlun
* test=kunlun
* minor
* test=kunlun
* reconstuct the xpu directory
* test=kunlun
* minor
* test=kunlun
* minor
* test=kunlun
* minor
* test=kunlun
* minor
* test=kunlun
* minor
* test=kunlun
5 years ago
Jack Zhou
d37b3774fd
register log double grad kernel for cpu and cuda
...
register log double grad kernel for cpu and cuda
5 years ago
Chengmo
d014e29fc6
fix error message ( #27318 )
...
* fix sgd/momentum/dpsgd/rmsprop error message
5 years ago
Chengmo
0e101c4f6f
Fix test dist fleet heter ctr ( #27513 )
...
* fix test_dist_fleet_heter_ctr & peformance update
5 years ago
Zhong Hui
a85592bcbf
fix cpplint error for the autmic max/min
...
fix cpplint error for the autmic max/min
5 years ago
joanna.wozna.intel
b0ee1405f7
Add conv2d bfloat16 support ( #27325 )
5 years ago
ceci3
8daccc9ea7
Fix batch norm double grad compute ( #27549 )
...
* fix bn double grad, test=develop
* update, test=develop
5 years ago
ShenLiang
6fc74bbaf6
add fp16 for matmul ( #27523 )
...
* add fp16 for matmul
5 years ago
Zhong Hui
fab4e6d08f
add abs support double grad
...
add abs support double grad for the api 2.0
5 years ago
GaoWei8
36ed83d270
Refine PADDLE_ENFORCE ( #27360 )
...
* refine PADDLE_ENFORCE
5 years ago
liym27
effd51b6be
Fix error message in operator/utils.h ( #27532 )
5 years ago
mapingshuo
c83ade6d6b
add AsDuplicable for sync_comm op( #27515 )
5 years ago
ruri
b7319ef518
fix err msg in pixel shuffle op ( #27503 )
5 years ago
Kaipeng Deng
d7f422c984
fix error message in conv/conv_transpose. test=develop ( #27464 )
...
* fix error message in conv/conv_transpose. test=develop
5 years ago
ruri
e1fb77d123
[2.0RC]refine error message in shuffle channel OP ( #27505 )
...
* refine err msg in shuffle channel op
5 years ago
Aurelius84
f91c37e665
Refine error message of MatchMatrix and PyramidHash ( #27484 )
5 years ago
wanghuancoder
df43905f12
use iwyu clean include ( #27267 )
...
* use iwyu clean include, test=develop, test=win
* compilation error, test=develop
* fix compilation error2, test=develop
* fix compilation error3, test=develop
* fix compilation error4, test=develop
* fix compilation error5, test=develop
* fix compilation error6, test=develop
* fix compilation error7, test=develop
* fix compilation error8, test=develop
* fix compilation error8, test=develop
* fix compilation error10, test=develop
* fix compilation error11, test=develop
5 years ago
wangchaochaohu
dc713116e0
refine the error message for bath size like OP ( #27446 )
...
* refine the error message for bath size like
5 years ago
Zhong Hui
4a9d21de49
Add GPU Kernels of Segment Ops, support, sum, max, min, mean
...
Add GPU Kernels of Segment Ops, support, sum, max, min, mean
5 years ago
Shang Zhizhou
c17f9cf25f
[bug fix]:Memory increases after adapting the cudnn version to cudnn8 ( #27436 )
...
* [bug fix]:Memory increases after adapting the cudnn version to 8
* [bug fix]cudnnGetConvolutionForwardAlgorithm not defined
5 years ago
LutaoChu
5508c78744
Fix bug: The calculation result of Diag_v2 Op under large size input is wrong ( #27447 )
...
The calculation result of Diag_v2 Op under large size input is wrong
5 years ago
tangwei12
bc5f0246a8
large scale kv speedup ( #26510 )
...
* rename communicator meet->BatchesCounter
* fix parame recv for sparse
* geo sparse init from pserver
* optimize init from pserver
* add large scale optimizer fuse(SGD/ADAM)
* rectification init_worker and exe.run startup program
5 years ago
Chen Weihang
41b5955538
Polish no onwer ops error message ( #27448 )
...
* polish no onwer op error message
* fix unittest failed
* polish details based reviewer comment
5 years ago
Zhang Ting
906e7f921e
add fuse_bn_act op ( #27230 )
...
* add fused_bn_add_relu op
5 years ago
wangchaochaohu
76fb95fe76
avoid data transform for linspace OP ( #27444 )
5 years ago
123malin
a04524759e
Enhance Op's Error Message ( #27455 )
...
* test=develop, update error message
5 years ago
wangchaochaohu
0a862fd356
refine the precious of linspace Op using half way ( #27452 )
5 years ago
石晓伟
dd4c2d86a5
enhance error messages, test=develop ( #27423 )
5 years ago
Zhong Hui
f4c750d721
Add the cpu version of segment sum mean max min op
...
Add the cpu version of segment sum mean max min op
5 years ago
furnace
13a4c74efd
add mv op(c++, python, unit test) ( #27024 )
5 years ago
LutaoChu
f11a53ee76
Optimize argsort Op performance on GPU
...
* argsort op acceleration on GPU when the input size is equal to the length of the ‘axis’ dimension
5 years ago
ceci3
1d3b27cae8
add double grad compute for batch norm ( #27296 )
...
* add double grad compute for batch norm,test=develop
* fix unittest, test=develop
* remove unuse tensor,test=develop
* add format,test=develop
* update, test=develop
5 years ago
Shang Zhizhou
d93661942e
fix bug sequececonv_eltadd_relu_fuse_pass ( #27404 )
...
* fix bug sequececonv_eltadd_relu_fuse_pass, output error when sequence_conv's padding_start > 0
* fix seqconv_eltadd_relu_fuse_pass unitest error
5 years ago
Leo Chen
aba759ba16
[Feature] Enhance inplace addto strategy for gradient accumulation in static graph ( #27112 )
...
* support use add instead of sum to do gradient accumulation
* add inplace addto pass
* add grad_add op and inplace addto pass
* remove debug code
* code refine
* fix bug when sereral sum ops inserts at same op_idx
* fix Flags type
* add addto attribute for conv3d
* fix ut
* code clean
* fix type
5 years ago
LutaoChu
669efb98de
Fix bug: shapes of Topk outputs are wrong when the parameter k is Tensor
...
Fix bug: shapes of Topk outputs are wrong when the parameter k is Tensor
5 years ago
huangxu96
02606d45ef
Quant op dev ( #25932 )
...
* Finished ChannelWiseQuantDequantAbsMaxOp and Passed unittests.
* Finished channel-wise quantize strategy in imperative quantization.
* Added Cuda code of ChannelWiseQuantDequantMaxAbsOP
Add Cuda code of ChannelWiseQuantDequantMaxAbsOp
* Add quant_axis for channel_wise quant.
* fixed a bug in unnitests, which will not trigger axis = 1 case and cannot meet the coverage rate requirement.
* Added some assert infomation and fixed some coding style mistakes.
5 years ago
MRXLT
f936adbd2d
fix adam ( #27343 )
...
* fix adam
* rmsprop support double
5 years ago
GaoWei8
1a7559718e
fix cudnn dyload ( #27308 )
...
* fix cudnn dyload error
5 years ago
wawltor
b6a4349dd4
fix the error message for the math dir
...
https://github.com/PaddlePaddle/Paddle/pull/27332
5 years ago
HappyAngel
01659a6961
Polish operators error message in average_accumlate OP ( #27268 )
...
* fix op print error info problem. test=develop
* fix build error
* fix format
* fix error msg info
* fix format
5 years ago
furnace
515efe4240
add empty_like op (python, and unit test), use c++ implementation of empty op, ( #27287 )
...
and optimize the c++ implmentation of empty op as PR#26659 reviews,
and add bool for shape op.
5 years ago
Yi Liu
e9a0fbfff2
OP报错信息优化 ( #27301 )
...
paddle/fluid/operators/distributed_ops OP报错信息优化
5 years ago
Jack Zhou
63203c4abc
enhance reduce op which can reduce tensor with arbitrary rank
...
enhance reduce op which can reduce tensor with arbitrary rank
5 years ago
ShenLiang
9ee77b1f41
Fix elementwise_floordiv op ( #27352 )
...
* fix floordiv
5 years ago
Jack Zhou
6e29c2da05
Error description optimize for the math dir
...
Error description optimize for the math dir
5 years ago
Jacek Czaja
4582f697b6
- Fix to concat oneDNN overwritting data ( #27273 )
...
test=develop
5 years ago
ShenLiang
c296618c94
fix error message in broadcast/allreduce/gather ( #27302 )
...
* fix error message
5 years ago
wawltor
4e8582fe5a
update the error message check for the some ops
...
update the error message check for the some ops
5 years ago
wawltor
d003573f90
add the error message check for the some operator
...
add the error message check for the some operator
5 years ago
GaoWei8
ee1ed42c99
change sequence length attribute to input ( #27193 )
...
* replace sequence length attr to input
5 years ago
joanna.wozna.intel
1483ea2304
Add bfloat16 passes ( #26999 )
5 years ago
lilong12
bf461fa524
Improving error report message for sequence_expand op ( #27245 )
...
* improve err report, test=develop
5 years ago
Zhong Hui
bbad3414e8
Enhance the error messages for files in operators/math
...
Enhance the error messages for files in operators/math
5 years ago
Pei Yang
aae41c6fca
refine error message related to paddle-TRT ( #27256 )
5 years ago
Zhen Wang
d708b21074
Update amp_check_finite_and_scale_op and add an updating_loss_scaling op for static graph amp training. ( #26240 )
...
* update amp_check_finite_and_scale_op for static_amp.
* use amp_check_finite_and_scale in static graph amp.
* update grads to zero when grads own infinite values(as for amp_checkout_finite_and_scale op).
* add update_loss_scaling op in cpp.
* add update_loss_scaling_op unit test.
* update the doc of the check_finite_and_unscale op
* Update the process of gradients updating skipping if the gradients have infinite values.
* update the way to zero grads.
* update test_update_loss_scaling_op.py
* add log info when find infinite grads.
* add the unit test for UpdateLossScaling Layer.
5 years ago
Adam
cc3f4b813a
Add int8 GRU kernel ( #27220 )
...
* Add int8 GRU kernel with UTs
* Lint fixes
* More lint fixes
5 years ago
Jack Zhou
9437ce36c4
Error description optimize for math dir
...
Error description optimize for math dir
5 years ago
Zhang Ting
5c1bafbbc6
use eval to improve performance, test=develop ( #25459 )
5 years ago
lidanqing
5c4eed66fd
Fix GRU mkldnn kernel fail on look_table_v2 ( #27198 )
...
* Fix the lookup_table_v2 failed on GRU mkldnn kernel issue
test=develop
* fix according to reviews, removed x_num_col_dims
test=develop
* update gru model. change according to reviews
test=develop
* change according to reviews
test=develop
5 years ago
Chen Weihang
33ff833af2
fix loaded no params layer run error ( #27241 )
5 years ago
Wilber
1b84c0bf43
Lite subgraph refine predictor ( #27167 )
5 years ago
furnace
2e59769612
add empty op (c++, python, unit test) ( #26659 )
5 years ago
lilong12
c5f957ae38
add double grad for tile op and expand_v2 op ( #27114 )
...
* add double grad for tile, test=develop
* add double grad for expand_v2 op, test=develop
5 years ago
lilong12
58a88ba9af
add double grad for expand ( #27183 )
...
* add double grad for expand, test=develop
5 years ago
Qi Li
7c7fbd3218
fix error msg of fused_embedding_fc_lstm_op, test=develop ( #27231 )
5 years ago
Jacek Czaja
e005861598
[oneDNN]Introducing oneDNN 1.6 ( #27137 )
...
* - introducing oneDNN 1.6
test=develop
* - Removed redundant code
test=develop
5 years ago
ShenLiang
5bd84b22c4
revert divide ( #27202 )
5 years ago
wawltor
fde5cfe881
fix the CudaPinMemory bug for the equal op ( #27176 )
...
fix the CudaPinMemory bug for the equal op and add the test case for the equal op
5 years ago
zhupengyang
cc3306f7c8
restruct logsumexp to speed up compiling ( #27191 )
5 years ago
Steffy-zxf
50e60e8779
update error info for selected_rows_functor
...
update error info for selected_rows_functor
5 years ago
JZ-LIANG
5d039f4086
modified the implement of Lars optimizer ( #26733 )
...
add lars to fleet meta optimizer
5 years ago
wangchaochaohu
c71d79b1d2
[cuda11 support] change the CMakeLists to support the cuda11 ( #27124 )
5 years ago
Qinghe JING
43b0445b29
Add double grad in reduce sum ( #27115 )
...
* set default value to strategy in distributed_optimizer test=develop
5 years ago
kinghuin
ed292695c5
optimize the error message for math dir
...
optimize the error message for math dir
5 years ago
yongqiangma
4558d395e9
fix Norm op error ( #26771 )
...
* fix frobenius_norm error, rm p=0 2-axis support. test=develop
5 years ago
LielinJiang
4d7d661249
Fix kl and summary bug ( #27132 )
...
* fix summary rnn
* fix kl_div bug when input shape is [1] and reduction is batchmean
5 years ago
whs
eb01976037
[2.0 API]Add checker in grid_sample_grad op ( #27126 )
5 years ago
wangguanzhong
a28ae86e11
Enhance ops to support LoD as input for dygraph detection models. ( #25316 )
...
* enhance collect_op for dygraph, test=develop
* enhance detection ops with lod, test=develop
* support none bbox left in generate_proposals, test=develop
* unfiy MultiLevelRoisNum, test=develop
* update core.ops, test=develop
* add op register for new input & output, test=develop
5 years ago
LielinJiang
8df5b4d608
Add correlation api to contrib ( #27015 )
...
* add correlation api to contrib
5 years ago
kinghuin
1b102dd552
optimize the error message for unpooling.cc
...
fix the error message for the unpooling.cc
5 years ago
xiaoting
58f3ef982a
fix typo for interp_v2,test=develop ( #26843 )
...
* fix typo for interp_v2,test=develop
* align with torch, test=develop
* add area mode, test=develop
* fix bug, test=develop
* format notes, test=develop
* update for converage, test=develop
* fix bilinear, test=develop
* fix bicubic, test=develop
* fix typo, test=develop
* fix coverage, test=develop
* fix helper.input_dtype, test=develop
* polish notes, test=develop
* polish notes, test=develop
* polish notes, test=develop
5 years ago
wangchaochaohu
5af81f833c
fix gpu kernel for numel Op ( #27085 )
5 years ago
zhupengyang
19ca6d9dd2
add .part to speed up compile ( #27044 )
5 years ago
GaoWei8
4ff16eb201
Add padding cudnn interface ( #26370 )
...
* add lstm cudnn of padding data and refine cudnn codes
5 years ago
wawltor
8857e3911f
add the dynamic dtype check for the argmin/argma
...
update the check for the dtype check for the argmin, argmax
5 years ago
wangchaochaohu
041f4ab842
refine linspace Op for dtype setting( #27071 )
5 years ago
yaoxuefeng
9aa39584fe
fix cuda generator hard-coded offset step ( #27027 )
5 years ago
Jacek Czaja
f6653c71e9
[oneDNN] Fix to conv2d grad with groups ( #27006 )
...
* - Added fix to mobilenet
* - compilation fix
* - Fix to conv2d grad oneDNN with groups
test=develop
5 years ago
Chengmo
a72752263b
support heter-xpu-ps ( #27018 )
...
support heter-xpu-ps
5 years ago
whs
2660ea379d
Fix cuda kernel of affine grid ( #27003 )
...
test=develop
5 years ago
ShenLiang
ff3dc8ac73
fix the remainder ( #26995 )
5 years ago
yaoxuefeng
7f3e6ca596
add cuda generator ( #26786 )
5 years ago
joanna.wozna.intel
95e1434bb2
Add bfloat16 data type ( #25402 )
5 years ago
Yang Zhang
29b844ad5e
Fix clip op attr ( #26924 )
5 years ago
huangjun12
e480168fae
fix dropout bug in backward when input is 1d tensor ( #26837 )
...
* fix dropout bug in backward when input is 1d tensor, test=develop
* add test case and refine error message, test=develop
* refine error message, test=develop
5 years ago
Jacek Czaja
5e874cc333
- Cosmetic fixes to align with PADDLE_ENFORCE guidelines ( #26891 )
...
test=develop
5 years ago
Thunderbrook
5205748481
fix eigen in push sparse; fix hadoop command ( #26872 )
...
* fix eigen in push sparse; fix hadoop command
test=develop
* add log in load_combine_op
test=develop
5 years ago
wawltor
0a29fc85d6
fix the argmin,argmax op for the paddlepaddle 2.0
...
* fix the argmin,argmax op for the paddlepaddle 2.0, add checkPoint for the argmax/argmin
5 years ago
Chengmo
d0962abd20
supplement bug fix of parameter server ( #26217 )
...
* fix fluid.embedding
5 years ago
Leo Chen
60ffc22026
Refine bernoulli and unsqueeze op ( #26842 )
...
* add check for bernoulli and register bool for unsqueeze
* follow comments
5 years ago
tangwei12
ebc5f99789
add embedding 2.0 ( #26649 )
...
* add embedding 2.0
* add embedding support input int32
5 years ago