- 11 8月, 2020 5 次提交
-
-
由 Zhen Wang 提交于
-
由 danleifeng 提交于
-
由 Jacek Czaja 提交于
* - introducing oneDNN 1.6 test=develop * - onednn 1.5 test=develop * - oneDNN 1.5 test=develop * - oneDNN 1.5 bugfix test=develop
-
由 pangyoki 提交于
* Directory migration, test=develop * Change imperative from paddle init to paddle framework, test=develop * Fixed jit bug, test=develop * default static mode, test=develop * fixed format and create parameter belongs to framework, test=develop * Fixed import package, test=develop * fix __init__ format, test=develop * fixed alias problem * fixed paddle.enable_imperative problems, test=develop * Add unittest * delete install_check comment * Fixed unittest timeout * fixed unittest error * move Program default_xx_program to static package * optimize unittest method * fixed framework __init__ format * fixed jit path * delete alias * move jit to paddle * Fixed unittest format * fixed paddle.default_main_program * Fixed save load API in paddle __init__.py * fixed ci paddle.imperative.to_variable
-
由 zhupengyang 提交于
-
- 10 8月, 2020 9 次提交
-
-
由 lilong12 提交于
* add the support for multi-node training
-
由 LutaoChu 提交于
update cumsum api and fix up the cumsum op
-
由 Leo Chen 提交于
* fix prelu for compatibility with saved model of old version * reshape alpha
-
由 Adam 提交于
* Add oneDNN relu6 op * Lint fixes
-
由 gongweibao 提交于
* fix merge3 test=develop
-
由 tangwei12 提交于
* add paddle.fleet.AsyncOptimizer Co-authored-by: Ndongdaxiang <dongdaxiang@baidu.com>
-
由 Chen Weihang 提交于
* add pin memory control * fix buffered reader init problem * fix unittest error * add unittest for coverage
-
由 Chen Weihang 提交于
* add cuda pinned place branch * add unittest * add skip when not gpu
-
由 danleifeng 提交于
* support multi-ps training mode for fleetrun; test=develop
-
- 08 8月, 2020 3 次提交
-
-
由 gongweibao 提交于
-
由 Sylwester Fraczek 提交于
* enable check_dygraph for mkldnn activation tests * TestMKLDNNSwishDim4 float32->self.dtype
-
由 Leo Chen 提交于
* refine unsqueeze, test=develop * update unsqueeze, test=develop * refine unsqueeze, test=develop * refine unsqueeze, test=develop * update * remove None, test=develop * follow comments * support bool * update doc * follow comments * merge develop
-
- 07 8月, 2020 7 次提交
-
-
由 wangchaochaohu 提交于
-
由 liym27 提交于
[Dy2Stat-ErrorMessage]Optimize error value to improve readability when error raised in runtime. (#25970) * don't remove op_callstack * [Dy2Stat-ErrorMessage] Optimize error value to improve readability if error raised in run-time. 1. update op_callstack with original information; 2. simplify error value to improve readability if error raised in run-time. * Fix error in Python3.
-
由 Chen Weihang 提交于
* add limit support for load_dygraph loading jit.save result * simplify unittest * add unittests for coverage * remove encoding limit of loading extra var info
-
由 liym27 提交于
* [Dy2Stat-ErrorMessage]Enhance original error and create new exception. test=develop * Delete redundant code and change func name to create_and_update_origin_info_map. * optimize loop_transformer. * fix bug in print_transformer. * Modify code according to the comments.
-
由 yaoxuefeng 提交于
-
由 123malin 提交于
* test=develop,test=document_fix, remove the out args * fleet_util move to paddle.fleet Co-authored-by: NWuHaobo <wuhaobo1994@gmail.com> Co-authored-by: Ntangwei12 <tangwei12@baidu.com>
-
由 danleifeng 提交于
-
- 06 8月, 2020 3 次提交
-
-
由 yaoxuefeng 提交于
-
由 xujiaqi01 提交于
* move dataset to fleet test=develop * fix test=develop * fix test=develop * fix test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop * test=develop
-
由 Adam 提交于
* Add oneDNN fusion_gru kernel and fix fc+gru pass test=develop * Formatting changes test=develop * Lint fixes test=develop * Add memory::format_tag::any to GRU weights test=develop * Fix build with CUDA * Fix build with CUDA v2
-
- 05 8月, 2020 8 次提交
-
-
由 wawltor 提交于
update the sort api, delete unused ouput index tensor
-
由 WangXi 提交于
Add dgc to fleet meta optimizer, rm dgc from optimizer all
-
由 Dong Daxiang 提交于
* generate context during compile
-
由 Chen Weihang 提交于
-
由 Zhen Wang 提交于
* Add some error messages for the op without double grads. * fix the test_imperative_double_grad UT.
-
由 LielinJiang 提交于
* add apply for Layer
-
由 danleifeng 提交于
* add fleetrun command for distributed running; test=develop
-
由 wawltor 提交于
Update the code for the compare ops for the broadcast function
-
- 04 8月, 2020 2 次提交
-
-
由 Aurelius84 提交于
* fix eval() sync problem * add unittest * modify according reviewer * fix unittest failed
-
由 WuHaobo 提交于
* test=develop,test=document_fix, remove the out args * delete out in inverse
-
- 03 8月, 2020 3 次提交
-
-
由 WuHaobo 提交于
* test=develop,test=document_fix, remove the out args * Revert "test=develop,test=document_fix, remove the out args" This reverts commit f430799b. * test=develop,test=document_fix, remove the out args * remove all the out args * remove all the out args * test=develop, remove all the out args * test=develop, remove all the out args * test=develop, remove out args in matmul testcase * test=develop, fix the bugs of out args testcase in logsumexp * test=develop, fix the bugs of out args testcase in elementwise_add * test=develop, fix the bugs of out args testcase in elementwise_div * test=develop, fix the bugs of out args testcase in activation * test=develop, fix the bugs of out args testcase in addcmul * test=develop, fix the bugs of out args * test=develop, fix the bugs of out args in API example * test=develop, fix the bugs of out args in kron testcase * test=develop, fix the bugs of out args in kron testcase * test=develop, remove out args * test=develop, remove out args * test=develop, fix the coverage * test=develop, polish codestyle * test=develop, Update math.py * test=develop, polish codestyle * test=develop, polish codestyle * test=develop, polish codestyle * test=develop, polish codestyle * test=develop, polish the test_activation_op.py * test=develop, Update math.py * test=develop, fix the failed CI * test=develop, add core.ops * test=develop, add core.ops change clamp to clip * test=develop, add core.ops change clamp to clip * test=develop, write testcase for clamp OP
-
由 WangXi 提交于
-
由 JZ-LIANG 提交于
-