tangwei12
eef77fdd92
lookup table bug fix about lr, test=develop
7 years ago
tangwei12
fa2ab3346c
fill constant add infervarshape, lookuptable clone lr var ( #13830 )
...
* fill constant add infervarshape, lookuptable clone lr var
* test=develop
* add lookuptable ut, test=develop
* bug fix in transpliler about async with lookup table
* test=develop
7 years ago
Yibing Liu
46b0b7903c
Merge pull request #13856 from kuke/seq_unpad_op
...
Add sequence unpad op
7 years ago
Yibing Liu
699825a9d5
Use length-based lod in seq_unpad's doc
...
test=develop
7 years ago
Zeng Jinle
93606c2c2c
Merge pull request #13689 from sneaxiy/sparse_rmsprop
...
Fix sparse rmsprop
7 years ago
Qiao Longfei
681226e97c
Merge pull request #13864 from jacquesqiao/py-reader-add-test-mode
...
reader block queue add test mode
7 years ago
Xin Pan
288a112ffd
Revert "Revert "Revert "Make variable::GetMutable robust"""
7 years ago
sneaxiy
5cedfb60c8
test=develop
7 years ago
Yibing Liu
b785798585
Expose layer's name for sequence pad & unpad
...
test=develop
7 years ago
Xin Pan
fededdda20
Merge pull request #13872 from panyx0718/fix2
...
Revert "Revert "Make variable::GetMutable robust""
7 years ago
Xin Pan
ddb76d0d09
Make GetMutable more robust
...
test=develop
7 years ago
Qiyang Min
c2842377ce
Merge pull request #13837 from velconia/add_pyramid_dnn_support
...
Add margin_rank_loss_op to python
7 years ago
chengduo
8e2fdc54b1
Add check for opt op ( #13840 )
...
* add check for opt op
* fix opt op
test=develop
* fix test fail
test=develop
* fix optimization doc
test=develop
* test=develop
7 years ago
Yibing Liu
46e61d81a7
Wrapper py api for sequence_unpad
...
test=develop
7 years ago
sneaxiy
84d9300365
test=develop
7 years ago
chengduo
2562eb92b8
Add strategy doc ( #13849 )
...
* add strategy doc
test=develop
* fix doc
test=develop
* add ParallelExecutor arg doc
test=develop
7 years ago
Wu Yi
77e9339deb
fix api get_pserver_programs ( #13820 )
7 years ago
Qiao Longfei
2178ae5698
add reader_queue_speed_test_mode to python init
...
test=develop
7 years ago
Xin Pan
d852be7c48
Revert "Make variable::GetMutable robust"
7 years ago
Xin Pan
ae8b1c32bf
Merge pull request #13821 from panyx0718/fix
...
Make variable::GetMutable robust
7 years ago
Xin Pan
9b3e0df375
Merge pull request #13819 from panyx0718/doc
...
Explain LoD and a few other concepts
7 years ago
chengduo
9c77b65c06
Fix layers.uniform_random ( #13823 )
...
* fix layers.uniform_random
* fix uniform_random
test=develop
* remove var type set
test=develop
* fix similar error
test=develop
7 years ago
Yibing Liu
cbe4292516
Add sequence unpad op
...
test=develop
7 years ago
minqiyang
4a22979bca
Polish code
...
test=develop
7 years ago
minqiyang
f03e0e49a8
Polish doc
...
test=develop
7 years ago
minqiyang
a7cae62bbb
Polish code
...
test=develop
7 years ago
Xin Pan
228506618b
Avoid GetMutable implicitly reset Var Type.
...
This can cause a lot of problem:
1. Wrong operator implementation, Op can get a wrong type without failure.
2. Anytype can be Get without defined in VarType.
Also fix wrong STEP_SCOPE usage.
test=develop
7 years ago
minqiyang
7f6ff6f5a9
Polish doc
...
test=develop
7 years ago
minqiyang
35e547e00f
Polish API doc
...
test=develop
7 years ago
Qiyang Min
f99ea99e36
Merge pull request #13720 from velconia/fix_grad_clip
...
Merge selected_rows for clip_by_norm op
7 years ago
minqiyang
d8a1b77097
Add margin_rank_loss_op to python
7 years ago
Xin Pan
63b2e98f3d
Explain LoD and a few other concepts
...
test=develop
7 years ago
minqiyang
1456b8ec7d
Add unittest for clip_by_norm_op with SelectedRows
...
test=develop
7 years ago
Tao Luo
fd0dd07ab4
Merge pull request #13726 from jczaja/prv-fused_embedding_fc_lstm-ut
...
Unit test to Fused_embedding_fc_lstm op
7 years ago
Qiyang Min
ac8208b637
Merge pull request #13707 from velconia/fix_ci_random_fail
...
Fix flowers data read in python3
7 years ago
minqiyang
d8384c8e64
Polish code
...
test=develop
7 years ago
Qiao Longfei
5fc305220c
Merge pull request #13787 from PaddlePaddle/revert-13637-optimize-opyreader
...
Revert "optimize pyreader"
7 years ago
chengduo
e1761709f8
Set the right shape of selected_rows ( #13723 )
...
* set the right shape of selected_rows
test=develop
* enhance check
* fix activation_op
* remove cast
* use ShareDimInfo replace SetDim and ShareLod
* use ShareDimAndLod
test=develop
* follow comment
test=develop
* check whether the input has lod
test=develop
* Split ShareDimAndLod
test=develop
* checkout clip.py
test=develop
7 years ago
Qiao Longfei
9d087d5139
Revert "optimize pyreader"
...
test=develop
7 years ago
tensor-tang
dba6928775
fix lod tensor
...
test=develop
7 years ago
qingqing01
6094a72308
Fix bug in reduce_op caused by PR #13534 ( #13748 )
...
* Fix bug in reduce_op caused by PR #13534
* Fix output shape and enhance unit test.
test=develop
7 years ago
minqiyang
5ae34fb9ac
Make code more compatible
7 years ago
Qiao Longfei
b1d5135ffb
Merge pull request #13637 from jacquesqiao/optimize-opyreader
...
optimize pyreader
7 years ago
dzhwinter
a46e30aa6d
enhance isinf/isnan in tensor util, avoid copy back to cpu ( #12688 )
...
* "avoid copy back to cpu"
* "add infinity support"
* "fix ci"
* "add cpu macro"
* rerun ci; test=develop
* "fix api"
test=develop
* test=develop
* test=develop
* test=develop
* test=develop
* test=develop
7 years ago
qiaolongfei
91e8299144
fake reader support python3.x test=develop
7 years ago
Jacek Czaja
809dbc5c17
- Added file for fused_embedded_fc_lstm_op unit test
...
- Work in progress on unit test for fused_embedding_fc_lstm op
- Added bias caching and ref x computing
- Small update unit test
- temporary storage
- Fix to batchcompute
- Cosmetic fixes
- Style fixes
7 years ago
qiaolongfei
5238a7f5b9
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into optimize-opyreader
...
test=develop
7 years ago
qiaolongfei
ec38effcce
optimize fake, change it to a class instead a function. test=develop
7 years ago
qiaolongfei
ebd9f7fccd
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into add-fake-reader
...
test=develop
7 years ago
xuezhong
65ed45a154
Merge pull request #13717 from chengduoZH/enhance_while
...
Add nodes for Dyrnn
7 years ago