dzhwinter
0a63234c85
follow comments. test=develop
6 years ago
dzhwinter
6f9904e99a
rerun windows ci. test=develop
6 years ago
dzhwinter
43c92dcb20
rerun windows ci. test=develop
6 years ago
dzhwinter
8b97a3a44f
rerun ci. test=develop
6 years ago
dzhwinter
a52be7c081
refine build strategy. test=develop
6 years ago
dzhwinter
32a2014939
refine build strategy. test=develop
6 years ago
dzhwinter
a26a6bc728
add flag. test=develop
6 years ago
dzhwinter
06f2448848
Merge remote-tracking branch 'origin/develop' into feature/ir_inplace_pass
6 years ago
dzhwinter
8156fedf56
merge develop branch. test=develop
6 years ago
Jiabin Yang
075df09f86
Merge pull request #15470 from JiabinYang/feature/imperative
...
Add simple RNN in imperative
6 years ago
Qiyang Min
b69996c2d3
Merge pull request #15558 from velconia/imperative_resnet
...
Refine Batch Norm
6 years ago
jerrywgz
7bc8481c62
Merge pull request #15418 from jerrywgz/refine_nms
...
Refine nms
6 years ago
Wu Yi
ab4715840d
fix default create_parameter dtype maching initializers ( #15521 )
...
* fix default create_parameter dtype maching initializers test=develop
* update type check test=develop
* update test=develop
6 years ago
minqiyang
07822fef2c
Clear all parameters' gradient
...
test=develop
6 years ago
minqiyang
49a7fba848
Polish code
...
test=develop
6 years ago
minqiyang
159c407328
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imperative_resnet
...
test=develop
6 years ago
minqiyang
edf742cfac
Polish code
...
test=develop
6 years ago
minqiyang
5c7768776c
Fix batch_norm's stop_gradient bug
...
test=develop
6 years ago
dzhwinter
ee3aae56cd
merge develop branch. test=develop
6 years ago
dzhwinter
d6d3e6afe2
add more skip strategy
6 years ago
JiabinYang
fff67a9481
test=develop, use parameters() to get parameters
6 years ago
JiabinYang
2e309b11c2
test=develop, merge develop
6 years ago
JiabinYang
0ea7c9c129
remove test split op in imperative
6 years ago
minqiyang
79d62c5402
Fix mnist
6 years ago
JiabinYang
3dfbef290b
polish code and add comments for Embedding
6 years ago
Xin Pan
c11afdb5cb
Merge pull request #15516 from panyx0718/imperative3
...
imperative supports multi grad ops
6 years ago
Haihao Shen
f82515800c
Enable INT8 Calibration Unit Test for MobileNet-V1 ( #15539 )
...
* Enable mobilenet UT in separate test class; use download cache by paddle download utility and cache unzip; and fix typo; test=develop
* Extract cache_unzipping function for reuse; format code style; test=develop
* Simplify the test code by define a combined function for both downloading and unzipping; test=develop
6 years ago
JiabinYang
53d558cd41
test=develop, polish code and merge develop
6 years ago
JiabinYang
8e3da976f4
test=develop, polish code
6 years ago
dzhwinter
2739096eec
compatibable with python side mem_opt
6 years ago
Tao Luo
0548aac2ad
Merge pull request #15532 from hshen14/calibration_api_refine
...
Refine INT8 calibration API
6 years ago
JiabinYang
f364b72207
test=develop, add ptb_rnn test in imperative
6 years ago
JiabinYang
a59b7ac73b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
6 years ago
JiabinYang
ba981604fd
fix split
6 years ago
ruri
88bd7e1a61
Merge pull request #15027 from shippingwang/shufflechannel
...
Add Shuffle Channel Operator
6 years ago
Haihao Shen
2a82c5651e
Refine INT8 calibration API; shorten the iteration number to reduce test time; test=develop
6 years ago
jerrywgz
3118a5e83c
refine test_detection, test=develop
6 years ago
jerrywgz
466a10dcdd
refine code, test=develop
6 years ago
乔龙飞 Qiao Longfei
c58555067e
Merge pull request #14731 from jacquesqiao/optimize-cpp-reader
...
Optimize cpp reader
6 years ago
JiabinYang
3be8ffad2f
test=develop, polish code and merge conflict
6 years ago
JiabinYang
1bf2facecb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/imperative
6 years ago
JiabinYang
e3a8929cf8
little change
6 years ago
gongweibao
fe8f28c957
Add GetVariableNoBarrier on brpc. ( #15488 )
6 years ago
Xin Pan
42e61af861
polish
...
test=develop
6 years ago
Xin Pan
4d9feb35b9
support multi grad ops
...
test=develop
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
Zeng Jinle
ed1726eaaa
Merge pull request #15501 from sneaxiy/disable_eager_deletion_mnist
...
Disable eager deletion unittest temporarily since random failure.
6 years ago
Wu Yi
22db82c053
fix tangwei merge issue test=develop ( #15506 )
6 years ago
Zeng Jinle
dec89bd7ed
Merge pull request #15460 from sneaxiy/try_to_turn_on_remove_unnecessary_lock
...
Turn on remove_unnecessary_lock by default
6 years ago
tangwei12
5cfc40dea8
nce add check sample lables, test=develop ( #15463 )
...
* nce add check sample lables, test=develop
6 years ago