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
Zeng Jinle
2cd558fb36
Merge pull request #13561 from sneaxiy/fix_api_kwargs
...
[Urgent] Add out params to some apis
6 years ago
Xin Pan
bc1fa4fd6f
Merge pull request #13556 from panyx0718/doc
...
clean a few more kwargs
6 years ago
sneaxiy
48d82bd008
add out params
6 years ago
Dang Qingqing
b7146d60e4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
Yu Yang
46498bf1a0
Merge pull request #13508 from reyoung/hide_parameter
...
Hide parameter
6 years ago
gongweibao
6ba86617ba
Merge branch 'generator2' of https://github.com/gongweibao/Paddle into generator2
6 years ago
gongweibao
1113337764
merge
6 years ago
Yu Yang
606dfb13d5
Merge pull request #13442 from reyoung/feature/remove_trainer_api
...
Move trainer to contrib
6 years ago
Wu Yi
aeb2dc2b05
Nccl2 dist API ( #13506 )
...
* add nccl2 dist api
* update apispec
* update
* update api spec
6 years ago
Xin Pan
355a2265a0
update API.spec
6 years ago
Xin Pan
eb1aeb175b
Merge pull request #13538 from baiyfbupt/softshrink
...
Remove kwargs in softshrink
6 years ago
Qiao Longfei
bcc7bff12f
Merge pull request #13488 from jacquesqiao/fix-img_conv_group-doc
...
fix img_conv_group doc
6 years ago
baiyf
3986242e5e
remove kwargs
6 years ago
sneaxiy
70e70d7d38
fix api.spec
6 years ago
sneaxiy
6724801884
fix conflict
6 years ago
gongweibao
08b22cf1f5
Merge branch 'generator2' of https://github.com/gongweibao/Paddle into generator2
6 years ago
gongweibao
a30194743b
fix api
6 years ago
gongweibao
bee213e51f
fix conflict
6 years ago
gongweibao
54f685dbb1
add api
6 years ago
tensor-tang
b9d7bd487f
Merge branch 'develop' into remove/kwargs
6 years ago
sneaxiy
3ad3635de0
fix conflict
6 years ago
sneaxiy
3ee0a6489d
remove kwargs in python api
6 years ago
Xin Pan
6537b175c4
Merge pull request #13522 from wzzju/remove-kwargs
...
remove the kwargs of elu,relu6,pow,stanh,hard_sigmoid and swish
6 years ago
gongweibao
b619c5e655
merge
6 years ago
gongweibao
01396d91db
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into generator2
6 years ago
gongweibao
b07c563acf
clean
6 years ago
tensor-tang
f42a12dadc
Merge remote-tracking branch 'ups/develop' into remove/kwargs
...
fix conflicts
6 years ago
tensor-tang
560ad776e3
update api spec
6 years ago
Dang Qingqing
cc94b157bf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
Tao Luo
dbf07982a7
Merge pull request #13498 from luotao1/for_test
...
use clone(for_test=True) replace get_inference_program
6 years ago
tensor-tang
567b711db9
remove kwargs of brelu, leaky_relu and soft_relu
6 years ago
whs
fc44087d31
Add roi perspective transform op. ( #13176 )
...
* Add roi perspective transform.
* Add roi_perspective_transform_op.
* Fix code style.
* Add python api and fix doc.
* Fix API.spec
* Fix python api.
* Fix API.spec
* Move src to detection.
6 years ago
tensor-tang
2582fecaf7
fix dtype
6 years ago
Zhen Wang
2b2337ee77
change the line 382 of API.spec
6 years ago
tensor-tang
215cdafeae
fix api spec order
6 years ago
Zhen Wang
26857692cd
remove the kwargs of elu,relu6,pow,stanh,hard_sigmoid and swish
6 years ago
tensor-tang
3b7d9f7b83
remove kwargs of some activation api
6 years ago
Dang Qingqing
605907fe85
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into quantize_transpiler_update
6 years ago
Qiao Longfei
a32ad64484
Merge branch 'develop' into fix-img_conv_group-doc
6 years ago
Yu Yang
3ef32b6754
Remove Parameter APIs
6 years ago
qiaolongfei
946dabad3a
add paddle.fluid.nets.img_conv_group to API.spec
6 years ago
Dang Qingqing
9e580631aa
Fix conflicts.
6 years ago
luotao1
3ba7e74db2
use clone(for_test=True) replace get_inference_program
6 years ago
Xin Pan
2b007fb55d
update API.spec
6 years ago
Qingsheng Li
21ec93aa7e
[WIP]Sequence Scatter Op ( #12625 )
...
Sequence Scatter Op
6 years ago
luotao1
ff37993bf3
hidden InferenceTranspiler
6 years ago
whs
cf128231c6
Add truncated gaussian initializer. ( #13000 )
...
* Add truncated gaussian initializer.
* Fix unitest.
* Update API.spec
* Fix code style and fix bug.
* Fix code style.
* Small fix.
6 years ago
Zeng Jinle
642cf6ca2f
Merge pull request #13418 from sneaxiy/dam_save_memory
...
Modify some ops to save memory
6 years ago
whs
5dc5175007
Add python api for expand op. ( #13453 )
...
* Add python api for expand op.
* Fix unitest.
* Remove 'out' from arguments and fix code style.
* fix API.spec
* Fix API
* Fix unitest
6 years ago
Yu Yang
93456fc676
Merge pull request #13427 from reyoung/feature/hide_recordio_reader
...
Hide RecordIO Reader
6 years ago
Wu Yi
efafc72f62
Hide program APIs ( #12315 )
...
* hide program APIs
* fix merge error
* update
6 years ago
qingqing01
c9e5c1e41b
Hidden ParallelDo. ( #13454 )
6 years ago
chengduo
6757a31552
[Accelerate] Refine seq_softmax_op ( #13421 )
...
* refine seq_softmax_op
* fix seq_softmax
* use cub in seq_softmax
6 years ago
Yu Yang
2c31ea9293
Merge pull request #13424 from chengduoZH/refine_seq_concat
...
Refine seq_concat
6 years ago
sneaxiy
fd3e32ea7d
Merge develop
6 years ago
Dang Qingqing
51d1afd7c4
Update code and fix install
6 years ago
Yu Yang
e704aa2cc6
Update API spec
6 years ago
chengduo
72dd6b37d9
Add sequence_expand_as_op ( #13420 )
...
* Add sequence_expand_as_op
* follow comment
6 years ago
sneaxiy
0718113a9c
modification
6 years ago
chengduoZH
b57a2b989b
remove test_seq_concat_op
6 years ago
yuyang
48a5b08a90
Remove recordio from API.spec
6 years ago
chengduoZH
f8c55fb2c7
add api
6 years ago
sneaxiy
a58a528436
modification
7 years ago
Xingyuan Bu
9e2e893f59
Enhence generate_proposal_labels_op and fix some bug. ( #13239 )
...
* Enhence generate_proposal_labels_op
* Fix bug in generate_proposals_op
* Refine rpn_target_assign_op.
* by Bu Xingyuan, Wang Guanzhong and Dang Qingqing
7 years ago
Wu Yi
3ab3a7f392
Trainer auto wait pserver ports ( #13341 )
...
* trainer auto wait pserver port ready
* add file
* fix docstring
* add option to not wait
* update api spec
* clean
* fix test hang
7 years ago
Bai Yifan
faf8ad2436
Add ignore_index in cross_entropy op ( #13217 )
...
* add ignore index
* update api.spec
* enhance softmax_with_cross_entropy
7 years ago
Wu Yi
f90c7865f0
Benchmark tool for imgnet ( #12305 )
...
* support test using executor without reader
* run imgnet
* update fluid benchmark
* wip
* update
* update all models
* support pyreader
* update
* clean up
* make profile batches contollable
* update API.spec
* update scripts
* clean dockerfile
* update
* clean comments
* add scope argument docstring
* use num_trainers to determine nccl init comms
7 years ago
Qiao Longfei
6a79ba2f28
Add save inference model to trainer ( #12682 )
...
* add save_inference_model for Trainer
* add comment
* update comment
* fix mac compile
* add unit test
* update API.spec
* revert cpplint-cpp-source
7 years ago
Qiao Longfei
6e03f7900f
Add centered mode rmsprop ( #13161 )
...
* rmsprop optimizer support v1 mode
* typo
* optimize code
* refine code
* optimize unit test
* update test_rmsprop_op.py
* update formula of rmsprop
* optimize document
* update API.spec for RMSPropOptimizer
* add default value to check_output_with_place equal_nan
7 years ago
tangwei12
d1e2efae6b
reimplement auc in fluid ( #13167 )
...
* reimplement auc in pyton
* reimplement auc in fluid
* add auc unittest
* replace new auc in layers
* add batch Auc in Fluid
* name formated
7 years ago
Chen Weihang
3b6090e80b
Merge pull request #12887 from chenwhql/sequence_enumerate_op
...
Feat: add sequence enumerate op
7 years ago
chenweihang
7ddbbcb0b5
doc: refine API and doc
7 years ago
whs
e10aa80f03
Add pad2d op. ( #12950 )
...
* Add pad2d op.
* Add unitest and python api.
* Fix cuda op kernel.
* Fix python api.
* Fix python api.
* Update API.spec.
* Fix python api
7 years ago
Xin Pan
c709a04ae2
Merge pull request #13018 from panyx0718/name
...
support op_namescope for better debugging
7 years ago
jerrywgz
1a88baae22
add rpn_target_assign api test ( #13013 )
...
* Add unit test for rpn_target_assign API.
7 years ago
Xingyuan Bu
0a97d24b41
Faster RCNN Generate Proposal Labels ( #12616 )
...
* Add generate_proposal_labels for Faster-RCNN.
7 years ago
Yibing Liu
f88a8ba99a
Merge pull request #12793 from kuke/wrap_squeezes
...
Wrap unsqueeze & squeeze ops
7 years ago
tangwei12
515a756a3c
Merge pull request #13048 from TomorrowIsAnOtherDay/develop
...
add python api for sampling_id op
7 years ago
Xin Pan
51ef0ad766
allow to use name_scope for debugging and visiualization
7 years ago
Chen Weihang
b98b744067
Merge branch 'develop' into sequence_enumerate_op
7 years ago
Wu Yi
9ae55dd70d
fix dist transpile with memopt ( #12974 )
...
* fix dist transpile with memopt
* update api.spec
* polish dist transpile api
* update apispec
* update apispec
7 years ago
robot
e1f17a1e4f
add python op for sampling_id
7 years ago
Xingyuan Bu
2ad5d91ef8
Faster RCNN Generate Proposals ( #12056 )
...
* Add proposals generation operator for Faster-RCNN.
7 years ago
Yibing Liu
13509da69e
Merge upstream to branch wrap_squeezes
7 years ago
Yibing Liu
03f6292bef
Update API spec
7 years ago
chengduo
7ad39c4077
Enhance pad_constant_like_op ( #12999 )
...
* enhance pad_constant_like_op
* add API
* add API
7 years ago
fengjiayi
7e0c9f50ae
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_sequence_padding_op
7 years ago
sneaxiy
52a480bb98
Merge develop
7 years ago
qingqing01
1f09bc320c
Support data type int8_t . ( #12841 )
...
* Support int8 type.
7 years ago
sneaxiy
33b4def10a
add api.spec
7 years ago
Chen Weihang
4ec12496dd
Merge branch 'develop' into sequence_enumerate_op
7 years ago
Yibing Liu
efa6f0df4e
Remove inplace args in unsqueeze & squeeze ops
7 years ago
Yibing Liu
26710ccd08
Update api spec accordingly
7 years ago
Chen Weihang
2969aba14f
Merge branch 'develop' into sequence_enumerate_op
7 years ago
chenweihang
219a2369da
feat: wrap sequence enumerate op
7 years ago
sneaxiy
1083e99520
Merge develop
7 years ago
sneaxiy
5ea7bf88ba
Merge pull request #12872 from sneaxiy/stack_op
...
Add stack_op for DAM model
7 years ago
sneaxiy
e895c98f0a
add support to max_len is None
7 years ago
fengjiayi
0fb5e351c1
update API.spec
7 years ago
chengduo
8ad9055804
Add is_test for while_op ( #12874 )
...
* add is_test for while_op
* Change API
7 years ago
qingqing01
79918a8442
add sequence_mask_op for DAM model
7 years ago
sneaxiy
ba168bd2d2
modify API.spec
7 years ago
tangwei12
cbc6e6eb97
Merge pull request #12247 from seiriosPlus/dis_ckpt_fix
...
add load slice_vars in io.py
7 years ago
tangwei12
44bade8b17
fix api spec
7 years ago
Qingsheng Li
3d11d018e0
Fix scatter_op python API ( #12742 )
...
* Fix scatter_op python API and remove inconsistency between implementation and doc
* API spec change
* Change as review comment
7 years ago
tangwei12
bb9f494740
merge develop
7 years ago
tangwei12
eba7177475
add unit test and code fix
7 years ago
qingqing01
c44fb00371
Add name in relu and log API. ( #12438 )
7 years ago
jerrywgz
c108376506
Add three modes for prelu_op ( #12630 )
...
* Add three modes for prelu_op.
7 years ago
Wu Yi
bd87f67f0e
Dist transpile can pass startup program by argument ( #12606 )
...
* dist transpile can pass startup program by argument
* update API.spec
7 years ago
Bai Yifan
9333a62792
Add flatten op interface and enhance APIs about detection to support variable-length image. ( #12422 )
...
* add flatten api&enhance detection api
* unify shape_op data type
* update API.spec
7 years ago
tangwei12
ed937bc6f8
merge
7 years ago
tangwei12
f56102505a
add pserver_endpoints args in load_inference_model
7 years ago
gongweibao
842fb021b3
Fix clone() bug. ( #12583 )
7 years ago
Qiao Longfei
5d579e1a96
add export_for_deployment flag to save_inference_model ( #12582 )
...
add export_for_deployment flag to save_inference_model
7 years ago
Wu Yi
8b77448d5f
hide misc APIs ( #12540 )
...
* hide misc APIs
* update
* fix transformer test
* update API.spec
7 years ago
Chen Weihang
b2435a3a11
Merge pull request #12374 from chenwhql/py_calc_memory
...
Add memory usage estimate API
7 years ago