lidanqing
5fd68ac154
some fixes for int8 mobilenet_ssd tester ( #18112 )
...
* some fixes for int8 mobilenet_ssd tester
test=develop
* change wrong data file name
test=develop
* change test images bin file from 200 images to 100 images
* change directory existence to file existence during downloading
test=develop
* reuse download_data
test=develop
* run full dataset when iterations=0
test=develop
6 years ago
Jacek Czaja
c2efdfd5bc
[MKL-DNN] Extending reusing to Elementwise_add_mkldnn op ( #18146 )
...
* - Reusing of reuder used in elementwise_add_mkldnn
- Added MKL-DNN sum prim reusing
test=develop
- Compilation fixes
test=develop
- Yet another compilation fix
test=develop
- Yet another compilation fix
test=develo
- Yet another linking fix
test=develop
- Final compilation fix
test=develop
- lint fixes
test=develop
- Lint fixes
test=develop
* - Fixes after review
test=develop
6 years ago
qingqing01
9047ac687e
Simplify multi_box_head API in detection.py and remove assign op. ( #18310 )
...
* Simplify multi_box_head API in detection.py and remove assign op.
6 years ago
hutuxian
e42057cd1a
add ut for pipeline training ( #18289 )
6 years ago
Zeng Jinle
5826b72e06
Refine CUDAPlace error message. ( #18343 )
...
* refine cuda place error msg, test=develop
* use LOG(ERROR)+exit(-1), test=develop
6 years ago
Tao Luo
3c9755bbb9
remove unused jemalloc option ( #18314 )
...
test=develop
6 years ago
Jiabin Yang
bd61d89925
test=develop, recover ocr ut on dygraph ( #18166 )
6 years ago
Yibing Liu
23941e43ec
Update lamb optimizer ( #18333 )
...
* Update lamb optimizer
test=develop, test=document_preview
* Regenerate api spec
test=develop, test=document_preview
6 years ago
chengduo
135a59ed45
update reduce config ( #18334 )
...
test=develop
6 years ago
whs
1bdfd2eb85
Fix checkpoint of Light-NAS ( #18330 )
...
Socket can't be pickled.
test=develop
6 years ago
Jiabin Yang
79bcdbbf1a
test=develop, disable basic gru related ut ( #18329 )
6 years ago
tensor-tang
81ec538279
fix softrelu doc ( #18324 )
...
* fix softrelu doc
test=develop
* update API doc
test=develop
6 years ago
Jiabin Yang
831a3e62ca
Add install check for multigpu ( #18323 )
...
* test=develop, add_install_check_for_multigpu
* test=develop, refine code to use cuda_devices
6 years ago
Zeng Jinle
f88e07a0d3
fix lod_tensor.py grammar error, test=develop ( #18308 )
6 years ago
Hongyu Liu
df2eee71d8
Sequence mask support tensor ( #18249 )
...
* 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
6 years ago
Jiabin Yang
9cb799be50
test=develop, Revert "Add multi gpu install check" ( #18313 )
...
* Revert "Add multi gpu install check (#18229 )"
This reverts commit 61ed06b29a
.
* test=develop, start ci
6 years ago
Qiao Longfei
0e08e91c18
optimize communicator merge sparse gradient test=develop ( #18159 )
...
* optimize communicator merge sparse gradient test=develop
* revert multithread selected rows merge add test=develop
* follow comment test=develop
6 years ago
Jie Fang
172c2facef
init black/white lists ( #17847 )
...
test=develop
6 years ago
chengduo
e06c69c788
Fix default value of fluid.memory_optimize ( #18295 )
...
* fix default value of fluid.memory_optimize
test=develop
* fix api.spec
test=develop
6 years ago
Zhaolong Xing
6978b2e48e
fix split and sampled softmax ( #18280 )
...
test=develop
6 years ago
Yibing Liu
f57ee3693b
Fix the bug of sequence_unpad op ( #18290 )
...
* Use TensorCopySync for sequence_unpad op
test=develop
* Fix the tensor memory alloc bug
test=develop
6 years ago
hutuxian
6ed73830c2
add api desc for pipeline training ( #18293 )
6 years ago
chengduo
5489216eba
Clean build strategy ( #18148 )
...
* clean build_strategy
test=develop
* DataBalanceOpHandle has been removed
test=develop
* debug
* update build_strategy.
test=develop
6 years ago
chengduo
14e1e165df
update alloc_continuous_space_for_grad_pass ( #18287 )
...
test=develop
6 years ago
lujun
7e61baaa94
add Dygraph api to api.spec ( #18235 )
...
add Dygraph api to api.spec
6 years ago
liuwei1031
a736c03b10
improve doc of lstm, sequence_enumerate, softmax_with_cross_entropy, space_to_depth APIs ( #18261 )
...
* improve doc of lstm, sequence_enumerate, softmax_with_cross_entropy, space_to_depth APIs, test=develop
* update API.spec, test=develop
6 years ago
chengduo
d54e13bbec
add random seed for recurrent op test ( #18274 )
...
test=develop
6 years ago
liuwei1031
4151d90c16
improve the hint message of memory optimize, test=develop ( #18260 )
6 years ago
guru4elephant
ff399fd720
fix paddle cloud role maker bug ( #18269 )
...
* fix paddle cloud role maker bug
6 years ago
Yibing Liu
412951d7d2
Fix ema's example & fp16 update ( #18273 )
...
test=develop, test=document_preview
6 years ago
flame
fdf798f95a
fix double buffer example ( #18169 )
...
test=develop
test=document_preview
6 years ago
Bai Yifan
23b8b18e56
fix api doc example, test=develop ( #18266 )
6 years ago
pkpk
cd9d57f5e0
fix a bug in examples of metrics.Acc
6 years ago
tensor-tang
68da8b2a01
refine core cmake warning and print more info ( #18248 )
...
* refine core cmake warning and print more info
test=develop
* fix comments
test=develop
6 years ago
zhaoyuchen2018
32c95f1752
Add StaticRNN.output code example ( #18251 )
...
refine StaticRNN api doc
test=develop
test=document_preview
6 years ago
xiaoting
2f0d68261c
fix yolo_box example,test=develop ( #18247 )
6 years ago
songhao
6b3d96254d
fix some bug when merge sparse embedding parameters, test=develop ( #18223 )
...
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.
6 years ago
jiaqi
3f8031e256
dataset ( #17973 )
...
(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
6 years ago
liuwei1031
5d54ed4a84
improve the doc of DataFeeder and default_main_program ( #18241 )
...
* improve the doc of DataFeeder and default_main_program
* update API.spec, test=develop
6 years ago
AIFollowers
4f3acb392f
fix BilinearInitializer doc ( #18242 )
6 years ago
songhao
432fda51aa
fix bug in Class MultiSlotDataGenerator's function _gen_str, test=develop ( #18222 )
6 years ago
Jiabin Yang
61ed06b29a
Add multi gpu install check ( #18229 )
...
* 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
6 years ago
xiaoting
b58bb80248
set src_idx > 0 for bilinear_interp_op ( #18238 )
...
* set src_idx > 0, test=develop
* add unittest and cu, test=develop
6 years ago
wopeizl
daa32d5383
fix package generation for inference test=develop ( #18220 )
6 years ago
guru4elephant
7d76e34ec2
add more print function for timeout issue, make timeout value larger ( #18219 )
...
* add more print function for timeout issue, make timeout value larger
6 years ago
hutuxian
cf15c3ff1e
fix errors in python3 ( #18239 )
...
* fix relative import error in python3
* fix debug string info
6 years ago
wopeizl
222c9fe57e
fix doc for LarsMomentumOptimizer test=develop ( #18208 )
6 years ago
Shuai Yuan
9a32dad811
[DOC] Fix comment code of API create_py_reader_by_data ( #18193 )
...
* [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
6 years ago
Zeng Jinle
ec970f1270
Fix create_lod_tensor ( #18196 )
...
* fix_create_lod_tensor, test=develop
* remove program_guard import,test=develop
* fix windows numpy default int32 error, test=develop
6 years ago
Hongyu Liu
cefd0fb598
Fix slice op shape=-1 bug ( #18107 )
...
* fix slice op bug; test=develop
* fix variabel test bug; test=develop
* remove slice while true; test=develop
6 years ago