tangwei12
77c6b71ec4
add ckpt to sync loop
7 years ago
tangwei12
1fabbbade2
modify const to const &
7 years ago
tangwei12
568a329c83
add checkpoint util class and implement
7 years ago
chengduo
8b1918f5c7
Merge pull request #10454 from chengduoZH/fix_fetchop
...
Fix fetch_op_handle
7 years ago
fengjiayi
2bff03bc1e
fix a compile error ( #10488 )
7 years ago
chengduoZH
a459764de7
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_fetchop
7 years ago
chengduo
22ab14c572
Merge pull request #10480 from chengduoZH/fix_MatMul
...
Fix CI
7 years ago
chengduoZH
e00c1ee10f
fix split var test
7 years ago
weixing
ff8a92e556
Merge pull request #10483 from weixing02/deadlinks
...
Fix some image deadlinks in fluid documentation
7 years ago
weixing02
6381fc8362
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into deadlint push origin deadlinks
7 years ago
weixing02
418ac9ade0
Adjust
7 years ago
weixing02
338ad98ba2
Fix image deadlinks
7 years ago
chengduoZH
e87b345d50
untest understand_sentiment
7 years ago
chengduoZH
483f5e7efd
fix test_memory_optimization_transpiler.py
7 years ago
chengduoZH
345737d0fe
add sync
7 years ago
chengduoZH
187e23a79c
fix MatMul parameter
7 years ago
Shan Yi
2a22da6cc8
Merge pull request #10478 from weixing02/api
...
Add classification_cost to v2 documentation
7 years ago
weixing02
74a07fca28
Add classification_cost
7 years ago
Kexin Zhao
9a98a572fd
Polish the float16 inference document ( #10473 )
...
* refine the document
* Update README.md
7 years ago
chengduoZH
6f306f09c0
refine unit test
7 years ago
Tao Luo
3356fb3c6e
Merge pull request #10461 from luotao1/refine_convert
...
refine io_convert and op_convert
7 years ago
Kexin Zhao
219a55cd1c
Change the float16 inference report to README.md ( #10465 )
...
* change to readme
* Update README.md
7 years ago
Jeff Wang
380471f947
Simplify fluid api recognize digit ( #10308 )
...
* Save the base of the new test.
* Create the notest_recognize_digits_conv and notest_recognize_digits_mlp
* precommit check
* Change the function name from _network to _program.
Update several variable names to make them more consistant.
Update the Inferencer construction call.
* Fix the incorrect format.
7 years ago
Lei Wang
375175b5ae
Doc: fix brocken links.
7 years ago
Siddharth Goyal
8a8ae9cebe
Add label semantic examples with new Fluid api ( #10368 )
...
* Add label semantic examples with new api
* Address review comments
* Address review comment
7 years ago
Jeff Wang
889c919048
Use _prog_and_scope_guard to switch the scope ( #10421 )
7 years ago
chengduoZH
676dfd1875
follow comments
7 years ago
chengduoZH
aff8a26d71
check generated_op_
7 years ago
whs
f43b71b242
Fix clone function of Program to avoid memory leak. ( #10358 )
...
* Fix clone function of Program to avoid memory leak.
* Fix inference_optimize function of framework.py.
* Reuse inference_optimize in framework.py.
* Add comments.
7 years ago
Yancey
5b06944857
fix trainer import error on ce ( #10448 )
...
* fix trainer import error on ce
* fix setup.py.in
7 years ago
Luo Tao
53b401d589
refine io_convert and op_convert
7 years ago
chengduoZH
2e5d44f102
fix fetch op
7 years ago
Xin Pan
dce0732d5e
Merge pull request #10380 from panyx0718/dist_timeline
...
timeline for distributed training
7 years ago
Xin Pan
0c518888fa
Merge pull request #10430 from panyx0718/infer
...
Add comment to explain how to run inference test
7 years ago
Yancey
bb3247e339
fix traner.py import error ( #10442 )
7 years ago
Qiao Longfei
9c83feaac3
Merge pull request #10439 from jacquesqiao/fix-metric
...
fix fluid Metric
7 years ago
Yan Chunwei
2a2c83b9e6
feature/convert tensorrt io ( #10440 )
...
* init
* init
* add ut
* split singleton from base class
* add singleton
* ad singleton
7 years ago
Xin Pan
9fccf46270
reword comments
7 years ago
qiaolongfei
7f37060879
revert CompositeMetric::add_metric
7 years ago
Xin Pan
d1ea74d3b9
follow comments
7 years ago
fengjiayi
b708ec0ae1
Merge pull request #10412 from JiayiFeng/correct_TensorCopy_misuse
...
Correct tensor copy misuse
7 years ago
Yancey
76b63c25bf
move transpiler files into transpiler folder ( #10415 )
7 years ago
qiaolongfei
171d3e861c
fix CompositeMetric
7 years ago
qiaolongfei
cd54a31cc8
fix fluid Metric
7 years ago
Kexin Zhao
55e714e0d2
add float16 support to pool3d
7 years ago
Kexin Zhao
8b16927230
add fp16 support to conv3d
7 years ago
Yiqun Liu
fd1971caa0
Add the call of DropKids at the end of executor.Run to delete the local scopes created in operators ( #10403 )
...
* Add the call of DeleteScope to delete the memory of scope created by NewScope.
* Call DropKids at the end of executor.Run to delete all local scopes created in operators.
7 years ago
chengduo
99acf1da4c
Merge pull request #10351 from chengduoZH/feature/update_sparse_parameter
...
Feature/update sparse parameter
7 years ago
Darcy
8f8a4768dc
adding device_context to blas deps list ( #10420 )
...
* adding operator to blas deps list
* use device_context instead to solve cycle deps
7 years ago
dzhwinter
a28dffbb0b
Fix/adam float64 ( #10407 )
...
* "optimizer op support float64"
* "fix ci"
* "fix ftrl op"
7 years ago