- 02 9月, 2020 8 次提交
-
-
由 wanghuancoder 提交于
* optimized transformation form tensor to numpy, test=develop * Modify fetch op handle, from memcpy Sync to memcpy Async, test=develop * modify CUDAPinnedPlace to CPUPlace, test=develop * modify CPUPlace to CUDAPinnedPlace, and set default inplace to false, test=develop * revert fetch_op_handle, add fetch_async_op_handle, test=develop * revert fetch_op_handle, add fetch_async_op_handle, test=develop * fix error msg report, test=develop * fix bug in cpuplace, test=develop * fix bug in unmerge and tensorarray modle, test=develop * fix bug, double copy gpu memory, test=develop * fix chenweihang¡¯s review advice, test=develop
-
由 Thunderbrook 提交于
* fix eigen in push sparse; fix hadoop command test=develop * add log in load_combine_op test=develop
-
由 liym27 提交于
-
由 Zhaolong Xing 提交于
test=develop
-
由 wawltor 提交于
* fix the argmin,argmax op for the paddlepaddle 2.0, add checkPoint for the argmax/argmin
-
由 Yang Zhang 提交于
-
由 LoveAn 提交于
* Show more possible problems with build_and_check in file paddle_build.sh, test=develop * Remove test codes modified in file device.py for build_and_check, test=document_fix * Fix missing blank space in file device.py, test=document_fix * Final process via summary_check_problems function, test=document_fix
-
由 Chengmo 提交于
* fix fluid.embedding
-
- 01 9月, 2020 13 次提交
-
-
由 zlsh80826 提交于
* add stack_op to CMakeLists * add dim=3 support for scale op * add trt stack op, test=develop * remove debug message * add stack plugin serialize * remove slice, scale op, will add later * enhence error message * revise trt ernie test to conver the stack op CI testi, test=develop * add stack op serialization * fix test shape after adding stack op * remove slice op, will add after implementing serialization * roll back to min_graph=5 to avoid using slice op * fix scale op output layer * implement stack op createPlugin * use workspace and move the defination to .cu * move stack plugin creator definition to .cu, test=develop
-
由 Leo Chen 提交于
* add check for bernoulli and register bool for unsqueeze * follow comments
-
由 Bai Yifan 提交于
-
由 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)
-
由 YUNSHEN XIE 提交于
-
由 Zhou Wei 提交于
* add approve check of the CI task on windows * fix style
-
由 Huihuang Zheng 提交于
Fix an English typo in unit test.
-
由 MRXLT 提交于
-
由 Sylwester Fraczek 提交于
* support mnist and resnet dygraph_to_static test * make FLAGS_use_mkldnn a public flag * fix test_get_set_flags * Change name of a function * Rerun CIs commit * Fix oneDNN dygraph training Co-authored-by: NAdam <38704900+grygielski@users.noreply.github.com> Co-authored-by: Ngrygielski <adam.grygielski@gmail.com>
-
由 tangwei12 提交于
* add embedding 2.0 * add embedding support input int32
-
由 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
-
由 iducn 提交于
-
- 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 提交于
-