- 24 6月, 2019 1 次提交
-
-
由 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 13 次提交
-
-
由 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
-
由 guru4elephant 提交于
* add more print function for timeout issue, make timeout value larger
-
由 hutuxian 提交于
* fix relative import error in python3 * fix debug string info
-
- 20 6月, 2019 8 次提交
-
-
由 wopeizl 提交于
-
由 Shuai Yuan 提交于
* [DOC] Fix comment code of API create_py_reader_by_data. test=develop, test=document_preview * Fix code style of API comment. test=develop,test=document_preview Fix code style of API comment. test=develop,test=document_preview * update api spec of api create_py_reader_by_data * remove default config code. test=develop * remove useless code. test=develop * update create_py_reader_by_data api. test=develop
-
由 Zeng Jinle 提交于
* fix_create_lod_tensor, test=develop * remove program_guard import,test=develop * fix windows numpy default int32 error, test=develop
-
由 Hongyu Liu 提交于
* fix slice op bug; test=develop * fix variabel test bug; test=develop * remove slice while true; test=develop
-
由 Jiabin Yang 提交于
* test=develop, fix test_imperative_transformer and ocr * test=develop, remove ocr recovery part
-
由 lijianshe02 提交于
* fix paddle.fluid.layers.io.open_files api doc bug test=develop
-
由 Wojciech Uss 提交于
* Enable MKL-DNN for slim FP32 vs. INT8 tests test=develop * added test for MobileNetV1 with MKL-DNN test=develop
-
由 bingyanghuang 提交于
* QAT doc first version * follow the comments, test=develop * update the benchmark, test=develop * Change to channel-wise, test=develop
-
- 19 6月, 2019 9 次提交
-
-
由 chengduo 提交于
* add multi process reader test=develop
-
由 wangchaochaohu 提交于
* API.spec test=develop * update * update test=develop * update test=develop * update * update test=develop * update test=develop * update test=develop * update test=develop * update test=develop * test=develop * update * update test=develop * update test=develop * fix test=develop
-
由 Qiao Longfei 提交于
-
由 翟飞跃 提交于
* fix spelling errors; test=develop * Update API.spec update md5 * Update API.spec * change the order of api;test=develop
-
由 zhoukunsheng 提交于
Fix doc example for greater_equal, greater_than, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag (#18167) * test=develop fix greater_than, greater_equal, less_equal, not_equal, rank, reduce_all, reduce_any, sign, where, diag doc example * test=develop fix API.spec conflict
-
由 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
-
由 Huihuang Zheng 提交于
The fixed APIs: 6 Methods in paddle.fluid.io.PyReader paddle.fluid.layers.Preprocessor paddle.fluid.layers.py_reader paddle.fluid.io.save_params paddle.fluid.io.save_persistables test=develop test=document_preview
-
由 翟飞跃 提交于
-
由 lvmengsi 提交于
* update some op doc, test=develop
-
- 18 6月, 2019 3 次提交
-
-
由 翟飞跃 提交于
-
由 bingyanghuang 提交于
-
由 chengduo 提交于
* remove nccl dep when the number of GPU is 1 test=develop
-