- 25 4月, 2021 24 次提交
-
-
由 liym27 提交于
-
由 Baibaifan 提交于
-
由 Pei Yang 提交于
* add trt runtime version check * use different wrap, and change to major version check
-
由 Pei Yang 提交于
-
由 Zhang Ting 提交于
-
由 WeiXin 提交于
* support save/load binary format tensor * Fix error when create cudaplace * Fix error when create cudaplace * Fix error when create cudaplace * get devive context from pool. * move define of 'SerializeToStream' and 'DeserializeFromStream' to 'lod_tensor.cc' and 'selected_rows.cc'. * support complex object * improve coverage. * improve coverage * improve coverage. * fix a bug. * polish API * save/load program * paddle.save/load: layer * deal with conflict * if PY2, block test_paddle_save_load.TestSaveLoadLayer * polish code. * polish code * edit unnittest * The condition for object to be identified as state_dict becomes strict * use 'core._cuda_synchronize'
-
由 Leo Chen 提交于
-
由 Wenyu 提交于
* add Hub Module for easy to use pre-trained models. * support list, load, help fucntions. * support load models by github, gitee, local Co-authored-by: NLielinJiang <jianglielin@baidu.com>
-
由 Wilber 提交于
-
由 pangyoki 提交于
-
由 zhiboniu 提交于
-
由 Qi Li 提交于
-
由 minghaoBD 提交于
-
由 ShenLiang 提交于
* add pipeline layer
-
由 lilong12 提交于
* update
-
由 wawltor 提交于
* fix bug: when x.dim < y.dim, the result of compare_op is inverse to expected result * support the cuda for fix the compare broadcast bug
-
由 Shang Zhizhou 提交于
* fix tc trt shape * fix fc dynamic shape * add fc shape assert * update
-
由 pangyoki 提交于
* let paddle.utils.install_check support CPU package with GPU device * use use_cuda in dygraph checking * add unittest for install_check
-
由 Leo Chen 提交于
-
由 Chen Weihang 提交于
-
由 Leo Chen 提交于
* use ZerosLike instead of NPUMemsetAsync * fix compile
-
由 Zhang Ting 提交于
-
由 WeiXin 提交于
-
由 denglin-github 提交于
* Add dlnne engine runtime * Fix log * Remove <const_cast> and remove unrelated modify with dlnne, +clang-format * Fix CMakeList format error * Add copyright message * Fix dlnne CMakeList.txt * Add some paddlepaddle_pass to support more networks * Fix some format bug
-
- 24 4月, 2021 5 次提交
-
-
由 Ren Wei (任卫) 提交于
* print the real name for Functions instead of the ArgSpec class function method * some API's name is not __module__ + __name__ so, we disard them temporarily. * update the logging format for console * ommit the top level of paddle package. * these APIs have been removed. test=document_fix * Another Error occerd * print_signatures.py 's stdout is redirect to spec file, so should not print any other info. so sad. * print the error msg to stderr * disable the __init__ magic method * update unittest for sampcd_processor.py update unittest for sampcd_processor.py * PR-CI-APPROVAL 's python interpreter name is not 'python3'. it's a python3.9; it does not have paddle installed yet. 此句在CI流水线竟然不可以用。报python3找不到 此句在CI流水线竟然不可以用。因为环境没有安装paddle * testing only extract api from __all__ paddle module(the top module) does not have __add__ test=document_fix * should import paddle here * update the mechanism of extractiong and executing for the sample-codes test. 更新抽取代码和执行代码的逻辑 优化输出打印 * good code style
-
由 Zhou Wei 提交于
-
由 winter-wang 提交于
-
由 Huihuang Zheng 提交于
Reduce max iter size to fix windows openblas test_yolov3 random failure. Decrease batch size to fix pe related unittest random failure.
-
由 zhiboniu 提交于
-
- 23 4月, 2021 11 次提交
-
-
由 Chen Weihang 提交于
* remove useless ext headers * fix boost header compile failed
-
由 lilong12 提交于
* add c_identity op, test=develop
-
由 YUNSHEN XIE 提交于
* remove ut from parallel_ut_rule caused by timeout * remove timeout ut from parallel_ut_rule file * move convert_model2dot_ernie to TWO_PARALLEL_JOB list
-
由 Aurelius84 提交于
* Refine Constructor logic of ParallelExecutor * refine function name * refine code comment
-
由 Leo Chen 提交于
* refactor_check_finite_and_scale_npu_kernel * fix compile * add alloc_float_status op * add alloc_float_status op * add FloatStatus for check_finite_and_unscale * refine code * remove unneccessary logic * refine for fleet
-
由 ceci3 提交于
-
由 wenbin 提交于
* move semantic checks to op_teller * more ops * more ops * revert block related change * part1 * revert activation * remove if * remove const_cast * reslove conflict * remove const_cast * delete useless var * replace vlog(1) with vlog(3), replace assert with PADDLE_ENFORCE * down to 19 files
-
由 zhiboniu 提交于
-
由 Zhou Wei 提交于
* fix Windows CI MP compile and environment install script * clear Windows CI environment * clear Windows CI environment * clear Windows CI environment
-
由 Baibaifan 提交于
solve hccl communicate conflict (#32447)
-
由 lilong12 提交于
* add c_concat op
-