Yu Yang
e704aa2cc6
Update API spec
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