qingqing01
10fbb831ed
Skip BatchNorm when feature only has 1 element. ( #11578 )
...
* Fix batch norm when only 1 elements in normzalize dimension during training.
7 years ago
Tao Luo
110c6aed5d
Merge pull request #12058 from skylarch/develop
...
Update hyperlinks in workflow_of_capi_cn.md
7 years ago
Tao Luo
27aef26f57
Merge pull request #12009 from luotao1/warning
...
fix compile warning in inference related codes
7 years ago
skylarch
6a74e2547f
Update hyperlinks in workflow_of_capi_cn.md
7 years ago
skylarch
e043fe26fa
Merge pull request #1 from PaddlePaddle/develop
...
pull from base
7 years ago
chenweihang
8f2486ca16
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
tensor-tang
e8ae020a9d
explict cxx
7 years ago
tensor-tang
6bc1aaaac7
refine the ColMajor replacement
7 years ago
tensor-tang
c3862a7519
Merge remote-tracking branch 'ups/develop' into feature/libxsmm
7 years ago
typhoonzero
b2b371f31d
update
7 years ago
chenweihang
d552b900f0
change the copyright year form 2016 to 2018
7 years ago
qingqing01
ef4895df3b
Make IfElse operator works and fix unit testing. ( #11972 )
...
1. Fix bug when only true or false branch works.
2. Fix bug in unit testing.
7 years ago
tensor-tang
de856da9a6
fix ColMajor and RowMajor replacement
7 years ago
tensor-tang
00ee6c3c17
Merge remote-tracking branch 'ups/develop' into feature/libxsmm
7 years ago
tensor-tang
2238ea56de
paddle fluid static lib symbol hidden
7 years ago
tensor-tang
7f93def030
inference api static lib symbol hidden
7 years ago
tangwei12
95545f7676
checkpoint api optimized
7 years ago
Qiyang Min
1bd9fe87e2
Merge pull request #11834 from velconia/update_version_via_git_branch
...
Update version via git tag
7 years ago
fengjiayi
d55919c656
Impl ResetAll and fix errors
7 years ago
gongweibao
091ab63331
Fix singleton. ( #11835 )
7 years ago
fengjiayi
3c9b59b8e8
update
7 years ago
typhoonzero
869ccea565
fix inference deps
7 years ago
tensor-tang
4922074edc
inference api symbol hidden
7 years ago
fengjiayi
6d6f49cd56
Merge remote-tracking branch 'yuyang/feature/decorated_reader_chain' into dev_reader_ResetAll
7 years ago
typhoonzero
bebb987012
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_mac_whl_packaging
7 years ago
fengjiayi
f5894d22c5
Fix a backward bug
7 years ago
chenweihang
7526eaaf13
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into unsqueeze_op
7 years ago
chenweihang
4453473f71
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into squeeze_op
7 years ago
chenweihang
1721613f1e
simplify construct function
7 years ago
fengjiayi
611716e9bc
Merge branch 'dev_reader_shutdown_start' of https://github.com/JiayiFeng/Paddle into dev_reader_shutdown_start
7 years ago
fengjiayi
0e9f1e2790
Make ReaderBase thread safe and remove ThreadedReader
7 years ago
yuyang18
e8ee9dc7f8
Several Polish
7 years ago
minqiyang
b8ff38ae7a
Remove the new git branching model from this pr
7 years ago
chenweihang
5f89272c89
change the bit insert to array insert for understandability
7 years ago
yuyang18
0d2ccfbd3c
Remove atomic
7 years ago
minqiyang
1d8cbc1738
Change develop to latest and other branch will get the tag to decide which
...
version it is staying on
7 years ago
fengjiayi
b4f0e57956
fix errors
7 years ago
typhoonzero
d9e182e260
update
7 years ago
yuyang18
62c1133f42
Add mutex for decorated_chain
7 years ago
Tao Luo
436bb4500b
Merge pull request #11699 from pzelazko-intel/pzelazko/workaround-for-missing-mklnn-kernels
...
workaround for no MKLDNN kernel
7 years ago
typhoonzero
75988275f5
fix MKL flag auto detect
7 years ago
Qiao Longfei
11146a067a
Merge pull request #12001 from jacquesqiao/update-dist-lookup-table-design-doc
...
Update dist lookup table design doc
7 years ago
typhoonzero
55e6e2c4a8
follow commonts
7 years ago
Tao Luo
20ecc9f581
Merge pull request #12027 from Superjomn/bugfix/ld_library_double_free
...
bugfix/libpaddle_inference_api.so double free
7 years ago
Superjomn
38e17621f6
update
7 years ago
fengjiayi
6fc6cc2f4c
Some updates on readers
...
1. Shrink DoubleBufferReader's buffer size to 3.
2. Add BatchReader an option to discard leftover instances.
3. Fix a MultiPassReader bug on pass count.
7 years ago
fengjiayi
5528f59900
Split ReInit() to Shutdown() and Start()
7 years ago
fengjiayi
de9a411f1c
adjust readers' inheritance relationships
...
1. Make PyReader and RandomDataGenerator inherited from FileReader.
2. Remove the memeber variable 'dims_' and realated checks in FileReader.
7 years ago
yuyang18
c48c586aca
Use weak_ptr to implement DecoratedReaderChain
7 years ago
yuyang18
2bbe5f77e7
Add GetEndPoints of Reader.
...
We can get endpoints of a reader chain.
7 years ago