dengkaipeng
577424e5ec
use darknet loss and trick
6 years ago
dengkaipeng
af124dcdf6
fix API error
6 years ago
tink2123
2b89f59055
add attr use_label_smooth test=develop
6 years ago
dengkaipeng
8218e30176
add gtscore. test=develop
6 years ago
dengkaipeng
6c5a5d0789
format code. test=develop
6 years ago
dengkaipeng
bd6deb1a8b
fix API.spec change. test=develop
6 years ago
jerrywgz
7bc8481c62
Merge pull request #15418 from jerrywgz/refine_nms
...
Refine nms
6 years ago
tink2123
e7eb08febe
fix api.spec
...
test=develop
6 years ago
jerrywgz
aaf756272f
remove inplace arg, test=develop
6 years ago
ruri
88bd7e1a61
Merge pull request #15027 from shippingwang/shufflechannel
...
Add Shuffle Channel Operator
6 years ago
jerrywgz
d9b93962b0
test=develop
6 years ago
乔龙飞 Qiao Longfei
c58555067e
Merge pull request #14731 from jacquesqiao/optimize-cpp-reader
...
Optimize cpp reader
6 years ago
Yiqun Liu
3008fa1261
Add the CUDA kernel for beam_search op ( #15020 )
...
* Refine the beam_search op and test.
* A basic CUDA implementation of beam_search for small batch_size.
* Implement CUDA kernel for beam_search_op.
* Use multiple CUDA threads in the same block to select the top beam.
* Update the python api of beam_search op.
* Enable extend function in CPU kernel of beam_search op.
* Unify the CUDA codes.
test=develop
* Unify the CPU kernel of beam_search op.
* Ensure the seletced items of beam_search_op's CPU kernel sorted by scores.
* Update the description of beam_search in API.spec.
* Enable the use of CUDA kernel in beam_search op.
* Exclude the beam_search's CUDA unittest when there is no CUDA gpu, and delete some debuging statements.
test=develop
* Follow comments.
test=develop
* Call the CPU kernel for beam_search op when batch_size > 4.
test=develop
* Remove the except of is_empty op in PrepareData.
test=develop
6 years ago
tink2123
88744e4ab8
fixed some errors
...
test=develop
6 years ago
jerrywgz
6dfd789bfc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_nms
6 years ago
jerrywgz
6928f8318f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_axis_for_boxcoder
6 years ago
jerrywgz
e60c8438fc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_clip_op
6 years ago
乔龙飞 Qiao Longfei
d243e555eb
Merge pull request #15080 from jacquesqiao/optimize-assign
...
Optimize assign
6 years ago
jerrywgz
cc53453057
add comment and refine code, test=develop
6 years ago
qingqing01
07dc5a1506
Add generate_mask_labels_op to support Mask-RCNN and refine some code. ( #15371 )
...
* Add generate_mask_labels_op to support Mask-RCNN.
* Refine sigmoid_cross_entropy to support nomalize mode.
* Fix generator_proposals_label.
* Use DeviceTemporaryAllocator in roi_pool and roi_algin.
* Remove shape check in data_feeder.
6 years ago
jerrywgz
f44b1507f0
revised API spec, test=develop
6 years ago
jerrywgz
b449f8ff2f
revised API spec, test=develop
6 years ago
Qiao Longfei
a71f7ed787
update API.spec test=develop
6 years ago
flame
d60751fb71
add python inference api ( #15248 )
...
add python inference api
6 years ago
Qiao Longfei
9449844c2a
update ctr_reader in API.spec
...
test=develop
6 years ago
Qiao Longfei
45578c1b48
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-cpp-reader
6 years ago
jerrywgz
7d0c5fafa9
add API spec, test=develop
6 years ago
shippingwang
14f2a1060d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into shufflechannel
6 years ago
zhaozhehao
e2ba9668b4
Tree conv op ( #15217 )
...
* refactor tree2col operator with new memory mechanism test=develop
* test=develop
* test=develop
* Modified API according to panyx0718 test=develop
* fix API change according to heavengate test=develop
* Modify API comment test=develop
6 years ago
jerrywgz
10dd3b37ad
add axis for box coder op
6 years ago
乔龙飞 Qiao Longfei
adba4384ec
Merge pull request #15161 from jacquesqiao/gru-add-mode
...
gru add origin mode
6 years ago
jerrywgz
e2044c09e9
test=develop
6 years ago
jerrywgz
481d8bce2f
add box clip op
6 years ago
Qiao Longfei
cd31b90a46
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-cpp-reader
...
test=develop
6 years ago
Xin Pan
24bb6a6aec
expose CompiledProgram
...
test=develop
6 years ago
Qiao Longfei
e641ffe77b
change interface and api spec for dynamic_gru test=develop
6 years ago
Qiao Longfei
e477d789a1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into gru-add-mode
6 years ago
colourful-tree
576c740d5d
Merge pull request #14964 from colourful-tree/data_norm
...
add data norm op
6 years ago
colourful-tree
d5a8909131
Merge pull request #14950 from colourful-tree/develop
...
add teacher student sigmoid loss
6 years ago
Wu Yi
fd85418329
[Feature] support mix precision training for resnet ( #14899 )
...
* clip softmax for fp16
* updates
* fuse xent support fp16 test=develop
* wip
* wip
* add simple row reduce
* wip fp16 accurate softmax
* add accurate softmax kernel for fp16 test=develop
* update test=develop
* fix cpu build test=develop
* update api.spec test=develop
* follow comments test=develop
* fix build test=develop
* fix trt build test=develop
* fix inference build test=develop
* fix merge test=develop
* update test=develop
* try fix build test=develop
* fix build test=develop
* rename real_exp test=develop
* fortest
* remove hacky kernels test=develop
* clean up test=develop
6 years ago
Qiao Longfei
edad60e612
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-cpp-reader
6 years ago
Qiao Longfei
4ecb9c93f0
update API.spec
...
test=develop
6 years ago
Zeng Jinle
9c6a0203e2
Merge pull request #15073 from sneaxiy/add_scope_pool
...
Add scope_pool
6 years ago
shippingwang
9322d34032
Fix, test=develop
6 years ago
sneaxiy
10a6bc9675
modify API.spec
...
test=develop
6 years ago
shippingwang
c2575ac72d
update API.spec, test=develop
6 years ago
shippingwang
42909dae87
add API.spec, test=develop
6 years ago
whs
938705745e
Init paddle slim ( #14834 )
...
* Init slim.
* Remove distillation demo.
* Fix import errors.
test=develop
* Fix some issues.
test=develop
* Fix configs.
test=develop
* Modify API.spec.
test=develop
* Fix format.
test=develop
* Fix format.
test=develop
* Add some comments.
6 years ago
Zeng Jinle
95cbe07c40
Merge pull request #14836 from sneaxiy/feature/py_func
...
Featue/py_func op
6 years ago
tangwei12
45dd3491db
lookup table utils fix ( #14730 )
...
* fix utils config, test=develop
* reweite tools in lookup table utils, test=develop
* merge develop, test=develop
* add copy in setup, test=develop
* update api spec, test=develop
* add doc, test=develop
* prettifying doc, test=develop
* Update API.spec
update api.spec, test=develop
* Update lookup_table_utils.py
test=develop
* Update lookup_table_utils.py
test=develop
* merge develop, test=develop
* merge develop, test=develop
* init fix, test=develop
* fix in downloads, test=develop
* fix in setup.in, test=develop
6 years ago
heqiaozhi
39f4e9273e
data_norm
...
test=develop
6 years ago
heqiaozhi
754a5f8866
refine API
...
test=develop
6 years ago
heqiaozhi
a94285869b
add API
...
test=develop
6 years ago
Qiao Longfei
e2d56561e7
Merge pull request #14889 from jacquesqiao/optimize-adam
...
adam optimizer support lazy mode
6 years ago
colourful-tree
44ad2f4479
Merge pull request #14873 from colourful-tree/develop
...
add pslib(pserver) to paddle, an industrial scale high performance parameter server library
6 years ago
Qiyang Min
fd1d2c897e
Merge pull request #14894 from velconia/add_huber_regression_loss_op
...
Add python interface for huber loss
6 years ago
guru4elephant
a79a3ea2f0
Merge branch 'develop' into develop
6 years ago
dongdaxiang
bc4f16ca6f
remove some comments
6 years ago
Qiao Longfei
238b24bfa2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-adam
6 years ago
dongdaxiang
921b7f452a
add API.spec
...
test=develop
6 years ago
Kaipeng Deng
dc76e4b0f1
Merge pull request #14701 from heavengate/adaptive_pool
...
add adaptive pool2d and pool3d
6 years ago
minqiyang
5fff20c21a
Change name to huber loss
...
test=develop
6 years ago
Qiao Longfei
cf5264629f
update API.spec
...
test=develop
6 years ago
minqiyang
ab98101c2e
Update API.spec
...
test=develop
6 years ago
dengkaipeng
f16aa394f6
remove use_cudnn in python API. test=develop
6 years ago
sneaxiy
f6741df462
merge develop
...
fix bug
test=develop
6 years ago
SunGaofeng
e3c4b0dace
this is for psroi_pool op, test=develop ( #14796 )
...
* Add psroi_pool operator.
6 years ago
sneaxiy
db2daefe50
merge develop
...
test=develop
6 years ago
sneaxiy
8b9d33fa1e
add unittest and fix bug
...
add API.spec
test=develop
6 years ago
dengkaipeng
7ec3264b51
fix API spec. test=develop
6 years ago
dengkaipeng
266c6856c9
add adaptive pool 2d & 3d. test=develop
6 years ago
frankwhzhang
90c7f9870e
fix 'name', test=develop
6 years ago
frankwhzhang
271c480822
update API, test=develop
6 years ago
frankwhzhang
68c2025844
fix nn.py&API.spec, test=develop
6 years ago
frankwhzhang
97de98cd0a
update bpr_loss op code, test=develop
6 years ago
Qiao Longfei
f60e55c046
add ctr_reader to api spec
...
test=develop
6 years ago
frankwhzhang
93551a3440
update API.spec
6 years ago
chengduo
04539d4c5d
Fix clip.py ( #14718 )
...
* expose square
test=develop
* fix activation
test=develop
* Add square API
test=develop
* add necessary op
* code refine
* fix API.spec
test=develop
* fix unit test
test=develop
* add unit test sparse_grad_clip
test=develop
* fix API.spec
test=develop
* remove mac test for test_gradient_clip
test=develop
* remove selectedrows_mul_tensor
test=develop
6 years ago
Xin Pan
461ca35be1
Merge pull request #14590 from panyx0718/fix4
...
enable API check for readers
6 years ago
Kaipeng Deng
934f13a70a
Merge pull request #14371 from heavengate/yolo_loss
...
Add YOLOv3 loss operator for YOLOv3 model
6 years ago
jerrywgz
96dc3d8326
Merge pull request #14511 from jerrywgz/ignore_index_for_sigmoid_cross_entropy
...
add ignore index for sigmoid cross entropy with logits op, test=develop
6 years ago
phlrain
25df78eaf3
fix api spec; test=develop
6 years ago
phlrain
2770ea1a73
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
Wang Guibao
41e19eb431
AsyncExecutor ( #14627 )
...
* AsyncExecutor: C++ side
* Google naming conventions
* Rename MultiExecutor to AsyncExecutor
* pybind with async_executor
* Naming convention
* remove some flags and unused code
* add refactored file of async_executor and data_feed
* clear async executor interface and add data feed factory
* split async executor into executor_thread_worker and async_executor, refactor pybind, add datafeed and corresponding proto
* Fix async_executor interfaces: 1) Remove all protobufs; 2) Stop after each epoch
* refine async_executor_refactor.cc
* add some files about datafeed
* Revert "add some files about datafeed"
This reverts commit 8ee8133ab841196925a2812b76f18d2812a6701d.
* Interface rework
* add MultiSlotDataFeed
* Creating DataFeedDesc from .proto file, then manipulate it (add/del fields etc) from python side
* update data_feed for add MultiSlotDataFeed
* update datafeed and async_executor to run bow_net demo
* fix bug that finish_set_filelist failed in multithread
* delete finish_binding_memory_(flag), because it can not be marked under the current interface
* Fix bug
* update async_executor.py for support set_use_slots
* update async_executor.py for support set_use_slots and set set_dense_slots
* fix bug that when the number of files is less than the number of threads, it will fetch nan
* remove redundant code, and make executor exit when set a illegal queue size
* add batch_size check
* add MultiSlotDesc
* Revert "add MultiSlotDesc"
This reverts commit 2e72ebfad364ed6b5dcc75f38ffb2a1fdec83d8e.
* add some checkpoint in DataFeedDesc
* add CheckFile function in MultiSlotDataFeed
* update something error info
* fix deaded lock bug
* Fix fetch variable
* Merge error
* fix code style in async_executor
* using one lock blocking queue replace two lock blocking queue because of some bugs
* update code style
* add utest for data_feed
* Fix fetch var
* update utest for data_feed for multithread
* update SetFileList info
* fix bug in utest of data_feed
* Add comments for python
* Add comments for python code
* Fix pybind.cc with new pybind11 version
* add note for DataFeedDesc's set_use_slots function
* Add save_model
* update data_feed_test for multi-type
* add comment for executor_thread_worker
* Remove unused code
* update data_feed_test for generate test data file
* removed unnecessary interfaces and add comments
* c++ style check
* update data_feed.cc
* AsyncExecutor: C++ side
Google naming conventions
Rename MultiExecutor to AsyncExecutor
pybind with async_executor
Naming convention
remove some flags and unused code
add refactored file of async_executor and data_feed
clear async executor interface and add data feed factory
split async executor into executor_thread_worker and async_executor, refactor pybind, add datafeed and corresponding proto
Fix async_executor interfaces: 1) Remove all protobufs; 2) Stop after each epoch
refine async_executor_refactor.cc
add some files about datafeed
Revert "add some files about datafeed"
This reverts commit 8ee8133ab841196925a2812b76f18d2812a6701d.
add MultiSlotDataFeed
Interface rework
Creating DataFeedDesc from .proto file, then manipulate it (add/del fields etc) from python side
update datafeed and async_executor to run bow_net demo
update async_executor.py for support set_use_slots
Fix bug
update async_executor.py for support set_use_slots and set set_dense_slots
fix bug that when the number of files is less than the number of threads, it will fetch nan
remove redundant code, and make executor exit when set a illegal queue size
add MultiSlotDesc
Revert "add MultiSlotDesc"
This reverts commit 2e72ebfad364ed6b5dcc75f38ffb2a1fdec83d8e.
add some checkpoint in DataFeedDesc
Fix fetch variable
fix code style in async_executor
Fix fetch var
add utest for data_feed
Add comments for python
update utest for data_feed for multithread
fix bug in utest of data_feed
Add comments for python code
Fix pybind.cc with new pybind11 version
add note for DataFeedDesc's set_use_slots function
update data_feed_test for multi-type
Add save_model
update data_feed_test for generate test data file
removed unnecessary interfaces and add comments
add comment for executor_thread_worker
Remove unused code
update data_feed.cc
c++ style check
* commit for code style
* commit for code style
* commit for code style
* commit for code style
* Comment away __init__ in async_executor.py
* clang-format fix test=develop
* use PADDLE_THROW instead of exit(-1); use unique_ptr to manage scope var in data_feed_test.cc
* commit for update code style
* commit for update code style
* Add async_executor demo; Remove some methods
test=develop
* commit for update code style
* commit for update code style
* commit for update code style
* update API.spec
* AsyncExecutor
test=develop
* AsyncExecutor
test=develop
* AsyncExecutor
test=develop
* AsyncExecutor
test=develop
* Fix API.spec
test=develop
* Fix API.spec
test=develop
* Fix windows build error
test=develop
* FIx windows build error
test=develop
* FIx windows build error
test=develop
* FIx windows build error
test=develop
* Fix Windows Build
test=develop
* Fix Windows Build
test=develop
* Fix Windows Build
test=develop
* Fix code style
test=develop
* Fix code style
test=develop
* update datafeed
* Fix code style
test=develop
* update data_feed_test for test Tensor test=develop
* Fix code style
test=develop
* Fix windows build failure
test=develop
* Fix code style and windows build failure
test=develop
* Fix PYTHON3.5 build failure
test=develop
* AsyncExecutor API
test=develop
6 years ago
phlrain
cf1fe61004
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
phlrain
4b9689379f
fix cudnn lstm; test=develop
6 years ago
Xin Pan
75939c2059
fix
...
test=develop
6 years ago
qingqing01
731d45a39a
Enable BatchNorm to use global mean and variane during training ( #14630 )
...
* Enable BatchNorm to use global mean and variane during training
* Update doc and follow comments.
6 years ago
Xin Pan
ad6ed5b745
fix py3
...
test=develop
6 years ago
Xin Pan
0cc9ab3dc2
enable API check for readers
...
test=develop
6 years ago
JiabinYang
a08dc83eb0
remove arg 'non_leaf_num', test=develop
6 years ago
JiabinYang
87648f8edf
merge develop, test=develop
6 years ago
phlrain
487ee36aec
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_lstm
6 years ago
tangwei12
56a4912b76
Make NCE_OP more efficient and support SelectedRows ( #14469 )
...
* Fix truncated normal.
* Fix.
* Make nce support more distribution.
* Fix API.spec.
* Fix python API.
* Fix.
test=develop
* Fix API.spec
test=develop
* Fix sampler.
* Fix order of arguments in python API.
test=develop
* NCE add selectedrows support
* NCE update weighted sampling
* fix bugs in nce_op, and assign_value_op optimized
* fix bugs in nce_op, revert assign_value_op
* nce_op optimize
* nce_op optimize
* nce_op optimize
* add selectedRows test later
test=develop
* add selectedRows supported
* add selectedRows supported
test=develop
* add selectedRows supported
* add nce selectedRows supported, test=develop
* add nce selectedRows supported
* add nce selectedRows supported, test=develop
* fix height in nce, test=develop
* add ut
* add ut, test=develop
* make AutoGrownIndex inline
test=develop
* fix tinny error, test=develop
6 years ago
liuhongyu
05917c3c79
add cudnn lstm; test=develop
6 years ago
JiabinYang
7389597ce2
Update API.spec, test=develop
6 years ago
JiabinYang
7e4bd695e6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into enhance_hierachical_sigmod_op
6 years ago
minqiyang
ee73810fd5
Fix API.spec
...
test=develop
6 years ago
qingqing01
64ca3d176c
Add bias_attr in sequence_conv_pool API. ( #14553 )
6 years ago
qingqing01
36f08eef3b
CUDA kernel for density_prior_box_op. ( #14513 )
...
* CUDA kernel for density_prior_box_op.
* Support flatten to 2D.
6 years ago
JiabinYang
3c6102a367
test=develop
6 years ago
Dun
ae7d22862b
Group Norm ( #13843 )
...
Add group normalization operator.
6 years ago
Jiabin Yang
f7b55de9e5
Merge branch 'develop' into enhance_hierachical_sigmod_op
6 years ago
jerrywgz
13e254faed
refine code, test=develop
6 years ago
whs
1722678258
Make nce support more distribution. ( #13549 )
...
* Fix truncated normal.
* Fix.
* Make nce support more distribution.
* Fix API.spec.
* Fix python API.
* Fix.
test=develop
* Fix API.spec
test=develop
* Fix sampler.
* Fix order of arguments in python API.
test=develop
6 years ago
Wu Yi
b32c13dc20
Add cudnn ctc loss ( #12366 )
...
* add cudnn ctc loss
* wip add test test=develop
* wip
* wip
* done test=develop
* move include cudnn test=develop
* test test=develop
* fix build test=develop
* fix build test=develop
* fix build on cudnn5 test=develop
* fix cudnn5 build test=develop
* fix cudnn5 build test=develop
* merge develop softmax functor change test=develop
6 years ago
dengkaipeng
f115eb0d1e
enhance api. test=develop
6 years ago
chengduo
82773477ae
Add selu ( #14415 )
...
* add selu
* use for range
test=develop
* add API
test=develop
* follow comment
test=develop
* update API.spec
test=develop
6 years ago
dengkaipeng
2faa2b4048
remove cu file. test=develop
6 years ago
dengkaipeng
a0284f6fbc
Add backward CPU kernel. test=develop
6 years ago
JiabinYang
db06568e69
test=develop
6 years ago
Yibing Liu
6c7b64cc20
Support softmax return in softmax_with_cross_entropy ( #14367 )
...
* Support softmax return in softmax_with_cross_entropy
* Add test for return_softmax=False
test=develop
6 years ago
ruri
4a55fb5f5b
Add density_prior_box_op ( #14226 )
...
Density prior box operator for image detection model.
6 years ago
Qiao Longfei
c27554ac33
Merge pull request #14336 from jacquesqiao/add_bilinear_tensor_product_layer
...
add bilinear_tensor_product layer
6 years ago
Xin Pan
ff28b1ffc0
Merge pull request #14071 from barrierye/add_similarity_focus_op
...
Add similarity focus op
6 years ago
li099
688ed60116
Add lod tensor array to tensor op ( #13990 )
...
* add lod tensor array concat
* add lod tensor array concat
* test=develop
* add lod tensor array concat
test=develop
* Fix API.spec
test=develop
* add lod tensor array concat
test=develop
* revise some bug of lod tensor array concat
test=develop
* add unittest for tensor array concat
test=develop
* change to tensor array to tensor
test=develop
* revise bug
test=develop
* revise a bug
test=develop
* revise a bug
test=develop
* revise a bug of python3
test=develop
6 years ago
Kaipeng Deng
f215534ecf
Merge pull request #14205 from heavengate/nearest_interp
...
Add interpolate operator replace bilinear_interp_op and add nearest neighbor interp mode
6 years ago
Qiao Longfei
3f91e0f001
update API.spec
...
test=develop
6 years ago
Xin Pan
b03a44e062
Merge pull request #14026 from JiabinYang/add_reorg_op
...
Add reorg op
6 years ago
Qiao Longfei
ce994190ab
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
...
test=develop
6 years ago
dengkaipeng
8b47d90f5d
add 'actual_shape' attribute. test=develop
6 years ago
Kaipeng Deng
daed473d4a
Merge pull request #14089 from heavengate/pool_exclude
...
add inclusive/exclusive mode in avg pool
6 years ago
Kaipeng Deng
64f3e3ed8f
Merge pull request #14069 from heavengate/grid_sampler
...
Grid sampler operator for spatial transformer network.
6 years ago
sneaxiy
366ebb93f7
test=develop
6 years ago
Jiabin Yang
9f65b616b2
Merge branch 'develop' into add_reorg_op
6 years ago
Kaipeng Deng
0b29078201
Merge branch 'develop' into grid_sampler
6 years ago
whs
0c319e0b35
Add affine grid generator op ( #12238 )
...
* Add affine grid generator.
* fix ffine grid.
* Add unitest.
* Add CPU kernel and fix unitest.
* Fix CPU kernel.
* Refine code.
test=develop
* Fix python api.
test=develop
* Update python api.
test=develop
* Fix comment.
test=develop
* Rename affine_grid_generator to affine_grid and enhence unitest.
test=develop
* Fix unitest.
test=develop
6 years ago
dengkaipeng
e99da0b583
api change: create_variable_for_type_inference. test=develop
6 years ago
dengkaipeng
df4a3544aa
nearest neighbor interp add cuda kernel. test=develop
6 years ago
dengkaipeng
da8ee1fbaa
fix API.spec not add defaults. test=develop
6 years ago
JiabinYang
8d3c3e048b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
6 years ago
Tao Luo
cdf2579d08
Merge pull request #14053 from jczaja/prv-seqpool-max
...
Max Sequence pool optimization
6 years ago
Kaipeng Deng
a3b26e8528
Merge branch 'develop' into grid_sampler
6 years ago
gmcather
ba22624d7e
position encoding && log loss
...
test=develop
6 years ago
sneaxiy
5e5d2223a1
test=develop
6 years ago
barrierye
5f3acac9b3
update paddle/fluid/API.spec
...
test=develop
6 years ago
Jacek Czaja
458b16f42a
Rebase of seqpool-max optimization
...
test=develop
- Added rough profiling
- Profiled maxpool itself
- First draft of max seqpool optimization (is_test added)
- Added unit tests to seqpool
- Cosmetic fixes
- Fix to UT of Seq pool
Disabled grad checking for sequence max pool when is_test is set to True
-Cosmetic fix to comment
test=develop
- Fix to GPU build
test=develop
- yet another GPU fix for sequence max pool
- Fix to comment
test=develop
- Change to API of sequence_pool
test=develop
- Yet another API spec change
test=develop
6 years ago
barrierye
73671379cd
update paddle/fluid/API.spec
...
test=develop
6 years ago
dengkaipeng
8f1e398824
move param exclusive to the last in pool2d/pool3d for forward compatibility:. test=develop
6 years ago
dengkaipeng
0bb0e0c10f
add Grid Sampler Operator for STN.
6 years ago
JiabinYang
e0a89503f8
test=develop
6 years ago
JiabinYang
0e3038680b
test=develop
6 years ago
Wu Yi
26200f2e42
[1.1] [project] train imagenet using large batch size ( #13766 )
...
* fix nccl2 lars dist support
* put lars in momentum op
* add tests lars
* fix ci
* fix cpu kernel
* soft warning
* remove lars in test_recognize_digits.py
* move to another op
* add file
* update api.spec test=develop
* update test=develop
* fix api.spec test=develop
* wip
* wip, finish grad merge ops
* wip, finish graph build
* wip test running
* work on 1 gpu
* workable version
* update
* fix tests
* fuse broadcast op
* fix compile failed
* refine
* add batch merge test mnist
* fix CI test=develop
* fix build
* use independent bn params for batch merge test=develop
* update api.spec
* follow comments and for test
* wip
* refine tests test=develop
* follow comments test=develop
* remove startup bn modify test=develop
* follow comments test=develop
* fix merge test=develop
6 years ago
Qiyang Min
33b4920d2d
Merge pull request #14057 from velconia/continue_hash_op
...
[1.1] Add hash_op implementation
6 years ago
Zeng Jinle
97d47a7d08
Merge pull request #13913 from sneaxiy/seq_reverse
...
Add sequence_reverse_op
6 years ago
JiabinYang
6e3615422f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_reorg_op
6 years ago
Guo Sheng
b9ae1c49f8
Merge pull request #13994 from guoshengCS/add-reshape-reuse-input
...
[1.1] Make reshape_op reuse input.
6 years ago
JiabinYang
9cad409f2a
test=develop
6 years ago
minqiyang
447a680a2b
Add API.spec
...
test=develop
6 years ago
phlrain
469bdb9e55
modify api.spec; test=develop
6 years ago
JiabinYang
c056328563
test=develop
6 years ago
phlrain
049c9c7d2a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dropout_att_new
6 years ago
phlrain
ffb24a73ec
add dropout attr; test=develop
6 years ago
sneaxiy
a9d7a9d720
test=develop
6 years ago
guosheng
6447b69aec
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-reshape-reuse-input
...
test=develop
6 years ago
guosheng
6d3b030bb5
Refine the api of reshape to be compatible.
...
test=develop
6 years ago
jerrywgz
765085d297
Merge pull request #13904 from jerrywgz/roialign
...
Add RoI align operator.
6 years ago
guosheng
dfb841ad5a
Make reshape_op reuse input.
...
test=develop
6 years ago
sneaxiy
5a38930660
test=develop
6 years ago
chengduo
9775e50ca2
Fix add doc for bias_attr ( #13937 )
...
* fix conv doc
test=develop
* fix seq_conv doc
test=develop
* fix simple_img_conv_pool
test=develop
* update API.spec
* update parameter doc
test=develop
* follow comment
test=develop
* fix other layer
test=develop
* fix lstm bias_attr doc
test=develop
6 years ago
sneaxiy
ac2eba4457
test=develop
6 years ago
jerrywgz
9a14ca91b8
test=develop
6 years ago
qingqing01
67a2b5215d
Add affine channel op to speed and save memory for faster-rcnn model. ( #13919 )
...
* Add affine channel op.
* Update code and add Python API.
test=develop
* Update API.spec
test=develop
6 years ago
Qiao Longfei
cc7f551441
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-pyreader
...
test=develop
6 years ago
sneaxiy
4b4af84e67
test=develop
6 years ago
Yibing Liu
6b795d424c
Merge pull request #13901 from kuke/seq_slice_py
...
Add py api for sequence_slice_op
6 years ago
Yibing Liu
46b0b7903c
Merge pull request #13856 from kuke/seq_unpad_op
...
Add sequence unpad op
6 years ago
jerrywgz
2f5a80174e
add roi_align api
6 years ago
Yibing Liu
b785798585
Expose layer's name for sequence pad & unpad
...
test=develop
6 years ago
Yibing Liu
18e1c1e07d
Update API spec for seq slice
...
test=develop
6 years ago
Qiyang Min
c2842377ce
Merge pull request #13837 from velconia/add_pyramid_dnn_support
...
Add margin_rank_loss_op to python
6 years ago
Yibing Liu
46e61d81a7
Wrapper py api for sequence_unpad
...
test=develop
6 years ago
minqiyang
9878eedbaa
Change API.spec
...
test=develop
6 years ago
Qiao Longfei
c70fec99ab
optimize pyreader
6 years ago
Qiao Longfei
9d087d5139
Revert "optimize pyreader"
...
test=develop
6 years ago
Qiao Longfei
b1d5135ffb
Merge pull request #13637 from jacquesqiao/optimize-opyreader
...
optimize pyreader
6 years ago
dzhwinter
a46e30aa6d
enhance isinf/isnan in tensor util, avoid copy back to cpu ( #12688 )
...
* "avoid copy back to cpu"
* "add infinity support"
* "fix ci"
* "add cpu macro"
* rerun ci; test=develop
* "fix api"
test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
6 years ago
qiaolongfei
91756a5a90
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
6 years ago
Xin Pan
3d339797fb
clean use_mkldnn options
...
Add API.spec
test=develop
6 years ago
qiaolongfei
c5292b181e
change py_reader_by_data to create_py_reader_by_data
6 years ago
Zeng Jinle
1cbaf71a68
Merge pull request #13620 from sneaxiy/fix_api_kwargs2
...
Hide out params in elementwise layers and scale layer
6 years ago
Xin Pan
2c4b8393ce
Merge pull request #13573 from velconia/fix_api
...
Fix kwargs in clip and logical API
6 years ago
Wu Yi
7a5f3f750b
Fix memory optimization with dist train ( #13535 )
...
* show detail error log on ci
* test
* fix memopt and dist
* update apispec
* will fix different batch issue test=develop
6 years ago
Dang Qingqing
f189bf6a42
Update API.spec
...
test=develop
6 years ago
Dang Qingqing
e79ad2ea87
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
qiaolongfei
1d618225a7
add py_reader_by_data to API.spec
6 years ago
sneaxiy
31e67b9042
test=develop
6 years ago
minqiyang
7aa0247bd1
Regenerate API.spec
...
test=develop
6 years ago
minqiyang
4c89137427
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_api
6 years ago
Xin Pan
2c01c2216a
Merge pull request #13531 from gongweibao/generator2
...
Hide kwargs
6 years ago
qingqing01
479ad4bb92
Merge branch 'develop' into quantize_transpiler_update
6 years ago
chengduo
4e81e22827
add op frequence ( #13328 )
6 years ago
Dang Qingqing
f7bd1761a0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
sneaxiy
f1a08a3bab
test=develop
6 years ago
tangwei12
85362e98dd
Batch AUC ( #13567 )
...
* add distributed auc
* add attr "is distributed" and config it
* add distributed auc
* add batch auc and code format
* code format
* auc optimize
* metric_op optimize
* code clean
* bug fix and code clean
* bug fix and code clean
* code optimize
* code optimize
* api spec update
* Comments optimized
* add mutex
* Revert: add mutex
* remove distribute metric
* remove distribute metric
* spec modifyed
* add annotation, test=develop
* keep API compatibility
test=develop
6 years ago
Wu Yi
16e73e0d28
hide operator API ( #12543 )
...
* hide operator API
* update
* update api.spec
* fix merge
* fix test
6 years ago
Dang Qingqing
d94920ce6f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
minqiyang
b1448ded40
Port clip and clip_by_norm op to nn and change API.sepc
6 years ago
gongweibao
be97c47efc
merge
6 years ago
gongweibao
3dc54af2d3
merge
6 years ago