- 26 6月, 2019 5 次提交
-
-
由 Jiabin Yang 提交于
-
由 Yibing Liu 提交于
* Update lamb optimizer test=develop, test=document_preview * Regenerate api spec test=develop, test=document_preview
-
由 chengduo 提交于
test=develop
-
由 whs 提交于
Socket can't be pickled. test=develop
-
由 Jiabin Yang 提交于
-
- 25 6月, 2019 9 次提交
-
-
由 tensor-tang 提交于
* fix softrelu doc test=develop * update API doc test=develop
-
由 Jiabin Yang 提交于
* test=develop, add_install_check_for_multigpu * test=develop, refine code to use cuda_devices
-
由 Zeng Jinle 提交于
-
由 Hongyu Liu 提交于
* sequnce mask support max length tensor input; test=develop * add rnn_impl.py; test=develop * add basic gru lstm unittest; test=develop * fix api spec; test=develop * fix sequence_mask op bug; test=develop test=document_preview * change +-*x to elmentwise_op; test=develop * add mkl flag; test=develop * fix rnn impl bug; test=develop * update api spec; test=develop * fix doc bug; test=develop * fix lstm bugs; test=develop
-
由 Jiabin Yang 提交于
* Revert "Add multi gpu install check (#18229)" This reverts commit 61ed06b2. * test=develop, start ci
-
由 Qiao Longfei 提交于
* optimize communicator merge sparse gradient test=develop * revert multithread selected rows merge add test=develop * follow comment test=develop
-
由 Jie Fang 提交于
test=develop
-
由 chengduo 提交于
* fix default value of fluid.memory_optimize test=develop * fix api.spec test=develop
-
由 Zhaolong Xing 提交于
test=develop
-
- 24 6月, 2019 6 次提交
-
-
由 Yibing Liu 提交于
* Use TensorCopySync for sequence_unpad op test=develop * Fix the tensor memory alloc bug test=develop
-
由 hutuxian 提交于
-
由 chengduo 提交于
* clean build_strategy test=develop * DataBalanceOpHandle has been removed test=develop * debug * update build_strategy. test=develop
-
由 chengduo 提交于
test=develop
-
由 lujun 提交于
add Dygraph api to api.spec
-
由 liuwei1031 提交于
* improve doc of lstm, sequence_enumerate, softmax_with_cross_entropy, space_to_depth APIs, test=develop * update API.spec, test=develop
-
- 23 6月, 2019 4 次提交
-
-
由 chengduo 提交于
test=develop
-
由 liuwei1031 提交于
-
由 guru4elephant 提交于
* fix paddle cloud role maker bug
-
由 Yibing Liu 提交于
test=develop, test=document_preview
-
- 22 6月, 2019 2 次提交
- 21 6月, 2019 14 次提交
-
-
由 pkpk 提交于
-
由 tensor-tang 提交于
* refine core cmake warning and print more info test=develop * fix comments test=develop
-
由 zhaoyuchen2018 提交于
refine StaticRNN api doc test=develop test=document_preview
-
由 xiaoting 提交于
-
由 songhao 提交于
1. fix the bug that out_put_var in SaveSelectedRows would be empty string 2. use merge_sparse_lookup_table to replace sum op for load_persistables_for_inference 3. fix the bug in _clone_var_in_block_ when the var is SELECTED_ROWS.
-
由 jiaqi 提交于
(1) use channel instead of vector/BlockingQueue in Dataset,to keep same with existing implementation, and make code more readable and flexible (dataset single output channel or multi output channel). one previous memory out of limit problem is cause by not release memory after training. (2) add Record because MultiSlotType costs too much memory (80B),fix memory out of limit problem. (3) add Channel, Archive in paddle/fluid/framework (4) change dataset from shared_ptr to unique_ptr in pybind (5) move create/destroy readers from trainer to dataset (6) move shuffle from datafeed to dataset. dataset holds memory, datafeed is only for load data and feed data to network. (7) fix thread num bug of Dataset when filelist size < thread num (8) support set_queue_num in InMemoryDataset
-
由 liuwei1031 提交于
* improve the doc of DataFeeder and default_main_program * update API.spec, test=develop
-
由 AIFollowers 提交于
-
由 songhao 提交于
-
由 Jiabin Yang 提交于
* test=develop, add add_multi_gpu_install_check * test=develop, refine warning doc * test=develop, refine warning doc * test=develop, refine warning doc * test=develop, support multi cpu * test=develop, find right num of cuda device * test=develop, find right num of cuda device * test=develop, fix multigpu processing and fix type bug in dygraph * test=develop, fix multigpu processing and fix type bug in dygraph
-
由 xiaoting 提交于
* set src_idx > 0, test=develop * add unittest and cu, test=develop
-
由 wopeizl 提交于
-
由 guru4elephant 提交于
* add more print function for timeout issue, make timeout value larger
-
由 hutuxian 提交于
* fix relative import error in python3 * fix debug string info
-