- 24 8月, 2020 8 次提交
-
-
由 YUNSHEN XIE 提交于
* find timeout unittests * setting timeout value * fix some error * fix some error * fix some error * fix no newline of end file error
-
由 Guo Sheng 提交于
* Add MultiHeadAttention api. test=develop * Add MultiHeadAttention cache type and gen_cache. test=develop * Add TransformerEncoderLayer and TransformerEncoder. test=develop * Add Transformer decoder apis. test=develop * Add Transformer api. test=develop * add unittests for transformer api * add unittests for transformer api * Fix some bugs in Transformer apis. test=develop * add unittests for encoder, decoder and transformer * clean conflicts infor in code * clean Chinese comments * Add TransformerDecoderCell and TransformerBeamSearchDecoder. test=develop * Remove TransformerDecoderCell and TransformerBeamSearchDecoder temporarily. test=develop * Add import for Transformer apis. test=develop * Update usage of weight_attr and Tensor in Transformer api docs. test=develop * Update Transformer apis by renaming MultiheadAttention and cal_kv according to comments. test=develop * Fix MultiHeadAttention in test_transformer_api.py. test=develop Co-authored-by: NLiuChiaChi <709153940@qq.com>
-
由 yaoxuefeng 提交于
-
由 Zhong Hui 提交于
change to use bce_loss op, add numel check for bce_loss.
-
由 ShenLiang 提交于
* add div, floor_div, remainder
-
由 qingqing01 提交于
-
由 Jack Zhou 提交于
add the isnan, isfinite, isinf api for the paddle 2.0
-
由 yaoxuefeng 提交于
-
- 23 8月, 2020 10 次提交
-
-
由 wangchaochaohu 提交于
-
由 wangchaochaohu 提交于
-
由 whs 提交于
-
由 huangjun12 提交于
* add alpha_dropout in nn.functional and nn.layer, test=develop * refine Interface and assertion, test=develop * fix ci import error, test=develop * fix alias and use layers.scale, test=develop * fix doc and training params, test=develop * refine details in doc, test=develop * fix doc details, test=develop
-
由 zhupengyang 提交于
-
由 MRXLT 提交于
refine Optimizer/Adam/Admax/RMSProp && add Admw * buf fix * update comment * unify arguments place; notest * fix ut, test=develop * bug fix * fix conflicts, test=develop * add examples code * bug fix * fix comments * fix sample code * add sample code for Optimizer * add adamax ut, test=develop * fix rmsprop ut, test=develop * add ut for optimizer.py and adamw.py * remove TestAdamOptimizerBetaVariable * update api && add ut * update doc && fix ut * add ut Co-authored-by: Nmapingshuo <mps2012@yeah.net>
-
由 whs 提交于
-
由 zhupengyang 提交于
-
由 LielinJiang 提交于
* update Conv2d Conv3d conv2d conv3d api
-
由 gongweibao 提交于
-
- 22 8月, 2020 14 次提交
-
-
由 wawltor 提交于
* add the new api and op for the argmax, argmin
-
由 LielinJiang 提交于
* update conv_transpose api
-
由 hong19860320 提交于
-
由 ShenLiang 提交于
* add static data
-
由 liuyuhui 提交于
* solve the initial configuration about fleet and rolemaker Co-authored-by: NseiriosPlus <tangwei12@baidu.com>
-
由 WangXi 提交于
-
由 WangXi 提交于
-
由 Zhong Hui 提交于
* add binary cross entropy with logit loss
-
由 LutaoChu 提交于
add paddle.tensor.linalg.diag API, diag_v2 OP and CUDA kernel.
-
由 zhupengyang 提交于
-
由 ShenLiang 提交于
* add matmul_v2
-
由 huangjun12 提交于
* [API2.0] add dropout, dropout2d and dropout3d, test=develop * refine Interface and assertion after review, test=develop * fix alias p=1 and use scale, test=develop * fix doc and training, test=develop * fix doc in Dropout2D, test=develop
-
由 zhupengyang 提交于
-
由 ShenLiang 提交于
* fix the comment of scatter
-
- 21 8月, 2020 8 次提交
-
-
由 Leo Chen 提交于
* add bernoulli op * fix cuda kernel and add unit test * refine doc * fix uniform
-
由 littletomatodonkey 提交于
-
由 Li Fuchen 提交于
* add functional ctc_loss and CTCLoss class. * modified docstring of ctc_loss and CTCLoss
-
由 ShenLiang 提交于
* add error message
-
由 QingshuChen 提交于
* support Baidu AI Accelerator * test=kunlun * minor * test=kunlun * support xpu op in separate file * test=kunlun * update XPU error message and remove duplicated code * test=kunlun * minor * test=kunlun * minor * test=kunlun
-
由 lilong12 提交于
* fix the example codes, test=develop
-
由 wawltor 提交于
Update the error message for the margin_ranking_loss
-
由 chajchaj 提交于
* add cross_entropy to nn/layer and nn/functional, test=develop * use functional/cross_entropy in layer/CrossEntropy * use functional/cross_entropy in layer/CrossEntropy, test=develop
-