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
29cd089ab2
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
7 years ago
sweetsky0901
73a9c853fa
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
typhoonzero
b4cd7f3d75
wip need ut
7 years ago
guosheng
63ce906b08
Refine ChunkEvalutor by following comments
7 years ago
chengduoZH
50003984d4
remove conflict
7 years ago
guosheng
6ecf08b173
Enhance init_from_tar to support indicating parameters excluded from the initialized model
7 years ago
fengjiayi
8f7d0b1814
add param_attr for nets ( #6509 )
7 years ago
guosheng
1eaeacb2c8
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into add-multiBatch-chunkEval
7 years ago
sweetsky0901
4d8f39b853
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
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
chengduo
7902ad653c
Merge pull request #6500 from chengduoZH/feature/v2_doc_img_pool
...
fix img_pool maxout doc
7 years ago
chengduoZH
7d88029381
equation align
7 years ago
chengduoZH
936f0546e3
fix img_pool maxout doc
7 years ago
wangmeng28
c175eeb387
Fix wrong index in dataset downloading exception
7 years ago
Siddharth Goyal
4ff6bc175a
Add row conv operator ( #6013 )
...
* Fix documentation
* Address review comments
7 years ago
sweetsky0901
8ec20b22fc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
dzhwinter
0ca6274451
"add global regularization" ( #6443 )
...
* "add global regularization"
* Polish `append_regularization_ops`
7 years ago
sweetsky0901
15b1e8e858
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
sweetsky0901
65b641bf66
add detection_output op
7 years ago
typhoonzero
489b9695e4
wip for testing
7 years ago
ranqiu
322bf3fe36
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into doc
7 years ago
Yu Yang
9f44af9d7c
Fix #6460 ( #6461 )
7 years ago
ranqiu
8d428bd9b8
Update annotations of layers.py
7 years ago
typhoonzero
308491a94a
update for simple dist train
7 years ago
sweetsky0901
b41894d147
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into detection_output
7 years ago
sweetsky0901
fe177b6292
test detection_output cpu and gpu ok, but doc will be modify
7 years ago
chengduoZH
5f48421cc3
fix conv2d_transpose API (Add dilation)
7 years ago
chengduoZH
d93bbf1b35
add conv_trans unit test
7 years ago
typhoonzero
71655334c6
update
7 years ago
Cao Ying
00d6c90f56
Merge pull request #5962 from ranqiu92/doc
...
Refine the doc of layers.py
7 years ago
chengduo
b6e67f6c0f
Merge pull request #6392 from chengduoZH/feature/fix_python_api_doc
...
Fix v2_API equation for img_pool and maxout format.
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
chengduoZH
3c84444795
follow comments
7 years ago
Abhinav Arora
113c026d12
Swish activation operator ( #6358 )
7 years ago
chengduoZH
93563efa19
fix doc
7 years ago
Tao Luo
a34fc8b36b
Merge pull request #6213 from tensor-tang/mkldnn_lrn
...
add MKLDNN LRN
7 years ago
Yu Yang
584c9cfc82
Add comments of unique_name, Variable, Operator ( #6342 )
7 years ago
Yan Chunwei
6f08a2191e
add gru unit layer wrapper ( #6325 )
7 years ago
Yu Yang
45b015be22
Fix #6335 ( #6343 )
7 years ago
typhoonzero
dd46d95fe4
wip
7 years ago
Tao Luo
de80c5696a
Merge pull request #6100 from guoshengCS/enhance-include-pool
...
Enhance AvgPooling to support both include_mode and exclude_mode
7 years ago
Yancey
c4599d3e9a
Add version api ( #2985 )
...
* write versino.py
* add version py
* clean init py
* add istaged, major and etc... fields
* update
* update
* update
7 years ago
qingqing01
429d67deee
Merge pull request #6336 from qingqing01/cudnn_conv_op
...
Change the type of conv2d in Python API.
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
dangqingqing
45aca4e9bb
Change the type of conv2d in Python API.
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
typhoonzero
b18ca5f873
wip api for dist train
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
Yu Yang
d5e3279451
While op forward for sentimental analysis ( #6140 )
...
* 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
7 years ago
QI JUN
1fe05c458f
Generate docs for Fluid API ( #6215 )
...
* add doc config for fluid
* fix typo
* follow comments
7 years ago
tensor-tang
f13d725acf
add mkldnn_lrn python interface and add it to simple net
7 years ago
sweetsky0901
0c4446868b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
7 years ago
sweetsky0901
8368e55be9
modify some doc
7 years ago
Yu Yang
2a3a1e9a93
Add DataFeeder ( #6102 )
...
* Add DataFeeder
A v2 API like data feeder for book demos.
We can feed data directly from reader.
* Fix CI
* Remove batch_size_dim for feeder
Also add __all__ to data_feeder.py
* Follow comment
7 years ago
sweetsky0901
531e7b6fa6
gpu test ok
7 years ago
sweetsky0901
c75b4538ca
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_spp_op
7 years ago
sweetsky0901
5c057f9552
add spp op only can test ok
7 years ago
Siddharth Goyal
ea1a643425
Add hinge loss op ( #5837 )
...
* Add hinge loss op
* Update hinge-loss equation for proper latex
7 years ago
武毅
d89061c39c
Merge pull request #5282 from typhoonzero/simple_pipe_reader
...
Simple pipe reader for hdfs or other service
7 years ago
Yu Yang
aabe1db111
Feature/simple gan for api ( #6149 )
...
* Expose sigmoid_cross_entropy_with_logits
Also, change the `labels` to `label` for api consistency
* Very simple GAN based on pure FC layers
7 years ago
QI JUN
813bbf40a1
disable test_recurrent_op ( #6153 )
7 years ago
whs
10b2534ebc
Merge pull request #5480 from wanghaoshuang/nce_op
...
Add nce op
7 years ago
Yu Yang
1fe5acb25a
Expose sigmoid_cross_entropy_with_logits ( #6147 )
...
Also, change the `labels` to `label` for api consistency
7 years ago
QI JUN
ade6c83278
open test_word2vec ( #6104 )
7 years ago
guosheng
e1358945d1
Refine AvgPooling with excludeMode to make it compatible with the raw prototxt
7 years ago
guosheng
6b18b3cc9c
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into enhance-include-pool
7 years ago
Yu Yang
0d40a4dbc6
Add lod_level for data layer ( #6040 )
7 years ago
guosheng
192c00a7da
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into enhance-include-pool
7 years ago
guosheng
fe6af6b6ac
Enhance the AvgPooling to support optional exclude-mode
7 years ago
Yu Yang
ac596a3952
Feature/switch program ( #5932 )
...
* Unify fluid submodules to fluid module
Change books just use `import fluid`, not submodules
* Remove g_main_program/g_startup_program
Use default_main_program/default_startup_program instead
* Typo
* Add API for switch default program
* Two functions: switch_main_program/switch_startup_program
* A guard: program_guard. Users can use the `with` statement change
default programs
* Change unittests in `test_layers`
* Fix CI
* Fix CI
* Fix CI
7 years ago
QI JUN
82dd1653ae
Fix python.v2.fluid arg parse ( #6055 )
...
* fix python gflags init
* format code
7 years ago
sweetsky0901
966a6ce6db
Merge pull request #5826 from sweetsky0901/my_unpool_max_2d
...
My unpool max 2d
7 years ago
Yu Yang
1b6dcc2fe8
Feature/param attr ( #5996 )
...
* Make param_attr as a strong typed class
Fix #5819
7 years ago
sweetsky0901
5b449b6021
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
dangqingqing
a1bf4c2833
Update code and small fix.
7 years ago
qingqing01
21053c168c
Merge pull request #5954 from qingqing01/nvprof
...
Add CUDA profiler tools in new framework.
7 years ago
wanghaoshuang
29262ab24d
Fix unitest.
7 years ago
sweetsky0901
d2ee3c98df
format code
7 years ago
sweetsky0901
2d42fa74ec
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
kavyasrinet
dcf3ffd980
Adding log loss operator ( #5854 )
...
* Adding log loss operator
* Removing comments
7 years ago
whs
f90c06bcee
Merge pull request #5888 from wanghaoshuang/fix_crop
...
Add size, height and width for crop layer and switch order layer.
7 years ago
sweetsky0901
bd561384bc
format code
7 years ago
sweetsky0901
821899ccd4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
sweetsky0901
6fc9a9fd69
modify for del T2 and doc update
7 years ago
Qiao Longfei
c975fe1bde
batch norm support matrix input ( #5980 )
...
* batch norm support matrix input
* update gpu code
* format code
7 years ago
dangqingqing
5e7e90ce8f
Refine paddle/v2/fluid/profiler.py.
7 years ago
dangqingqing
696b0253e5
Refine paddle/v2/fluid/profiler.py.
7 years ago
Yu Yang
985e4ab62d
Add Python wrap of conv2d_transpose and its unittest ( #5946 )
...
* Add Python wrap of conv2d_transpose and its unittest
* Follow comments
* Fix format
7 years ago
wanghaoshuang
d0246e24e0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into nce_op
7 years ago
wanghaoshuang
ea7359c60b
Refine code and comments
...
1. Remove checking for num_neg_samples.
2. Fix dims of Output(Cost) and Input(Bias).
3. Renamed num_sampled_classes to num_neg_samples.
4. Add TODO for add more distribution sampler.
5. Init grad_data of bias by zero.
6. Refine comments.
7. Register a kernel for type double.
7 years ago
Yu Yang
0aceeee1fa
Feature/remove g program ( #5930 )
...
* Unify fluid submodules to fluid module
Change books just use `import fluid`, not submodules
* Remove g_main_program/g_startup_program
Use default_main_program/default_startup_program instead
* Typo
* Fix CI
7 years ago
wanghaoshuang
a88d98c413
Add comments
7 years ago
ranqiu
85e6906f0b
Refine the doc of layers.py
7 years ago
Tao Luo
1e6f85e5ff
Merge pull request #5952 from luotao1/fix_lscpu_log
...
fix grep socket error in lscpu command
7 years ago
sweetsky0901
ee0a794c27
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
sweetsky0901
57e68e5740
modify for code review by qingqing 2nd
7 years ago
ranqiu92
217c6a363f
Merge pull request #5949 from ranqiu92/doc
...
Refine the doc of layers.py
7 years ago
tangwei12
bf360c7746
fix pipe_reader unimport packages
7 years ago
dangqingqing
623f62a7dc
Add cuda profiler tools and expose it in Python.
7 years ago
Wang Meng
95cdbfec19
Merge pull request #4859 from will-am/factorization_machine_layer
...
Add Factorization Machine Layer
7 years ago
Luo Tao
966a442eb0
fix grep socket error in lscpu command
7 years ago
ranqiu
d4c2f2f219
Refine the doc of layers.py
7 years ago
wangmeng28
8a283dbc9e
Update docs for fm layer
7 years ago
Cao Ying
ed516e0344
Merge pull request #5890 from ranqiu92/doc
...
Update the annotations of layers.py.
7 years ago
QI JUN
b28b2f172b
refine test_recognize_digits_mlp and format codes ( #5937 )
7 years ago
Yu Yang
d89ff5b614
Restore the param infos in Program.clone() ( #5873 )
...
* Restore the param infos in Program.clone()
The Program.clone only clone the variables and ops
in the program into a new program. However, the
information of Parameter is not clone.
So we need restore the information of Parameters.
Fix #5871
* Follow comments
* Fix CI
* Fix CI
* Fix CI
7 years ago
Qiao Longfei
c9a96575d5
py_test and test_image_classification_train support argument ( #5934 )
...
* py_test support argument, test_image_classification_train support argument
* use REMOVE_ITEM to rm item from list in cmake
7 years ago
dangqingqing
322d69f209
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into nvprof
7 years ago
dangqingqing
6cf2dcbc1f
Add cuda profiler tools.
7 years ago
sweetsky0901
f9c2a5c38e
modify for code review zcd
7 years ago
sweetsky0901
022b48e16f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
sweetsky0901
20654cf78a
modify for type check rewrite
7 years ago
Guo Sheng
dbfc76ab29
Merge pull request #5927 from guoshengCS/fix-addtolayer-check
...
Fix the check in addto_layer
7 years ago
fengjiayi
33fa2dfbde
Compelete max_sequence_len_op ( #5913 )
7 years ago
Yu Yang
0ac8c74e63
Unify fluid submodules to fluid module ( #5924 )
...
Change books just use `import fluid`, not submodules
7 years ago
guosheng
f6e82bcf7e
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-addtolayer-check
7 years ago
guosheng
5981918cfc
Fix the check in addto_layer
7 years ago
dzhwinter
e6546baa62
remove unused file ( #5918 )
7 years ago
武毅
a06bec1287
Conv cudnn 3d ( #5783 )
...
* conv cudnn 3d
* update test case
* update
* update
* follow comments and remove groups from helper
* update
* refine
* update
* follow comments2
* update
* fix compile
7 years ago
dzhwinter
52a735879c
"add asnumpy interface" ( #5620 )
...
* "add asnumpy interface"
* Just for unittest
* Change unittests for numpy I/O
* Fix CI
7 years ago
sweetsky0901
27cf7f3376
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
Yu Yang
a619695b06
Feature/enhance evaluator ( #5824 )
...
* Stash
* Stash
* Polish Evaluator
* Merge code
* Revert
7 years ago
sweetsky0901
a38bbc8610
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
dzhwinter
513b1e010f
"add floor, ceil, round op" ( #5898 )
...
* "add floor, ceil, round op"
* "reuse zero gradient"
* "fix divide zero"
* "fix numpy floor error"
7 years ago
dzhwinter
45062fe5d7
Feature/copytensor ( #5455 )
...
* "make global tensor function independently"
* "replace functor"
* "fix inline template error"
* "fix tensor array with CopyFrom"
* "fix other case use CopyFrom"
* "move the op interface hardly"
* "fix operators"
* "fix typo"
* "delete dynamic recurrent rnn and fix gru_unit in debugmode"
* "fix unique_ptr copy"
* "fix cuda copy"
* "fix namespace error"
* "removed nccl python test"
* "fix include error"
* "fix typo"
* fix copy util test
7 years ago
wanghaox
0690cca758
Merge pull request #5831 from wanghaox/roi_pool
...
Roi pool operator
7 years ago
wanghaox
cf5b598642
fix some issues
7 years ago
wanghaoshuang
6ace929c3d
Rename variable name.
7 years ago
wanghaox
ef905598a2
fix some code issues
7 years ago
wanghaoshuang
52be2a2a86
Add depth dim
7 years ago
wanghaoshuang
ce4e0e90a0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_crop
7 years ago
Qiao Longfei
65c859db7a
beam_search_decode support multi data type ( #5847 )
...
* beam_search_decode support multi data type
* add VisitDataType for beam search decode
* use Specialization to handle bool
* move Specialization of BeamSearchDecodeFunctor out of class
7 years ago
QI JUN
3a76062c84
support testing when training and handle dropout and batch_norm operator in testing mode ( #5734 )
...
* is_training to is_test in dropout op
* handle dropout and batch_norm operator when prune pdesc in testing mode
* handle dropout and batch_norm operator when prune pdesc in testing mode
* add get_inference_program method
* fix dropout op
* fix ci
* test data after each batch training
* refine code
* refine test_book3
* fix ci
* follow comments
7 years ago
ranqiu
e4c8de9ef5
Update the annotations of layers.py
7 years ago
fengjiayi
50d670ee06
Unify dtype and datatype ( #5869 )
...
* Change all `data_type` in Python to `dtype`
* Change `date_type` in C++ to `dtype`
* Refine
7 years ago
wanghaoshuang
67a3277e08
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_crop
7 years ago
wanghaoshuang
6b29904bad
Add size, height and width for crop layer.
...
Add size for switch order layer
7 years ago
Qiao Longfei
e1b26514a7
revert print in test_layers ( #5834 )
7 years ago
wangmeng28
89e63b138f
Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
sweetsky0901
ee4a5d2117
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
kavyasrinet
d883547bf0
Adding the FTRL optimizer. ( #5785 )
...
* Adding the FTRL optimizer
* Fixed the python test case
7 years ago
tensor-tang
e4397c4aa8
Merge pull request #5828 from tensor-tang/develop
...
fix v2 init issue on Mac
7 years ago
Cao Ying
657776012b
Merge pull request #5692 from peterzhang2029/add_bn_eq
...
Make epsilon in BatchNormLayer a configurable variable.
7 years ago
wanghaox
36dd770a08
add roi operator unittest
7 years ago
tensor-tang
32eb0a7fcf
fix v2 init issue on Mac
7 years ago
sweetsky0901
e553d5728d
format test code
7 years ago
sweetsky0901
47bd0bb678
del printf
7 years ago
sweetsky0901
8ba8237a87
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
sweetsky0901
e2a5905eae
gpu test ok unpool2dmax
7 years ago
Qiao Longfei
53bd51e3f4
07/Label semantic roles ( #5798 )
...
* init label_semantic_roles.py
* add linear_chain_crf and test
* complete test_linear_chain_crf
* correct last layer of db_lstm
* update optimizer and initializer
* update param_initializer of embedding_layer
* support load pre trained embedding
* rm unused parameter
* optimize code
* clean code
* fix test
* add todo
7 years ago
Guo Sheng
778b981e24
Merge pull request #5804 from guoshengCS/fix-GRUUnitOp-dev
...
Fix calculations in gru_unit_op to consistent with gru_op
7 years ago
sweetsky0901
abb3357d1c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
sweetsky0901
90f664d0b0
test unpool ok cpu
7 years ago
qingqing01
2e79999ce1
Merge pull request #5805 from abhinavarora/msra
...
Implementing the MSRA initializer for rectifier units
7 years ago
tensor-tang
e28157d7c1
fix v2 init issue on Mac ( #5808 )
...
* fix v2 init issue on Mac
* refine the v2 init
7 years ago
peterzhang2029
90e05a4b8c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
7 years ago
peterzhang2029
5502abb95b
refine docstrings
7 years ago
chengduo
67bd4cd641
Merge pull request #5802 from chengduoZH/reorder_parameter
...
reorder parameters of layer
7 years ago
fengjiayi
f04c97a035
refine test_understand_sentiment_lstm ( #5781 )
...
* fix
* Fix a bug
7 years ago
Zhaolong Xing
3e9ea34821
fix prelu doc ( #5807 )
7 years ago
Abhinav Arora
4a2b0ae4d3
Implementing the MSRA initializer for rectifier units
7 years ago
guosheng
b6b7ab63c6
Fix calculations in gru_unit_op to be consistent with gru_op
7 years ago
whs
95de6f517a
Merge pull request #5800 from wanghaoshuang/fix_pnp
...
Refine doc of pnpair evaluator
7 years ago
chengduoZH
7177c276ca
reorder parameters of layer
7 years ago
Zhaolong Xing
51e7c26fdc
Merge pull request #5641 from NHZlX/fix_prelu
...
Fix prelu python api
7 years ago
sweetsky0901
822f28343b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
sweetsky0901
200f07c219
add test
7 years ago
Yu Yang
f2ca07e88a
IfElse Python API ( #5624 )
...
* Forward of raw if-else op
* add backward part of mnist if-else unittest
* refine fill_constant_batch_size_like layer
* add draft ifelse operator
* Complete IfElse Op
* add unittest of ifelse api
* merge baidu/develop
* Stash
* Merge develop branch
* Support int/int64 for fill_constant_batch_size_like
7 years ago
guosheng
f191c82010
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-GRUUnitOp-dev
7 years ago
wanghaoshuang
9f54fa24bf
Rename info to query_id and add more comments.
7 years ago
ranqiu92
51c75a931c
Merge pull request #5742 from ranqiu92/doc
...
Update annotations of layers.py
7 years ago
Tao Luo
3c4d4065ae
Merge pull request #5775 from luotao1/ProtoData
...
remove ProtoData
7 years ago
Abhinav Arora
e930f49673
Improve the initializer Interface for fc, sequence_conv and conv2d layers ( #5760 )
...
* Improve the initializer Interface for fc, sequence_conv and conv2d layers
* Fix some typos in python code
* Fix CI
7 years ago
wangmeng28
b80cdcea11
Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
sweetsky0901
7ce06c8b61
Merge pull request #5571 from sweetsky0901/my_maxout_op
...
Add maxout operator.
7 years ago
wangmeng28
13ec6f99fe
Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
fengjiayi
d5be1d4dd0
use Evaluator in book tests ( #5778 )
7 years ago
sweetsky0901
9cb2ff6a3b
del num_channels
7 years ago
sweetsky0901
95cbbd772e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
Cao Ying
d2e30a2c4f
Merge pull request #5771 from lcy-seso/softsign
...
add the softsign activation.
7 years ago
sweetsky0901
350cc61f3f
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
caoying03
fafd3e0fc0
Merge branch 'develop' into softsign
7 years ago
Luo Tao
76501c8258
remove ProtoData, update related files
7 years ago
chengduo
9db4d01928
Merge pull request #5772 from chengduoZH/fix_layer.py.conv2dbug
...
fix bug (conv2d groups: 'num_channels % groups is not 0:' )
7 years ago
wanghaox
6ac42378ac
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox
76fc1a82e1
for code review 4
7 years ago
chengduoZH
bc3ec53671
remove conflict
7 years ago
chengduo
134eaf21b3
Merge pull request #5602 from chengduoZH/add_cudnn_pool3d
...
Add cudnn pool3d
7 years ago
wanghaox
52f2366d2b
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
chengduoZH
3872ea050e
fix bug (conv2d groups )
7 years ago
guosheng
3e7fff4188
Fix calculations in gru_unit_op
7 years ago
caoying03
dffa8fabb2
add softsign activation.
7 years ago
wangmeng28
5392a503a7
Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
wangmeng28
d5a6c81dc5
Update docs for factorization machine layer
7 years ago
wanghaox
f7c156284c
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
wanghaox
794117bb93
fix some comments
7 years ago
Cao Ying
6da78d976c
Merge pull request #5764 from lcy-seso/fix_layer_helper_unitest
...
remove redundant tests in layer helper's unittest.
7 years ago
wanghaox
13d39eaf97
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
Cao Ying
56ec40ad9c
Merge pull request #4924 from ranqiu92/attention
...
Add the configuration helper for multi-head attention.
7 years ago
wanghaox
2d7a652869
del framework test_maxout_op
7 years ago
Cao Ying
01d6ccb4e2
Merge pull request #5763 from ranqiu92/dot_product_attention
...
update the dot_product_attention.
7 years ago
caoying03
cdde045afe
remove redundant tests in layer helper's unittest.
7 years ago
wanghaox
4c113cc776
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
Cao Ying
c6ec26df3a
Merge pull request #5736 from lcy-seso/l2_distance
...
Add the L2 distance layer.
7 years ago
wanghaox
a6a01c15f5
add test_maxout_op framework to fluis
7 years ago
wanghaox
63f8c5fe58
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
ranqiu
f22402933e
Refine multi_head_attention
7 years ago
ranqiu
d29901b825
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into attention
7 years ago
ranqiu
81abcdea39
Refine dot_product_attention
7 years ago
Qiao Longfei
569f7c4773
enforce shape of backward target to be {1} ( #5745 )
...
* enforce shape of backward target to be {1}
* fix test_regularizer.py
* rm unused code
* fix backward_test
* fix a type bug
* fix test_program
7 years ago
chengduoZH
6a1c22361c
fix unit test
7 years ago
Abhinav Arora
6cfcf6245a
Adding logical operators for beam search and control flow ( #5708 )
7 years ago
chengduoZH
5238c9fb0b
input type should be different
7 years ago
wanghaox
360354670c
fix some codes
7 years ago
chengduoZH
dec61ab6df
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
7 years ago
wangmeng28
5ee63bb67c
Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
peterzhang2029
9580c45077
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
7 years ago
chengduo
0f83674c7d
Merge pull request #5603 from chengduoZH/Add_conv3d_transpose_cudnn_op
...
add conv3d_trans_cudnn_op
7 years ago
caoying03
37190b7c14
small fix.
7 years ago
caoying03
29fc94b265
Merge branch 'develop' into l2_distance
7 years ago
Guo Sheng
7a57b3b788
Merge pull request #5623 from guoshengCS/fix-H0-GRUOp
...
Fix data order of H0 in GRU Operator
7 years ago
ranqiu92
093c526d43
Merge pull request #5724 from ranqiu92/dot_product
...
add dot_prod_layer
7 years ago
caoying03
929efdc592
follow comments.
7 years ago
caoying03
4772b78ced
add config_helper.
7 years ago
fengjiayi
044d671e73
Rename 'argu' in framework.py to 'arg' ( #5723 )
7 years ago
ranqiu
b0c88e3dd0
Update annotations of layers.py
7 years ago
Tao Luo
56f28a0f65
Merge pull request #5732 from tensor-tang/rename
...
rename all Mkldnn to MKLDNN
7 years ago
Tao Luo
9b56074083
Merge pull request #5705 from tensor-tang/mkldnn_concat
...
enable mkldnn_concat layer
7 years ago
ranqiu
2e1cd3313d
Update dot_prod_layer
7 years ago
tensor-tang
f5df46e1a4
rename all Mkldnn to MKLDNN
7 years ago
chengduoZH
0bc2f41da9
remove conflict
7 years ago
QI JUN
a391a44dd0
remove v2 framework ( #5722 )
7 years ago
ranqiu
aa2507187e
add dot_prod_layer
7 years ago
Qiao Longfei
0ce38b77f2
correct optimizer import ( #5699 )
7 years ago
chengduo
06d155b539
Merge pull request #5718 from chengduoZH/Add_pad_and_stride_for_conv_transpose_op
...
Add padding for conv_transpose_op
7 years ago
chengduoZH
eb07047699
add padding
7 years ago
peterzhang2029
27d7b2cbb4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
7 years ago
guosheng
afd1f36186
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-H0-GRUOp-dev
7 years ago
wangmeng28
571ef90ce2
Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
Yan Chunwei
186581d2cc
add is empty op ( #5639 )
7 years ago
peterzhang2029
ac46018108
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_bn_eq
7 years ago
Yang Yang(Tony)
18f0c40a97
feature/while_grad_op ( #5554 )
...
* first commit
* Python API for while op
* Python Unittest for simple while_op forward
* fix out to be list
* Fix UT
* VarType
* Fix several bugs
* Fix bug
* Fix bug
* Fix Bug
* Fix bug
* Fix unittest
* Remove debug log
* Add comments
* add PADDLE_ENFORCE
* while_grad_op first commit
* Add `BlockDescBind::FindRecursiveOrCreateVar()` and fix bugs
* not sure how to setdim of while outputs
* push for test
* add executor vlog
* fix bug of while_op cond
* Several enhancement for code
1. Backward always infer shape & infer var type. Since there are RENAME
variables will be created when creating backward operator, but their
shape & var types are not inferenced.
2. Never use SomePtr-> directly, since every pointer could be nullptr if
it is a function return value. Add `detail::Ref` to cast pointer to
reference safely.
3. Enhance error message for backward.
4. Infer data type of variable in `sum` and `tensor_write`
* Fix bugs of while_op gradient
* Fix several bugs of while_op grad
* fix fill zeros like
* fix 3 >= 3
* fix place holder shouldn't be null
* fail on sum op
* Fix SumOp of TensorList
* clean up
* pass while test
* fix test_array_write_read
* pass sum op
* Support int/int64 for fill_constant_batch_size_like
* Fix compile
7 years ago
peterzhang2029
8a49f7f16b
add epsilon in bn
7 years ago
tensor-tang
88feb517d4
Merge remote-tracking branch 'upstream/develop' into mkldnn_concat
7 years ago
tensor-tang
739858c889
add python interface for mkldnn_concat
7 years ago
wangmeng28
d6e35ecdd5
Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
wangmeng28
7a1a586355
Update variable names and docs for factorization machine layer
7 years ago
chengduoZH
7e91da41e7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
7 years ago
wanghaox
7bb26805e5
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
wanghaox
1d95173cfe
change offset and length's rank to 2, dim[0] for batch size
7 years ago
Tao Luo
6cf7f1e4b9
Merge pull request #5671 from tensor-tang/autocpu
...
auto set cpu env when mkldnn or mklml enabled
7 years ago
Qiao Longfei
a76b61443b
mv test_beam_search_op.py to fluid ( #5687 )
7 years ago
Cao Ying
82849ad167
Merge pull request #5678 from ranqiu92/doc
...
Update annotations of layers.py.
7 years ago
wanghaox
40a6c4882d
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
guosheng
75426e013a
Refine GRU Operator
7 years ago
QI JUN
d7bf372d26
support adagrad sparse update ( #5272 )
...
* adam sparse support
* fix gpu build error
* fix ci
* fix ci
* fix adagrad sparse update bug
* fix gpu build error
7 years ago
helinwang
92b0c69946
Merge pull request #5645 from helinwang/model
...
Remove unused model.py
7 years ago
Helin Wang
36f1d16f54
Remove unused model.py
7 years ago
wanghaoshuang
e60eb1eacd
fix unitest
7 years ago
wanghaoshuang
668dc53fcc
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into nce_op
7 years ago
wanghaoshuang
09d32b068c
Add unitest and comments.
7 years ago
qingqing01
f95c291b5e
Merge pull request #5651 from emailweixu/fix_conv_bias
...
Fix conv2d bias
7 years ago
ranqiu
bf4b5320d8
Update annotations of layers.py
7 years ago
chengduoZH
00e0881bfb
remove conflict
7 years ago
chengduoZH
f91422ecc4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_im2col
7 years ago
Yan Chunwei
09866fb75f
feature/beam search op ( #5052 )
7 years ago
tensor-tang
d66d6c6ea3
auto set cpu environment in V2 API
7 years ago
wanghaox
4c426f191b
update sequence_slice_op.h, change some code
7 years ago
wanghaox
3ef776ef28
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox
8d9babf204
maxout code review 2nd
7 years ago
xuwei06
81bb26f3bd
Removing debug print and moving assert
7 years ago
chengduoZH
e825a49259
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_cudnn_pool3d
7 years ago
xzl
b7ebaf71bb
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_prelu
7 years ago
xzl
2ab928d185
modify the prelu test and regenerate the proto
7 years ago
xzl
f9469d33a7
add check for input height and width and input channel
7 years ago
chengduoZH
c5330fa772
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into Add_conv3d_transpose_cudnn_op
7 years ago
chengduoZH
e25bfc7508
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into refine_im2col
7 years ago
Qiao Longfei
2506c74f3f
rm unused dir framework ( #5652 )
7 years ago
kexinzhao
d7bf066809
Adding interface for decayed adagrad optimizer ( #5644 )
...
* add decayed adagrad python code
* fix typo and order
* small fix
7 years ago
Qiao Longfei
1db1a0dcea
mv test_beam_search_decode_op.py to fluid ( #5642 )
7 years ago
ranqiu
06c7686aa1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into attention
7 years ago
xuwei06
a5c9e6ace2
Fix conv2d bias
...
The size of the bias parameter should be the number of filters.
7 years ago
Cao Ying
374e16852d
Merge pull request #5517 from ranqiu92/doc
...
Update the annotations of layers.py.
7 years ago
Helin Wang
c089b7649f
Fix test
7 years ago
helinwang
7176bcf0b5
Merge branch 'develop' into demo
7 years ago
helinwang
d1d21004dd
Merge pull request #5331 from dzhwinter/feature/evaluator
...
Feature/evaluator
7 years ago
dzhwinter
2d7ac80b43
"relauch ci" ( #5314 )
7 years ago
Dong Zhihong
b32faa06eb
"fix import error"
7 years ago
Helin Wang
3157ce6123
Simpily demo, add paddle.default_main_program() and paddle.default_startup_program
...
- Removed all main_program and startup_program in the demo.
- Using paddle.default_main_program() hides the implementation detail (e.g., using g_main_program) from the user, we can change the implementation in the future much easier.
7 years ago
Dong Zhihong
2f33f74a35
Merge remote-tracking branch 'origin/develop' into feature/evaluator
7 years ago
Abhinav Arora
c3a61349e4
Adding greater than and less than equal ops to compare op ( #5609 )
...
* Adding greater than and less than equal ops to compare op
* Changing the name of the less_than_equal and greater_than_equal op
* Also changing the name of the functors
7 years ago
xzl
c1b23535c0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_prelu
7 years ago
xzl
a0e77692f3
Embarrassed, i forget to do the type check
7 years ago
xzl
1906e63f39
fix prelu(add filter_num output_x output_y) and add channel_shared param
7 years ago
Zhaolong Xing
d7319c2220
Merge pull request #5165 from NHZlX/add_dilation
...
Add dilation for exconv layer
7 years ago
Zhaolong Xing
3e6f768409
Merge pull request #4891 from NHZlX/poolmaxpool_with_mask
...
max pool Layer with mask
7 years ago
wanghaox
9a18e78e69
update sequence slice op, fix some error
7 years ago
ranqiu
ac29d00cff
Update doc of layers.py
7 years ago
ranqiu
de2bc5da28
Update annotations of layers.py according to comments
7 years ago
wanghaox
29c25828b0
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
Qiao Longfei
4adc8a7aa1
Change framework to fluid ( #5637 )
...
* init commit
* change some dir name
7 years ago
wanghaox
f319fb1ce1
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
peterzhang2029
f06d8f0dd4
Merge pull request #5622 from peterzhang2029/notation_fix
...
Fix error in networks' docstrings .
7 years ago
xzl
f3818bd335
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dilation
7 years ago
xzl
fbd8a3307c
regenerate the proto for support the dilation
7 years ago
ranqiu
1baeebc8e7
Update the annotations of layers
7 years ago
peterzhang2029
e97354152c
unify the bias
7 years ago
Dong Zhihong
12858baa6c
"relauch ci"
7 years ago
Qiao Longfei
7345de3ad1
Beam search decode op python ( #5631 )
...
* fix lod_tensor_array
* init test beam search decode op
* add test_beam_search_decode_op
7 years ago
Dong Zhihong
fc117ecfa6
Merge remote-tracking branch 'origin/develop' into feature/evaluator
7 years ago
peterzhang2029
2b93934d2a
refine doc
7 years ago
wangmeng28
e5135e8b4f
Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
wanghaox
494edc6c07
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
wanghaox
bd773b9c84
modify for maxoutop code review
7 years ago
xzl
469b3ad589
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add_dilation
7 years ago
Yibing Liu
2f3d1c345f
Merge pull request #4747 from kuke/seq_reshape_op_dev
...
Add Lod Reset Operator
7 years ago
wanghaox
8e7c8bb5c6
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into sub_sequence_op
7 years ago
Yu Yang
488320a703
Conditional Block Forward ( #5530 )
...
* Conditional Block Forward
* Assign Operator.
Out=X, when type in [LoDTensor/SelectedRows/LoDTensorArray]
* Stash
* Add Scope::Rename
it is useful in gradient phase of an operator with block
* ConditionalBlock Grad Done
* Add comments
* yapf format code
7 years ago
peterzhang2029
1b6a54e286
fix error for annotation
7 years ago
guosheng
2bed961211
Merge branch 'develop' of https://github.com/PaddlePaddle/paddle into fix-H0-GRUOp
7 years ago
guosheng
b103072dc8
Fix data order of H0 in GRU Operator
7 years ago
Yibing Liu
6772dfa0bd
Merge branch 'develop' of upstream into seq_reshape_op_dev
7 years ago
wanghaox
b24afd819a
update the sub_sequence_op to sequence_slice_op code.
7 years ago
xzl
e19b931af9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
xzl
0b9c4cd7e5
fix comments
7 years ago
wanghaox
f23d6cc4c8
update the sub_sequence_op tp sequence_slice_op code.
7 years ago
QI JUN
f07a226a4f
add split and merge lod tensor operator ( #5537 )
...
* add split lod tensor operator
* add more test cast
* clean code
* add merge lod tensor operator
* fix bug
* clean code
* add grad operator
* make mask support GPU
* add comments
7 years ago
Yu Yang
7c1755d93f
Assign Operator. ( #5531 )
...
* Assign Operator.
Out=X, when type in [LoDTensor/SelectedRows/LoDTensorArray]
* Follow comments
7 years ago
helinwang
291f6b4ee0
Merge pull request #5613 from helinwang/book
...
Move the tests of book chapters from test/ into tests/book
7 years ago
Cao Ying
e9695f4975
Merge pull request #5014 from peterzhang2029/bi_tensor_prod_op
...
Add Bilinear Tensor Product operator.
7 years ago
Helin Wang
1dcec992ea
Move the tests of book chapters from test/ into tests/book
7 years ago
wanghaox
ab9c71d963
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_maxout_op
7 years ago
chengduoZH
6fb4bb8efe
add conv3d_trans_cudnn_op unit test
7 years ago
wangmeng28
f7941dbb74
Merge remote-tracking branch 'upstream/develop' into factorization_machine_layer
7 years ago
chengduoZH
ec1e2fc938
add cudnn_pool3d unit test
7 years ago
ranqiu
7461b35977
Refine multi-head attention
7 years ago
Yibing Liu
9bc71087b6
bug fix in lod_reset_op: cast int to size_t in LoD
7 years ago
Yu Yang
93c6e52af8
Automatically generated doc string for generated layers ( #5585 )
7 years ago
xzl
471573efe4
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago
peterzhang2029
665eb015d7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bi_tensor_prod_op
7 years ago
QI JUN
29f494f365
Stack LSTM Net for Paddle Book6 ( #5503 )
...
* add lstm layer
* set hidden shape
* rename input parameter
* add dynamic lstm
* refine dynamic lstm layer
* change parameter using XavierInitializer by default
* refine dynamic lstm layer
7 years ago
peterzhang2029
ab41648ca7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into bi_tensor_prod_op
7 years ago
ranqiu92
9202671d31
Merge branch 'develop' into doc
7 years ago
QI JUN
9c25218361
create learning rate variable for every parameter ( #5524 )
...
* create learning rate variable for every parameter
* fix ci
* set parameter lr relatively to global lr
7 years ago
xzl
b29cbd49df
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into poolmaxpool_with_mask
7 years ago