- 03 9月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* support load infer model format state dict * add unittests * remove keep name table * recolve circle inport * fix compatible problem * recover unittest * polish doc and comment
-
- 02 9月, 2020 3 次提交
-
-
由 liym27 提交于
Raise RuntimeError if run the callable object decorated by '@paddle.jit.to_static' not in dynamic mode. (#26750)
-
由 liym27 提交于
-
由 Yang Zhang 提交于
-
- 01 9月, 2020 2 次提交
-
-
由 liym27 提交于
[Dy2Stat-debugging] Fix bug: Returns True if the verbosity level set by the user is greater than or equal to the log level (#26858)
-
由 MRXLT 提交于
* update doc * update doc * fix optimizer sample code * add default value for adamw weight_decay * fix adamw * change LearningRateDecay to _LRScheduler * fix adamw;notest * fix load;notest * remove file * bug fix * fix code style * bug fix * add ut * adamw support weight_decay=0 * fix ut * fix set_lr doc * fix doc * change parameters place
-
- 31 8月, 2020 3 次提交
-
-
由 Chen Weihang 提交于
* remove backend argument of init_parallel_env * remove keep name table in transformer * add cpu version check * add skip unittest for init_parallel_env * polish doc: remove func use & update example
-
由 Aurelius84 提交于
-
由 Aurelius84 提交于
* Fix Python Version compatibility * add import six
-
- 28 8月, 2020 4 次提交
-
-
由 Zhen Wang 提交于
Use `Tensor` instead of `Variable` in the doc of paddle.grad.
-
由 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
-
由 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.
-
由 Zhen Wang 提交于
* update the demo code and the doc of varbase.backward. * update the doc of the fake interface `paddle.fluid.Variable`. * remove BackwardStrategy.
-
- 27 8月, 2020 2 次提交
-
-
由 Aurelius84 提交于
* add InputSpec * add unittest for tensorSpec and SimpleNet
-
由 wanghuancoder 提交于
* API2.0 del old api(BilinearTensorProduct) from nn init.py, test=develop * add import for deprecated, test=develop * modify deprecated location, test=develop * fix english doc, test=develop * Update __init__.py * Update __init__.py * Update common.py * fix english doc, test=develop Co-authored-by: NChen Weihang <chenweihang@baidu.com>
-
- 26 8月, 2020 1 次提交
-
-
由 Aurelius84 提交于
-
- 25 8月, 2020 1 次提交
-
-
由 Huihuang Zheng 提交于
As the title.
-
- 24 8月, 2020 4 次提交
-
-
由 ceci3 提交于
* fix syncbn, test=develop * fix test,test=develop * fix unittest,test=develop
-
由 yaoxuefeng 提交于
-
由 wanghuancoder 提交于
-
由 ShenLiang 提交于
* add div, floor_div, remainder
-
- 22 8月, 2020 1 次提交
-
-
由 Zhen Wang 提交于
* update the demo codes of paddle.grad.
-
- 21 8月, 2020 4 次提交
-
-
由 Chen Weihang 提交于
* refine load model by extra_var_info * polish unittest for coverage
-
由 Yang Zhang 提交于
test=document_fix
-
由 Zhou Wei 提交于
* binding tensor method * binding tensor method * binding tensor method * Binding methods for class Tensor and Variable
-
由 Huihuang Zheng 提交于
As the title
-
- 20 8月, 2020 1 次提交
-
-
由 Chen Weihang 提交于
* enhance add parameter check for layer * add unittest for coverage * remove uninit test case * enrich unittest ccase * trigger ci check
-
- 19 8月, 2020 4 次提交
-
-
由 Chen Weihang 提交于
-
由 liym27 提交于
-
由 ceci3 提交于
* add SyncBatchNorm,test=develop
-
由 liym27 提交于
-
- 18 8月, 2020 2 次提交
-
-
由 Sylwester Fraczek 提交于
-
由 ShenLiang 提交于
* add set/get default dtype
-
- 16 8月, 2020 2 次提交
-
-
由 LielinJiang 提交于
* add children and named_children
-
由 wangchaochaohu 提交于
-
- 15 8月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
* expose and unify the Tensor concepts to the user * expose tensor to user * add copy place for Tensor * add copy place for Tensor * add note * add macro PADDLE_WITH_CUDA * remove RUN_TYPE=DIST * fix some error
-
- 14 8月, 2020 1 次提交
-
-
由 Yang Zhang 提交于
* Upgrade `no_grad` decorator test=develop - match torch decorator usage (i.e., with parenthesis) - handle generator functions - add `paddle.no_grad` alias * Switch from `functools` to `decorator` preserves signature * Reword decorator usage note
-
- 13 8月, 2020 2 次提交
-
-
由 Leo Chen 提交于
* add auto_cast, test=develop * add loss scaler, test=develop * add comments, test=develop * refine code, test=develop * refine code, test=develop * do not set flags automatically, test=develop * fix custom op bug, test=develop * add more test, test=develop * refine enable logic, test=develop * enable amp test with GPU, test=develop * add unittest * add test for found_inf * follow comments * follow comments * remove global variable, use singleton * add some notes * update comments * update comments * update comments * add use_dynamic_loss_scaling argument * refine found_inf * refine found_inf
-
由 Chen Weihang 提交于
* fix loaded var suffix repeat error * use new dygraph name for loaded param
-
- 12 8月, 2020 1 次提交
-
-
由 liym27 提交于
[Dy2Stat] Removes temporary files created during the transformation of dygraph to static graph. (#26150)
-