- 10 8月, 2020 2 次提交
-
-
由 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 4 次提交
-
-
由 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 提交于
-
由 Dong Daxiang 提交于
* split meta optimizer files * add graph execution in execution, update two properties in DistributedStrategy, unit tests for these features
-
- 01 8月, 2020 1 次提交
-
-
由 Yi Liu 提交于
* add localsgd meta optimizer
-
- 31 7月, 2020 3 次提交
-
-
由 lilong12 提交于
* add pipeline optimizer
-
由 ShenLiang 提交于
* fix inverse bug, test=develop * fix the untest, test=develop * add singular checking, test=develop * fix the utest, test=develop * use memory::copy, test=develop * fix bost_get, test=develop * fix position, test=develop
-
由 lilong12 提交于
* hidden the explicit setting of dataset for pipeline training.
-
- 30 7月, 2020 7 次提交
-
-
由 wawltor 提交于
Update the code for the compare_ops, update the api and doc
-
由 wangchaochaohu 提交于
-
由 lilong12 提交于
* fix test_pipeline, test=develop
-
由 mapingshuo 提交于
* add gradient Merge optimizer to meta, test=develop
-
由 tangwei12 提交于
Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) * Integrated Trainer of Parameter Server
-
由 liym27 提交于
-
由 liym27 提交于
[Dy2Stat-ErrorMessage] Add interface:create_origin_info_map and attach_origin_info for AST node (#25627) * Add interface:create_origin_info_map and attach_origin_info for AST node. test=develop * Fix code according to comments from reviewers. test=develop
-