- 02 9月, 2020 3 次提交
-
-
由 Thunderbrook 提交于
* fix eigen in push sparse; fix hadoop command test=develop * add log in load_combine_op test=develop
-
由 wawltor 提交于
* fix the argmin,argmax op for the paddlepaddle 2.0, add checkPoint for the argmax/argmin
-
由 Chengmo 提交于
* fix fluid.embedding
-
- 01 9月, 2020 2 次提交
- 31 8月, 2020 4 次提交
-
-
由 hong19860320 提交于
-
由 GaoWei8 提交于
* refine cudnn softmax
-
由 wawltor 提交于
update the doc for the some ops, ceil asin, atan
-
由 zhupengyang 提交于
-
- 30 8月, 2020 1 次提交
-
-
由 Chengmo 提交于
* Support Heter Parameter Server
-
- 29 8月, 2020 2 次提交
-
-
由 Jiawei Wang 提交于
* add doc; notest * fix doc; notest * update doc; notest * refine optimizer && adam * refine optimizer; notest * add adam * fix doc * fix doc && add adamw; notest * add error message * bug fix * refine rmsprop && adamax * fix ci * 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 * first commit of adadelta optimizer * fix learning rate * fix adadelta doc and add sgd momentum * remove unused fluid * fix codestyle * Update test_adam_op.py * Update test_adam_op.py * fix SGD in 2 unittests * fix SGD in 2 unittests * fix ci * fix ut Co-authored-by: NMRXLT <xlt2024@gmail.com> Co-authored-by: Nmapingshuo <mps2012@yeah.net>
-
由 LielinJiang 提交于
* fix bug * add version check * fix docs, test=document_fix * fix formula, test=document_fix
-
- 28 8月, 2020 8 次提交
-
-
由 Wojciech Uss 提交于
* decouple weights and bias from fc primitive in cache * removed reduntant update of pointers
-
由 Leo Chen 提交于
* refine manual seed * fix ci problem * fix unittests * fix unittest * set is_init_py=false in manual_seed * fix unittest * fix bernoulli_op * fix(unittest): change random_seed to manual_seed *
🐞 fix(unittest): fix manual_seed * trigger ci * fix test_sentiment * fix test_imperative_save_load * fix test_uniform_random_op * fix test_uniform_random_op * fix test_jit_save_load * merge develop * fix manual_seed * fix manual_seed * use global engine * use shared_ptr * fix double free * fix bug * fix bug * fix bug * fix test bug * fix test bug * fix test bug * fix ci -
由 ShenLiang 提交于
* fix remainder, floordiv
-
由 lilong12 提交于
-
由 wangchaochaohu 提交于
-
由 LutaoChu 提交于
register cumsum Op version for compatible Op upgrades
-
由 Jack Zhou 提交于
add broadcast feature for elementwise logical op
-
由 Yang Zhang 提交于
* Fix clip input check * Fix default min/max value * Allow both max and min to be None * Register op change * Revert OP signature change
-
- 27 8月, 2020 5 次提交
-
-
由 joejiong 提交于
As the title
-
由 myq406450149 提交于
-
由 xiaoting 提交于
* add intepolte_v2 * fix linear interp * polish unittest, test=develop * update code samples to 2.0 API, test=develop * remove warning, test_develop * add name in attrs, test=develop * polish code, test=develop * change Align to align, test=develop * fix unittest in py3,test=develop * fix coverage, test=develop * fix coverage, test=develop * fix for windows ci, test=develop * fix coverage, test=develop
-
由 Zhang Ting 提交于
* update doc, test=document_fix * add attr(dtype) * refine code
-
由 lilong12 提交于
add collective op for cpu using gloo and paddle.distributed.* apis
-
- 26 8月, 2020 2 次提交
-
-
由 joanna.wozna.intel 提交于
-
由 Bai Yifan 提交于
-
- 25 8月, 2020 9 次提交
-
-
由 wawltor 提交于
add the top v2 for the paddlepaddle api 2.0
-
由 whs 提交于
test=develop
-
由 Wilber 提交于
-
由 Zhang Ting 提交于
* add unique_v2 op * remove unique_v2 op * update doc
-
由 whs 提交于
test=develop
-
由 zhupengyang 提交于
-
由 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 4 次提交
-
-
由 ruri 提交于
-
由 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.
-
由 Guanghua Yu 提交于
-
由 yaoxuefeng 提交于
-