- 04 9月, 2020 9 次提交
-
-
由 MRXLT 提交于
* update optimizer (#26711) * 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 * fix sample code
-
由 LielinJiang 提交于
* add summary api
-
由 huangjun12 提交于
-
由 yaoxuefeng 提交于
-
由 LielinJiang 提交于
-
由 Leo Chen 提交于
* refine paddle.stack * support TensorArray * add test * fix coverage problem * fix coverage problem * fix sample code
-
由 Guo Sheng 提交于
Fix some code samples in Tranoformer apis. test=develop
-
由 huangjun12 提交于
* fix dropout bug in backward when input is 1d tensor, test=develop * add test case and refine error message, test=develop * refine error message, test=develop
-
由 zhupengyang 提交于
-
- 03 9月, 2020 7 次提交
-
-
由 Zhou Wei 提交于
* set_default_type only take effect on python floats or complex * fix doc
-
由 zhang wenhui 提交于
* fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop * fix norm bug, test=develop
-
由 LiuChiachi 提交于
* replace fluid.optimizer.set_dict with optimizer.set_state_dict * replace fluid.optimizer.set_dict with optimizer.set_state_dict * add coverage rate * Increase coverage rate, fix code style * Increase coverage rate, fix code style * add fit to generate optimizer.state_dict() to save .pdopt to increase coverage rate * delete http.log
-
由 Yang Zhang 提交于
-
由 Zhaolong Xing 提交于
fix pool trt plugin bug test=release/2.0-beta
-
由 石晓伟 提交于
-
由 gongweibao 提交于
-
- 02 9月, 2020 5 次提交
-
-
由 lilong12 提交于
* fix sample codes, test=develop
-
由 Chengmo 提交于
* fix fluid.embedding
-
由 tangwei12 提交于
* add embedding 2.0 * add embedding support input int32
-
由 Yang Zhang 提交于
-
由 Leo Chen 提交于
* add check for bernoulli and register bool for unsqueeze * follow comments
-
- 31 8月, 2020 19 次提交
-
-
由 liym27 提交于
[CI] Change RD for check_op_desc from (liym27, zhhsplendid, Aurelius84, lanxianghit or phlrain) to (cyj1986, Superjomn) (#26828)
-
由 Zhou Wei 提交于
* turn on WITH_INFERENCE_API_TEST * Count the time and packet size on windows * fix conflit * fix conflit * fix conflit * fix date-time funciton
-
由 hong19860320 提交于
-
由 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
-
由 tangwei12 提交于
* add FleetAPI doc Co-authored-by: Nliuyuhui <liuyuhui@baidu.com>
-
由 Aurelius84 提交于
-
由 huangjun12 提交于
rename Dropout2D/3D to Dropout2d/3d
-
由 GaoWei8 提交于
* refine cudnn softmax
-
由 arlesniak 提交于
* get use of global 'use_mkldnn' in layer_helper * update for CI * update for CI, relu test * update for CI, relu test added, make FLAGS_use_mkldnn a public flag * added more strict tests, fixes after review * fixes after review * fixes after review, CI stuff
-
由 swtkiwi 提交于
-
由 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 提交于
-