- 31 8月, 2020 9 次提交
-
-
由 Pei Yang 提交于
* support trt dynamic shape int8 * add unittest * add support for sigmoid; adapt to trt6+ api
-
由 Aurelius84 提交于
* Fix Python Version compatibility * add import six
-
由 Zhong Hui 提交于
fix doc, use to_tensor for the loss ops
-
由 wawltor 提交于
update the doc for the some ops, ceil asin, atan
-
由 yaoxuefeng 提交于
-
由 qingqing01 提交于
* Move hapi form paddle/incubate to paddle * Remove vision/datasets/utils.py and clean code * Add sample code for conll05 * Print pull path when saving model * Fix sample code after paramter_list of SGD is changed to parameters * Fix bug in wmt16 datase
-
由 Yang Zhang 提交于
-
由 pangyoki 提交于
* set default dtype for distribution API * Add unittest * Add unittest * fix import get_default_dtype problem * delete change under fluid.layers.nn * little change
-
由 zhupengyang 提交于
-
- 30 8月, 2020 2 次提交
- 29 8月, 2020 5 次提交
-
-
由 Dong Daxiang 提交于
* fix api document
-
由 ruri 提交于
-
由 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
-
由 Adam 提交于
-
- 28 8月, 2020 24 次提交
-
-
由 lilong12 提交于
* add deprecated, test=develop
-
由 ceci3 提交于
* add cnvert,test=develop
-
由 Wilber 提交于
* refine paddle inference api Co-authored-by: Nnhzlx <nhzlx.dragon@gmail.com>
-
由 LielinJiang 提交于
* fix bug
-
由 iducn 提交于
-
由 LiuChiachi 提交于
* fix sample code for hapi.model.save, test=document_fix * test=document_fix * update usage of 2.0 API, test=document_fix * fix bugs, return dygraph back to users while using model.save in dygraph * fix code style
-
由 Wojciech Uss 提交于
* decouple weights and bias from fc primitive in cache * removed reduntant update of pointers
-
由 Zhen Wang 提交于
Use `Tensor` instead of `Variable` in the doc of paddle.grad.
-
由 Zhou Wei 提交于
* add set_default_type for tensor * fix doc * fix doc
-
由 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 -
由 Chen Weihang 提交于
* add dygraph parallel run interface * polish implement & unified env property name * add print config arg * refactor init_parallel_env function * Compatible with multiprocessing and launch modes * set default trainer start port * support run in python 2 * polish python2 support code * remove python2 support * refine launch import * polish dome design details * refactor api implemention & path * use new method _set_expected_place * add spawn unittest framework & mnist test * add more unittests & doc * fix unittest failed * polish english doc * self review and polish details * refactor code by reviewer's comments * fix unittest failed * fix parallel_env unittest * fix several typos * fix error introduced when fixing typos * add unpublic note for start_processes * polish details by xiaoguang's comment * verify correctly when spawn nprocs=-1 * refactor spawn & init_parallel_env design * polish doc details * open spawn unittests * try to fix doc compile error * try to fix unknown doc format error * add skip unittest when not gpu
-
由 gongweibao 提交于
-
由 Zhou Wei 提交于
-
由 zhupengyang 提交于
-
由 liym27 提交于
* [Dy2Stat] Add debugging and logging mechanism for dygraph to static. * Remove TransformerError temporarily. * import mock in PY2, from unittest import mock in PY3. test=develop * Expose interfaces set_code_level and set_verbosity in paddle.jit, fix doc of the two interface. * polish doc of set_verbosity and set_code_level.
-
由 Pei Yang 提交于
-
由 Zhou Wei 提交于
* support 2.0 lr_scheduler for 2.0 optimizer * fix unittest * fix doc * fix unittest * fix sample code, fix unittest
-
由 ShenLiang 提交于
* fix remainder, floordiv
-
由 zhangchunle 提交于
-
由 LutaoChu 提交于
For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input (#26747) For normalize op, remove special treatment of one-dimensional input, add check for one-dimensional input
-
由 LutaoChu 提交于
add parameters check in static mode for diag op
-
由 hong19860320 提交于
-
由 lilong12 提交于
-
由 wangchaochaohu 提交于
-