- 25 8月, 2020 4 次提交
-
-
由 wangchaochaohu 提交于
-
由 whs 提交于
* Enhance affine grid operator: 1. Add cuda kernel 2. Add align corners options test=develop * Move new affine_grid api to functional test=develop * Add CUDA kernel for affine_grid. test=develop * Add more unitest for grid sample API test=develop
-
由 Qi Li 提交于
-
由 whs 提交于
test=develop
-
- 24 8月, 2020 33 次提交
-
-
由 ruri 提交于
-
由 Zhou Wei 提交于
-
由 guofei 提交于
* Refine typo of english document of paddle.prod test=document_fix
-
由 WangXi 提交于
-
由 yukavio 提交于
* fix one_hot example doc test=document_fix * fix some bug
-
由 wanghuancoder 提交于
* api2.0 paddle.nn.Bilinear and paddle.nn.functional.bilinear, test=develop * api2.0 fix code examples, test=develop * modify test_bilinear_api, about place,to_tensor , test=develop * re pass pre-commit, test=develop * Update common.py * fix BilinearTensorProduct ci error, test=develop
-
由 Double_V 提交于
* add pool2d3d API,test=develop * add api unitest,test=develop * fix unittest, test=develop * fix reviews, test=develop * return one element when return indices is true, test=develop * fix low converage; to_variable to to_tensor, test=develop * sort API params, test=develop * fix en doc, merge PR#26108 to here, test=develop * fix en doc, test=develop
-
由 qingqing01 提交于
* Move paddle/incubate/hapi/metrics to paddle/metric * Add Precision, Recall and Auc metric
-
由 joejiong 提交于
As the title. Co-authored-by: Nwujionghao <wujionghao@email.com>
-
由 Zhou Wei 提交于
* Reconstruct all API related to lr scheduler, unify dygraph and static * Reconstruct all API related to lr scheduler, unify dygraph and static * fix doc * fix doc * fix doc of lr_scheduler * fix unittest and english doc * fix english doc * fix confilt * fix doc
-
由 wanghuancoder 提交于
add op_function_generator.exe retry in windows
-
由 石晓伟 提交于
-
由 ceci3 提交于
* fix syncbn, test=develop * fix test,test=develop * fix unittest,test=develop
-
由 Kaipeng Deng 提交于
* fix RandomSampler & BatchSampler. test=develop
-
由 yaoxuefeng 提交于
-
由 cc 提交于
* Add mnist test for post training quantization, test=develop
-
由 whs 提交于
This PR enhance CPU kernel and add new CUDA kernel to make grid_sample support: - align_corners: with bool type. - padding mode: which can be in ['zeros', 'reflect', 'border'] - Interpolation mode: which ca be in ['bilinear', 'nearest'] The old CPU and CUDNN version only support align_corners=true, padding_mode='zeros' and interpolation_mode='bilinear'. The behavior of the new version op in default mode is compatible with the old version.
-
由 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 3 次提交
-
-
由 wangchaochaohu 提交于
-
由 wangchaochaohu 提交于
-
由 whs 提交于
-