dzhwinter
abde3130b7
"remove GPU Sync Interface" ( #6793 )
...
* "remove GPU Sync Interface"
* "fix typo"
* "fix type cast error"
* "fix related Copy with stream"
* "fix failed tests with DevicePool"
* "fix stupid removed position error"
7 years ago
fengjiayi
feb05c3a54
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into rename_fill_zero_op_output
7 years ago
fengjiayi
f56f149298
fix_output_name
7 years ago
chengduoZH
dcf5e948b0
remove conflict
7 years ago
Yibing Liu
c2b1ddb6a8
Correct the dropout_op's computation in test
7 years ago
Qiao Longfei
d639b13f15
Merge pull request #6744 from jacquesqiao/expose-const-value
...
Expose const value
7 years ago
qiaolongfei
927f5d567c
complete const test
7 years ago
qiaolongfei
c057d535d0
remove duplicated code
7 years ago
qiaolongfei
b2023db36b
fix a typo
7 years ago
qiaolongfei
5c530ea827
export const value to python
7 years ago
Yu Yang
de85470d78
Support Clip in param_attr ( #6729 )
...
* Support Clip in param_attr
* Fix the order of clip & regular
Regular is not need to be clipped
7 years ago
yangyaming
760d20de92
Add test for sequence_softmax.
7 years ago
yangyaming
2a058b109c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
7 years ago
Yu Yang
7901f06ab7
Remove `main_program` and `startup_program` as the paramter of layer function ( #6655 )
...
* Simplize system_allocator and fix GPU_INFO
* Remove main_program/startup_program
* Fix optimizer
* Fix CI
* Follow comments
7 years ago
yangyaming
9ee9fefd2d
Change the return order to h, c.
7 years ago
yangyaming
69072ef1ce
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
7 years ago
yangyaming
984e4ca530
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6590
7 years ago
yangyaming
ed56ed9f3a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
7 years ago
wanghaoshuang
fbdaf7e098
Fix unitest
7 years ago
yangyaming
3242e286e6
seq_expand --> sequence_expand
7 years ago
sweetsky0901
5be5afb331
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
7 years ago
sweetsky0901
1eac276300
add spp avg
7 years ago
yangyaming
087fbb498b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6590
7 years ago
yangyaming
734e87e55b
Add python wrapper for lstm unit op.
7 years ago
Yibing Liu
5ac8a0bec8
Merge branch 'develop' of upstream into fix_reshape_op
7 years ago
guosheng
a7fa2051f2
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval-dev
7 years ago
chengduoZH
479ee271ed
remove conflict
7 years ago
Yu Yang
e0698e33a8
Make layers as a python module ( #6564 )
...
* Make cast op support bool
Also add `elemwise_sub/mul/abs/clip` layers
* Make fuild.layers as a module
* Move layers as a module
* Split layers.py into layers module
* Fix CI
* Fix CI
7 years ago
guosheng
181db32649
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
7 years ago
yangyaming
3545d3a61d
Expose seq_expand op.
7 years ago
Yibing Liu
0a75ed6f5b
Add unit test for dimension inference in reshape_op
7 years ago
guosheng
842b485f6a
Enhance ReduceOp to support reducing over all elements
7 years ago
Yu Yang
d069f2ca0a
Make fluid.layers.fc support multiple param_attr ( #6532 )
...
Fix #6531
7 years ago
sweetsky0901
89de58d990
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
7 years ago
dzhwinter
697facc92f
"add registry interface" ( #6449 )
...
* "add registry interface"
* "move function to registry"
* "rename with meaningful name"
* "add exposed layers"
* "fixed based on comments"
* "remove unsed comments"
7 years ago
guosheng
63ce906b08
Refine ChunkEvalutor by following comments
7 years ago
chengduoZH
50003984d4
remove conflict
7 years ago
guosheng
1eaeacb2c8
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
7 years ago
guosheng
9a89b041ba
Add ChunkEvaluator for multi-batches
7 years ago
Yu Yang
d918ccded3
Add fill_op ( #6477 )
...
* Add fill_op
* Fix bug
7 years ago
Siddharth Goyal
4ff6bc175a
Add row conv operator ( #6013 )
...
* Fix documentation
* Address review comments
7 years ago
chengduoZH
d93bbf1b35
add conv_trans unit test
7 years ago
Qiao Longfei
36fcc95cab
Nmt decoder train ( #6367 )
...
* init decoder_trainer
* can run
* fix lod
* add sharelod to cross_entropy_grad_op
* add avg_cost to fetch list
* modify learning rate
* can run
* optimie code
* add early exit
* fix print
* revert test_understand_sentiment_conv.py
* add act to fc
7 years ago
Abhinav Arora
113c026d12
Swish activation operator ( #6358 )
7 years ago
gongweibao
c7e739f542
Add LRN efficient GPU implement. ( #5894 )
...
Add LRN efficient GPU implement
7 years ago
Yan Chunwei
06a3a88713
feature/nmt add encoder ( #6323 )
...
* init nmt
* encoder ready
* only generation implementation
waiting for dynamic rnn ready to train
* init python
* remove decoder temporary
* clean
* clean
7 years ago
Yu Yang
229c2e7883
Feature/while op sentiment analysis ( #6282 )
...
* Add DataFeeder
A v2 API like data feeder for book demos.
We can feed data directly from reader.
* Fix CI
* Add an unittest for while/rnn op forward
* Add unittest for raw while op backward
* Fix CI
* Complete Dynamic RNN
7 years ago
Qiao Longfei
161128bada
add chunk eval layer ( #6296 )
...
* add crf_decoding layer
* fix some typo
* init trunk_evaluator
* add trunk_evaluator layer
* update chunk_eval_op and test, change int32 to int64
* fix a numeric problem
* change layers.trunk_evaluator to layers.trunk_eval
* fix typo
* add precision_val
7 years ago
dzhwinter
4eac85c60b
"add init seed" ( #6221 )
...
* "add init seed"
* "fix compile error"
* "add program level seed setting"
* "fixed based on comments"
7 years ago
Qiao Longfei
45c8a88a3e
add crf_decoding layer ( #6274 )
...
* add crf_decoding layer
* fix some typo
* fix test_crf_decoding_op
7 years ago