- 24 8月, 2020 16 次提交
-
-
由 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>
-
由 Guanghua Yu 提交于
-
由 wanghuancoder 提交于
-
由 yaoxuefeng 提交于
-
由 Bai Yifan 提交于
-
由 Zhong Hui 提交于
change to use bce_loss op, add numel check for bce_loss.
-
由 ShenLiang 提交于
* add div, floor_div, remainder
-
由 Kaipeng Deng 提交于
* fix resource warning. test=develop
-
由 Li Fuchen 提交于
-
由 石晓伟 提交于
-
由 qingqing01 提交于
-
由 hong19860320 提交于
-
由 Jack Zhou 提交于
add the isnan, isfinite, isinf api for the paddle 2.0
-
由 yaoxuefeng 提交于
-
由 Zhou Wei 提交于
-
- 23 8月, 2020 12 次提交
-
-
由 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 提交于
-
由 Wojciech Uss 提交于
-
由 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 提交于
-
由 YUNSHEN XIE 提交于
-
- 22 8月, 2020 12 次提交
-
-
由 wawltor 提交于
* add the new api and op for the argmax, argmin
-
由 LielinJiang 提交于
* update conv_transpose api
-
由 Zhen Wang 提交于
* update the demo codes of paddle.grad.
-
由 hong19860320 提交于
-
由 ShenLiang 提交于
* add static data
-
由 zhupengyang 提交于
-
由 liuyuhui 提交于
* solve the initial configuration about fleet and rolemaker Co-authored-by: NseiriosPlus <tangwei12@baidu.com>
-
由 lilong12 提交于
-
由 WangXi 提交于
-
由 WangXi 提交于
-
由 Zhong Hui 提交于
* add binary cross entropy with logit loss
-
由 LutaoChu 提交于
add paddle.tensor.linalg.diag API, diag_v2 OP and CUDA kernel.
-