Yu Yang
1fe5acb25a
Expose sigmoid_cross_entropy_with_logits ( #6147 )
...
Also, change the `labels` to `label` for api consistency
7 years ago
Tao Luo
44e391449c
Merge pull request #6126 from emailweixu/fix_rnn_comments
...
Fix comments in sequence_rnn_(mixed/matched)_inputs.py
7 years ago
Tao Luo
000c1f7c95
Merge pull request #5933 from tensor-tang/inference
...
enable inference benchmark
7 years ago
QI JUN
ade6c83278
open test_word2vec ( #6104 )
7 years ago
Yiqun Liu
42708ded54
Enable the case N != ldc in EigenBlasGemm. ( #5976 )
...
* Enable the case N != ldc in EigenBlasGemm.
* Use MemoryHandle instead of direct calling of posix_memalign to alloc temporary memory.
* Use Eigen's slice() instead of a temporary memory.
* Add if-else for different cases in EigenBlasGemm (for N ?= ldc).
7 years ago
qingqing01
5f0d081886
Merge pull request #6115 from qingqing01/protobuf-v3.2
...
Use protobuf v3.2.0 for MOBILE_INFERENCE compiling.
7 years ago
Yu Yang
8ac02279f2
Fix the proformance problem of enforce ( #6085 )
...
* Fix Proformance problem of enforce
* Fix missing `;` in code
* Fix CI
7 years ago
Yu Yang
3a8311f819
Fix compile error for gcc 6.3 ( #6112 )
7 years ago
Abhinav Arora
6dc5b34e5b
Polishing the cpu profiling doc ( #6116 )
7 years ago
xuwei06
d36db0d3ec
Fix comments in sequence_rnn_(mixed/matched)_inputs.py
7 years ago
tensor-tang
79b17097f6
cal FPS of inference result
7 years ago
dangqingqing
a0648ee449
Add comments.
7 years ago
dangqingqing
4d47683b1c
Use protobuf v3.2.0 for MOBILE_INFERENCE compiling.
7 years ago
Yu Yang
0d40a4dbc6
Add lod_level for data layer ( #6040 )
7 years ago
fengjiayi
4e564e4852
make WriteToArrayOp supporting empty tensor input ( #6030 )
7 years ago
fengjiayi
a38c151243
Add GetInputsElementDim ( #6091 )
7 years ago
QI JUN
1238706d72
Refine unittest with setting gflags ( #5476 )
...
* add gflags for C++ unittest
7 years ago
Yi Wang
605b3e4499
Translate the CPU profiling document ( #6073 )
...
* Translate the CPU profiling document
* Paragraphing
7 years ago
tensor-tang
aef639448c
skip train list when inference, skip test list when training
7 years ago
tensor-tang
06d24e3a85
Merge remote-tracking branch 'upstream/develop' into inference
7 years ago
tensor-tang
a5aac61410
skip cost when inference
7 years ago
tensor-tang
849bf9d0d0
separate mkldnn benchmark as train and infer
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
Yu Yang
35453df18f
Fix ShareLoD bug ( #6084 )
...
Fix #6087
7 years ago
QI JUN
82dd1653ae
Fix python.v2.fluid arg parse ( #6055 )
...
* fix python gflags init
* format code
7 years ago
Yu Yang
dc91c4e3a4
Fix MacOS compile ( #6062 )
7 years ago
Yibing Liu
61d98f27ce
Merge pull request #6058 from kuke/refine_rank_loss_op
...
Revise comments in rank_loss_op
7 years ago
武毅
e1b8c27acb
Add back print_operators_doc ( #5970 )
...
* add back print_operators_doc
* fix style check
* fix style check
7 years ago
Yibing Liu
0d8483b45d
Merge pull request #6060 from kuke/refine_reshape_op
...
Amend license and comments in reshape_op
7 years ago
Yibing Liu
9907350d8a
Merge branch 'develop' of upstream into refine_rank_loss_op
7 years ago
Yibing Liu
da62d6cc24
fix the doc display problem in rank_loss_op
7 years ago
Yang yaming
990818f7c7
Merge pull request #6031 from pkuyym/fix-6016
...
Refine doc for smooth l1 loss op.
7 years ago
Yiqun Liu
00eceea06e
Fix the problem that building for Android fails with WITH_TESTING=ON. ( #6051 )
7 years ago
kexinzhao
35572355c2
Edit float16 doc ( #5851 )
...
* Add survey of support of half in different CUDA versions
* small fix
7 years ago
Yang Yang(Tony)
7300655ffd
Update cpu_profiling.md ( #6012 )
7 years ago
sweetsky0901
966a6ce6db
Merge pull request #5826 from sweetsky0901/my_unpool_max_2d
...
My unpool max 2d
7 years ago
Yibing Liu
4d1ee0ff12
Amend license and comments in reshape_op
7 years ago
Yibing Liu
ff8a677848
Revise comments in rank_loss_op
7 years ago
chengduo
5a3d1362f7
Merge pull request #5951 from chengduoZH/fix_conv_doc
...
fix conv and conv_trans op doc
7 years ago
Yu Yang
1b6dcc2fe8
Feature/param attr ( #5996 )
...
* Make param_attr as a strong typed class
Fix #5819
7 years ago
qingqing01
399d3a2d74
Merge pull request #6022 from qingqing01/nvprof
...
Small fix in profiler.py of fluid.
7 years ago
Guo Sheng
0066bbbaa3
Merge pull request #6021 from guoshengCS/fix-GRUOp-codestyle
...
Fix gru_op related code style
7 years ago
yangyaming
a5236265b7
Refine doc for smooth l1 loss op.
7 years ago
sweetsky0901
4ffb73fd3b
format ..
7 years ago
chengduoZH
c339e1b786
remove conflict
7 years ago
sweetsky0901
5b449b6021
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into my_unpool_max_2d
7 years ago
sweetsky0901
3206094b5e
format code
7 years ago
武毅
4ecbab42d8
Fix compile on cudnn7 ( #5982 )
...
* fix compile on cudnn7
* update
* update
* make silent
7 years ago
武毅
0c0ff2828c
Refine install docs ( #5943 )
...
* refine install docs
* do not remove files
* follow comments
* update
7 years ago
dangqingqing
a1bf4c2833
Update code and small fix.
7 years ago