- 20 8月, 2020 6 次提交
-
-
由 WuHaobo 提交于
-
由 Chen Weihang 提交于
* enhance add parameter check for layer * add unittest for coverage * remove uninit test case * enrich unittest ccase * trigger ci check
-
由 yukavio 提交于
* add input.py file * write input.py * fix init file * add unit tests * fix dygraph and input shape * Revert "fix dygraph and input shape" This reverts commit 89ad8664. * fixed pylint * fix deprecated * fix old op * fix old op * set check_dygraph=True * Revert "set check_dygraph=True" This reverts commit a8e93e33. * test commit * fix doc and change test file name
-
由 Zhang Ting 提交于
* rename input * add unittest, test=develop * use paddle.data instead of fluid.data, test=develop
-
由 Guanghua Yu 提交于
-
由 Chen Weihang 提交于
-
- 19 8月, 2020 16 次提交
-
-
由 Chen Weihang 提交于
-
由 littletomatodonkey 提交于
* add pad func * add pad * test=develop, add pad op and apis * restore pad2d * test=develop, fix paddl declare * fix pad interface * test=develop, fix pad * test=develop, add all pad api and cos_sim * test=develop, remove padding default value * test=develop, rename var to tensor * test=develop, add more tests * test=develop, rename tovar to totensor * test=develop, fix init * test=develop, add more test * test=develop, add more tests
-
由 lijianshe02 提交于
* reduce the execution time of affine_channel op unittests
-
由 Chengmo 提交于
* support ps-gpu
-
由 Zhong Hui 提交于
* add zero norm, inf norm support for p_norm op * fix the invalid argument check, fix the dtype problem in test case.
-
由 liym27 提交于
* 1.Fix api sum:(1) input->sum; (2)dim->axis; (3)keep_dim->keepdim. * 2. fix bug when len(axis) == len(x.shape).
-
由 liym27 提交于
-
由 Kaipeng Deng 提交于
* add Sampler/SequenceSampler/RandomSampler. test=develop
-
由 ceci3 提交于
* add SyncBatchNorm,test=develop
-
由 liym27 提交于
-
由 GaoWei8 提交于
-
由 Qi Li 提交于
* logsigmoid and LogSigmoid, test=develop * add elu gelu relu, test=develop * update to_variable to to_tensor, test=develop * address review comments, test=develop * address review comments, test=develop * change to_variable to to_tensor in test, test=develop
-
由 wanghuancoder 提交于
* add check if fluid.data() variable no feed data, test=develop * Add testcase for feed check, test=develop
-
由 Wilber 提交于
-
由 cc 提交于
* Conv2d_transpose and mul support channnelwise quantization, test=develop * Skip collecting out threshold for output tensor of which the type is not fp32 or fp64, test=develop * Fix error in test_user_defined_quantization, test=develop * Add depthwise_conv_bn_fuse, test=develop * Add conv_transpose_bn_fuse_pass for post_training_quant, test=develop
-
由 wangchaochaohu 提交于
-
- 18 8月, 2020 10 次提交
-
-
由 Sylwester Fraczek 提交于
-
由 lilong12 提交于
align expand_as op to expand.
-
由 Kaipeng Deng 提交于
-
由 ShenLiang 提交于
* add set/get default dtype
-
由 zhupengyang 提交于
-
由 yaoxuefeng 提交于
-
由 Sylwester Fraczek 提交于
* enable mkldnn layout conversion * review fix: remove tmp_place * fix test mkldnn swish * add UT for PrepareData CPU->MKLDNN * add #ifdef PADDLE_WITH_MKLDNN * Force-push commit Co-authored-by: Ngrygielski <adam.grygielski@gmail.com>
-
由 LutaoChu 提交于
add nn.functional.normalize API for API2.0, fix L1Loss API typo, test=develop
-
由 zhupengyang 提交于
-
由 mapingshuo 提交于
* add feature to fleet2.0 role_maker, distribute_strategy, test=develop
-
- 17 8月, 2020 8 次提交
-
-
由 Dong Daxiang 提交于
* add check approval test=develop
-
由 Yi Liu 提交于
* make fleet_localsgd_meta_optimizer work * fix bug in localsgd meta optimizer
-
由 Qinghe JING 提交于
* set default value to strategy in distributed_optimizer test=develop
-
由 Zhou Wei 提交于
set default python3,fix incompatible,cache dir for third party,unify error code,for windows (#26178) * set default python3 for paddle windows,test=win * set default python3,cache dir for third party,error code,test=win * fix some incompatible * fix some error * set virtual environment,test=win
-
由 Jack Zhou 提交于
* add nll loss API, update demo code of the comment
-
由 wawltor 提交于
* upate the target to label, test=develop * Update the code for the margin_ranking_loss, test=develop
-
由 wawltor 提交于
Update the sigmoid, Sigmoid layer for the api2.0
-
由 Yang Zhang 提交于
* Update `paddle.add` remove `alpha` update doc sample code remove `:alias` etc * Remove `imperative` reference from docstring
-