fengjiayi
4ead8e1b57
Add doc for error clip
7 years ago
Tao Luo
ee341efd79
Merge pull request #7183 from tensor-tang/use_mkl_packed
...
Add flag use_mkl_packed
7 years ago
dzhwinter
a4024a5f3d
"remove cudnn devicecontext" ( #7207 )
...
* "remove cudnndevicecontext"
* "remove unused init code"
* "fix hash functions"
7 years ago
Yang Yu
b585c93ab0
Default use one thread in fluid
7 years ago
fengjiayi
134c5c4db7
Support callback
7 years ago
Yu Yang
cd5fad13ce
Merge pull request #7160 from reyoung/feature/expose_activations
...
Expose some activations
7 years ago
yangyaming
f947c15378
Consider multiple levels of LoD.
7 years ago
tensor-tang
d3f867e776
enable mkl_packed_recurrent python interface
7 years ago
tensor-tang
042f3524d2
add flag use_mkl_packed
7 years ago
Yang yaming
89bbc4f6e5
Merge pull request #7157 from pkuyym/fix-7156
...
Doc fix and enhancement for lstm_unit python wrapper.
7 years ago
yangyaming
66ae0a8cb2
Enhence shrink_rnn_memory_op.
7 years ago
Yang Yang
7411df34b8
add multi thread
7 years ago
Yang Yang
8ee17e965f
pass sgd at first iter
7 years ago
Yang Yang
9313233297
merge develop
7 years ago
Yibing Liu
0250e54c2d
Enable batch input in edit_distance_op
7 years ago
Yang Yu
0c16f4f602
Update
7 years ago
sweetsky0901
cbe25b3345
Merge pull request #6881 from sweetsky0901/cross_channel_norm
...
add norm op(cross_channel_norm)
7 years ago
Yang Yu
059096741e
Add init glog
7 years ago
yangyaming
60fecce43d
Fix unit test for lstm_unit.
7 years ago
Yang Yu
90a5a55a6c
Expose some activations
7 years ago
Liu Yiqun
42a0603e6f
Merge branch 'develop' into core_inference_example
7 years ago
yangyaming
c0f6f492bc
Add shape info for arguments.
7 years ago
fengjiayi
e57a40b8a6
Merge pull request #7140 from JiayiFeng/dev_refine_backward_no_grad_var_handling
...
Dev refine backward no grad var handling
7 years ago
yangyaming
d6ec963047
Minor correction.
7 years ago
yangyaming
f0e797e5b7
Doc fix and enhancement for lstm_unit python wrapper.
7 years ago
Siddharth Goyal
87f46ebb36
Add squared error layers doc ( #6862 )
7 years ago
kavyasrinet
27fea24fd1
Addign document for fluid split_lod_tensor and merge_lod_tensor ( #6859 )
...
* Addign document for fluid split_lod_tensor
* Adding document for fluid merge_lod_tensor
7 years ago
Abhinav Arora
e9a60e4c8e
Adding API docs for ones and zeros methods ( #7150 )
7 years ago
kavyasrinet
f3812825d0
Added documentation for topk ( #6861 )
7 years ago
Yang yaming
06888bb05f
Merge pull request #7132 from pkuyym/fix-7023
...
Add doc for max_sequence_len.
7 years ago
fengjiayi
33e75201e9
fix bugs
7 years ago
yangyaming
1bcf7e23bd
Minor refinement.
7 years ago
fengjiayi
8d4a607fb3
update backward doc
7 years ago
fengjiayi
7be57de943
enhance no_grad_var handling
7 years ago
Yang yaming
9cfa5ce30f
Merge pull request #7128 from pkuyym/fix-7024
...
Add doc for lod_rank_table.
7 years ago
sweetsky0901
0219c3d6d2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cross_channel_norm
7 years ago
yangyaming
0d4fdce07f
Minor refinement.
7 years ago
Liu Yiqun
cd7d0f850b
Merge branch 'develop' into core_inference_example
7 years ago
yangyaming
a5200b89ac
Add doc for max_sequence_len.
7 years ago
yangyaming
57bc564d12
Polish doc for lod_rank_table.
7 years ago
yangyaming
10cd6eb67a
Add doc for lod_rank_table.
7 years ago
sweetsky0901
59c14f0b6e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
fengjiayi
6a5cf28a7f
Merge pull request #7123 from JiayiFeng/Add_backward_doc_and_comments
...
Add backward doc and comments
7 years ago
Yu Yang
8b91174c83
Merge pull request #7027 from reyoung/feature/rnn_gradient_check
...
Feature/rnn gradient check
7 years ago
武毅
0bd7f97b4b
Merge pull request #7045 from typhoonzero/adam_selectedrows
...
Adam selectedrows and scatter functors
7 years ago
Yibing Liu
2e49facae9
Rename inputs & format license
7 years ago
sweetsky0901
afb5496c16
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
fengjiayi
8543ad6463
update backward doc
7 years ago
Yibing Liu
2c1adb0604
Rename ctc_edit_distance_op to edit_distance_op
7 years ago
Yang Yu
fcd84c1530
Comment debug code
7 years ago
Yang Yu
dd0a4c3566
Merge branch 'feature/check_nan_executor' into feature/rnn_gradient_check
7 years ago
Yang Yu
d0cc7cc2b6
Merge branch 'develop' of github.com:baidu/Paddle into feature/check_nan_executor
7 years ago
typhoonzero
641b4c0fe6
wip
7 years ago
Liu Yiqun
9b3f2c39f2
Add a simple example for fluid to do inference in C++ code.
7 years ago
fengjiayi
bb0427add0
Add comments for functions in backward.py
7 years ago
Yang Yu
d2cb28413e
Fix ALL RNN error
7 years ago
tensor-tang
dd2bbf3a14
update md5 of flowers dataset
7 years ago
Yang Yu
96bc335216
Update
7 years ago
Yang Yu
c732279359
Merge branch 'feature/check_nan_executor' into feature/rnn_gradient_check
7 years ago
sweetsky0901
dc7ddcb0b7
resolved conflict
7 years ago
Yang Yu
5f3dd266f3
Merge branch 'feature/is_nan' into feature/check_nan_executor
7 years ago
fengjiayi
3b54948668
Merge pull request #7073 from JiayiFeng/enhance_DataFeeder
...
enhance DataFeeder
7 years ago
Yibing Liu
3a93fa7708
Merge pull request #7069 from kuke/fix_cross_entropy_doc
...
Polish the doc of cross_entropy
7 years ago
chengduo
f9a1229666
Merge pull request #6850 from chengduoZH/feature/conv2d_python_doc
...
Add conv2d_python doc
7 years ago
chengduoZH
3d2b2d408f
refine doc
7 years ago
Yibing Liu
36ec3e9042
Merge branch 'develop' of upstream into ctc_edit_distance_dev
7 years ago
Yibing Liu
3db7c82955
Merge branch 'develop' of upstream into fix_cross_entropy_doc
7 years ago
fengjiayi
b775b6cbaa
Merge pull request #6741 from JiayiFeng/dev_new_backward
...
[WIP] new backward
7 years ago
fengjiayi
2f76932d7c
enhance DataFeeder
7 years ago
Yibing Liu
e2c2652fc0
amend comments in cross_entropy_op
7 years ago
Yang Yu
6f5e64af17
Merge branch 'feature/check_nan_executor' into feature/rnn_gradient_check
7 years ago
Yang Yu
5162c41a92
Add gflags
7 years ago
Yibing Liu
4745a0b9d8
Merge branch 'develop' of upstream into ctc_edit_distance_dev
7 years ago
Yibing Liu
4177e80545
Add line feed character in the doc of cross_entropy
7 years ago
Yibing Liu
c67c54a8e7
Polish the doc of cross_entropy
7 years ago
typhoonzero
1cb9635947
fix dist train trainspiler bugs
7 years ago
typhoonzero
dd21ae6c1e
update
7 years ago
fengjiayi
14b87dbfeb
update reorder_lod_tensor_op_test
7 years ago
fengjiayi
c532fdab29
fix errors
7 years ago
typhoonzero
5361911c68
adam support sparse
7 years ago
fengjiayi
bff0cbfcd3
Merge pull request #7025 from JiayiFeng/rename_output_of_softmax_and_activitions
...
Rename output of softmax and activations
7 years ago
fengjiayi
073746f549
Merge pull request #7036 from JiayiFeng/dev_add_type_check
...
Add data type checking for io.save_inference_model()
7 years ago
fengjiayi
5b9dbbb983
code clean
7 years ago
fengjiayi
febb725102
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_new_backward
7 years ago
fengjiayi
0fa387e26f
Add data type checking
7 years ago
Yang Yu
44ec872531
Merge branch 'develop' of github.com:baidu/Paddle into feature/rnn_gradient_check
7 years ago
Yang Yu
82a22d3258
Update code
7 years ago
fengjiayi
fc7d0ca1cd
fix errors
7 years ago
武毅
4cade60717
Merge pull request #6983 from typhoonzero/fix_sendrecv_ut
...
Fix sendrecv ut
7 years ago
Guo Sheng
49437f1af1
Merge pull request #6986 from guoshengCS/add-python-reduceMax-Min
...
Add python wrapper for reduce_max and reduce_min
7 years ago
fengjiayi
e41a71cea8
fix errors
7 years ago
fengjiayi
b05c253cac
fix an error
7 years ago
typhoonzero
d2ded51adf
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_sendrecv_ut
7 years ago
typhoonzero
6cc4bd536f
wip
7 years ago
Yang Yu
938717ba2b
Stash
7 years ago
qingqing01
c3fd2c28be
Merge pull request #7002 from qingqing01/imdb_data
...
Speed data reader for IMDB dataset.
7 years ago
Yang Yu
2a36e8ad76
Make as const name
7 years ago
Yang Yu
32313994ba
Add forward test with mem
7 years ago
Yang Yu
2bfa9796bf
Fix check
7 years ago
Yang Yu
4450a312a9
Polish Unittest
7 years ago
Yang Yu
01d20c4410
Merge branch 'develop' of github.com:baidu/Paddle into feature/rnn_gradient_check
7 years ago
fengjiayi
874cac0c94
Change softmax
7 years ago
fengjiayi
6812e4f43a
pass test_inference_model_io.py
7 years ago
dangqingqing
eb8edeb2be
Remove the buffer size.
7 years ago
fengjiayi
85b98070f7
fix a bug of inplace
7 years ago
dangqingqing
3247baafc5
Fix importing bug.
7 years ago
dangqingqing
17f4438413
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into imdb_data
7 years ago
dangqingqing
26c9e8e70b
Speed data reader for imdb dataset.
7 years ago
Yang Yu
bad3d4b661
Grad Check For RNN
7 years ago
fengjiayi
77fffc60c6
fix a bug
7 years ago
typhoonzero
9b67688b0d
follow comments
7 years ago
fengjiayi
5383f3c445
pass test_machine_translation.py
7 years ago
typhoonzero
fbd1d1cf26
refine pipe_reader
7 years ago
sweetsky0901
77b0bf41be
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cross_channel_norm
7 years ago
guosheng
97d47ca3fc
Add python wrapper for reduce_max and reduce_min
7 years ago
typhoonzero
4dde9a0057
fix send recv unit test
7 years ago
Qiao Longfei
af0c4c45a3
Impl kernel hint ( #6883 )
...
* init kernel hint
* fix typo
* rm unused code
* add include in op_kernel.h
* restore op_kernel since it will be moved to op_kernel_type
* change force_cpu to use_cpu
* fix compilation
7 years ago
chengduo
d3c42f7d37
Merge pull request #6956 from chengduoZH/feature/fix_embedding_example
...
Fix embedding example
7 years ago
dzhwinter
0d2235aadf
GPUPlace to CUDAPlace ( #6960 )
7 years ago
fengjiayi
4d59b5ace5
pass test_understand_sentiment_lstm.py
7 years ago
qingqing01
87aae57cf0
Merge pull request #6715 from qingqing01/cuda_profile
...
Refine CUDA profiler and delete the test file.
7 years ago
chengduoZH
9e7c068677
fix embedding example
7 years ago
ranqiu92
aa756a3d74
Merge pull request #6940 from ranqiu92/doc
...
fix doc
7 years ago
ranqiu
b653abad0d
fix doc
7 years ago
dzhwinter
735eba2976
Feature/operator run place ( #6783 )
...
* "change operator interface"
* "move devicepool to device_context"
* "fix operator test"
* "fix op_registry Run interface"
* "net op passed. Need to fix nccl multi-Context"
* "add nccl group function"
* "add nccl group function"
* "fix gpu count exceed 32 error"
* "fix recurrent op, nccl op"
* "change the other operators interface with Place"
* "fix typo"
* "fix pybind"
* "fix device in python side"
* "fix pybind failed"
* "add init for test"
* "fix CI"
7 years ago
Cao Ying
7d8e8d9001
Merge pull request #6654 from ranqiu92/doc
...
Update annotations of layers.py.
7 years ago
chengduoZH
1d936f1dfa
refine
7 years ago
武毅
ed08a483fe
Merge pull request #6892 from typhoonzero/refine_fluid_recomm_test
...
Refine fluid recommender test
7 years ago
sweetsky0901
d18d7aa9a3
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cross_channel_norm
7 years ago
typhoonzero
42bf89ce12
refine fluid recomm test
7 years ago
fengjiayi
edba405d36
Pass test_dyn_rnn.py
7 years ago
dangqingqing
ba8660a1bd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cuda_profile
7 years ago
dangqingqing
544ff7848a
Resume the nvprof config.
7 years ago
Luo Tao
49065affba
remove unused usage_stat script
7 years ago
qijun
aa1ac36cc2
merge baidu/develop
7 years ago
sweetsky0901
8a7c309d5f
modify for update from trunk
7 years ago
ranqiu
ddd4158208
Update the annotations of layers.py
7 years ago
sweetsky0901
333995a700
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into cross_channel_norm
7 years ago
Tao Luo
fc5c432a32
Merge pull request #6787 from luotao1/seq_pool_doc
...
add python wrapper for sequence_pool
7 years ago
sweetsky0901
b1025cf50a
add norm_op for ssd(cross channel norm)
7 years ago
Yu Yang
ca82fd2565
Merge pull request #6789 from reyoung/feature/add_reorder_lod_tensor
...
Add ReorderLoDTensorByRank
7 years ago
Luo Tao
36acbba674
Merge branch 'develop' into seq_pool_doc
7 years ago
QI JUN
6b47598103
add data layout ( #6832 )
...
* add data layout
* fix ci
7 years ago
Guo Sheng
c5a2672a07
Merge pull request #6779 from guoshengCS/add-python-reduceMean
...
Add python wrapper for reduce_mean
7 years ago
武毅
8d6db25167
Merge pull request #6297 from typhoonzero/simple_dist_train_api
...
[Done] API for dist train
7 years ago
Luo Tao
f3fc8de1d5
add doc for sequence_first/last_step
7 years ago
Cao Ying
a1cfc32533
Merge pull request #6871 from lcy-seso/fix_fc_layer_doc
...
fix the latex equation in fluid fc layer.
7 years ago
Yang Yu
540af318e7
Merge branch 'develop' of github.com:baidu/Paddle into feature/add_reorder_lod_tensor
7 years ago
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
caoying03
852cd544a9
fix latex equation in fluid fc layer.
7 years ago
Luo Tao
d7a9bb6e19
add python wrap for sequence_first/last_step
7 years ago
Guo Sheng
7f96abc75e
Merge pull request #6849 from guoshengCS/fix-fluid-lrAttr
...
Fix lr setting of param_attr in Fluid
7 years ago
Cao Ying
298dc8958d
Merge pull request #6792 from lcy-seso/refine_doc
...
Refine the doc for mul_op and fully connected layer.
7 years ago
kavyasrinet
22fba722fb
Add doc for data layer ( #6858 )
7 years ago
kavyasrinet
a552385902
Adding doc for sums layer ( #6857 )
7 years ago
Abhinav Arora
91911f4b56
Fix documentation of embedding layer ( #6854 )
7 years ago
kavyasrinet
61eb085648
Adding documentation for the operators: lod_tensor_to_array , array_to_lod_tensor, create_array, increment ( #6807 )
...
* Adding operator assignment
* Adding a prototype for documentation in layers
* small update to re-run Travis
* Removing file from another PR
* Small typo
* Adding documentation for the operators: lod_tensor_to_array , array_to_lod_tensor, create_array, increment
* Fixing indentation issue
* Fixed datatype of input variables
7 years ago
Abhinav Arora
3528e6ede6
Polish API docs for Fluid Assign and Concat layer ( #6855 )
...
* Polish API docs for assign layer
* Polishing the API docs for concat and assign layer
7 years ago
kavyasrinet
e473fa6bfe
Adding array read layer ( #6853 )
7 years ago
kavyasrinet
e56d03ea50
Writeup for array write layer ( #6820 )
...
* Writeup for array write layer
* Fixed the type
7 years ago
kavyasrinet
ab916e54b0
Adding layer array_length ( #6817 )
7 years ago
chengduoZH
e902c36cdf
add conv2d_python doc
7 years ago
guosheng
adfe6900b9
Fix lr setting of param_attr in Fluid
7 years ago
caoying03
a74db488f7
follow comments.
7 years ago
typhoonzero
175a4f52c2
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into simple_dist_train_api
7 years ago
typhoonzero
4658f9501e
fix delete ops
7 years ago
Yang Yu
9189567a90
Follow comments
7 years ago
Yang Yang
f899150e0a
pass forward runtime
7 years ago
qijun
5f5c00f244
follow comments
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
fengjiayi
1a0fc5d8dc
Add the simple support of no_grad_set
7 years ago
chengduoZH
dcf5e948b0
remove conflict
7 years ago
Yang Yu
8823a12ef8
Merge branch 'develop' of github.com:baidu/Paddle into feature/add_reorder_lod_tensor
7 years ago
Abhinav Arora
863661a30b
Polishing the documentation of the less than layer ( #6816 )
7 years ago
Yang Yu
b23982a2de
Add ReorderLoDTensorByRank
...
It is useful to reorder RNN memory block.
7 years ago
Abhinav Arora
ad9790891b
Polish layer documentation for fill_constant ops ( #6808 )
7 years ago
caoying03
ebe4425ffa
Merge branch 'develop' into refine_doc
7 years ago
Yibing Liu
82eff9dc68
Merge pull request #6804 from kuke/fix_dropout
...
Correct the dropout_op's computation in test
7 years ago
Abhinav Arora
c8ef45291d
Polishing the embedding layer and the fc layer documentation ( #6806 )
...
* Polishing the embedding layer and the fc layer documentation
* Addressing code review feedback
7 years ago
Yibing Liu
c2b1ddb6a8
Correct the dropout_op's computation in test
7 years ago
fengjiayi
278ac7be5c
Compelete basic framework
7 years ago
Yancey1989
e805cfcbf3
fix unit test failed
7 years ago
caoying03
c322c7bb02
some small refines.
7 years ago
caoying03
66468736aa
Merge branch 'develop' into refine_doc
7 years ago
caoying03
6a1e312914
refine the doc.
7 years ago
fengjiayi
61a7df2e31
update
7 years ago
Luo Tao
22022017d9
add python wrapper for sequence_pool
7 years ago
qijun
35086d0620
Merge remote-tracking branch 'baidu/develop' into get_places_op
7 years ago
guosheng
c97369b470
Add python wrapper for reduce_mean
7 years ago
guosheng
0ab5d8e1d4
Add python wrapper for reduce_sum
7 years ago
qijun
e8de775f8e
rename trainer_count to device_count
7 years ago
qijun
aa32089493
fix conflict
7 years ago
Wang Meng
9bfa301389
Merge pull request #6631 from will-am/img_separable_conv
...
Add separable convolution
7 years ago
Qiao Longfei
d639b13f15
Merge pull request #6744 from jacquesqiao/expose-const-value
...
Expose const value
7 years ago
Yang Yang
2f56d4b3d4
forward pass compile time
7 years ago
qiaolongfei
927f5d567c
complete const test
7 years ago
fengjiayi
590e6111f1
update
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
Yang Yang
b2ee91903d
add parallel_do test
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
fengjiayi
6bb4a6fd42
update
7 years ago
qijun
3034edf1a7
fix typo
7 years ago
qijun
39a61bbf55
fix conflict
7 years ago
yangyaming
760d20de92
Add test for sequence_softmax.
7 years ago
yangyaming
6cba821a60
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6712
7 years ago
typhoonzero
b1b7af400f
support multi node
7 years ago
qijun
44bae42dd1
follow comments
7 years ago
dangqingqing
22446fe1c8
Fix the config arguments.
7 years ago
qijun
31323f7911
add test
7 years ago
yangyaming
9573256f9d
Remove main_program and startup_program.
7 years ago
qijun
9fbd94263e
init
7 years ago
wangmeng28
7be4f2b754
Merge remote-tracking branch 'upstream/develop' into img_separable_conv
7 years ago
wangmeng28
94ca8f2152
Make the default layer type for separable conv is exconv
7 years ago
yangyaming
2a058b109c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
7 years ago
yangyaming
dfb2261d59
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6712
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
fa5cdd8f74
Expose sequence_softmax_op.
7 years ago
yangyaming
9ee9fefd2d
Change the return order to h, c.
7 years ago
yangyaming
d993a4f58b
Change default value for bias_attr.
7 years ago
yangyaming
69072ef1ce
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
7 years ago
yangyaming
58d6946c87
Set the act to 'linear'.
7 years ago
ying
1fb68e1e6d
Merge branch 'develop' into update_capi_doc
7 years ago
ying
635a69ba4b
add doc for how to use C-API.
7 years ago
typhoonzero
7be79231e1
wip multi-trainer
7 years ago
yangyaming
984e4ca530
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6590
7 years ago
yangyaming
a398e25d6a
Expose param_attr and bias_attr.
7 years ago
ranqiu
76f0bd83dc
Update annotations of layers.py
7 years ago
yangyaming
ed56ed9f3a
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix-6581
7 years ago
dangqingqing
521db98bc9
Refine CUDA profiler and delete the test file.
7 years ago
wanghaoshuang
fbdaf7e098
Fix unitest
7 years ago
yangyaming
3242e286e6
seq_expand --> sequence_expand
7 years ago
typhoonzero
e6079390a9
add example doc in transpiler
7 years ago
sweetsky0901
7456d737b2
Merge pull request #6204 from sweetsky0901/my_spp_op
...
add spp(Spatial pyramid pooling ) op
7 years ago
Qiao Longfei
e3a9a896bc
Merge pull request #6691 from jacquesqiao/fix-simple_gru2-doc
...
fix simple_gru2 doc
7 years ago
dzhwinter
24fda39220
Feature/global context ( #6537 )
...
* "add DeviceContextPool"
* "add devicecontextpool in pybind"
* "add comments in python side "
* "fix static link error"
* "fix CI error"
* "add executor.py"
* "fix CI error"
* "add with gpu macro"
* "remove comment out codes"
* "add TODO items"
* "update init devices"
7 years ago
qiaolongfei
964f01e3e8
fix simple_gru2 doc
7 years ago
fengjiayi
b3ea677a2b
update
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
0d748f5bcd
Move seq_expand to nn.py.
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
typhoonzero
f8f80db163
update for multi trainer
7 years ago
fengjiayi
f2e76008d3
update
7 years ago
Yibing Liu
5ac8a0bec8
Merge branch 'develop' of upstream into fix_reshape_op
7 years ago
Yu Yang
d5cab4f07c
Fix compile on CUDA9.1 & MacOS ( #6642 )
7 years ago
typhoonzero
e13e15d8a4
fix ci
7 years ago