flame
f534c66d2d
fix test_word2vec bug ( #15462 )
...
fix test_word2vec float's equality bug
6 years ago
flame
d60751fb71
add python inference api ( #15248 )
...
add python inference api
6 years ago
peizhilin
e7fa61e282
fix unit test cases
...
test=develop
6 years ago
Yu Yang
efa630eadb
Refine Dockerfile ( #14908 )
...
* Refine Dockerfile
* Add tasks, cmake gen
* Fix code error
* Disable compile after paddle_build.sh
* Refine
* Skip on PY35 CI
* Change env
* Refine paddle_build.sh
* Expose gen_fluid_lib
* Refine mkldnn.cmake
* Refine mkldnn.cmake
* Refine mkldnnlib
* Skip unstable tests
6 years ago
Xin Pan
6445cf1e91
fix
...
test=develop
6 years ago
Xin Pan
47ea2534fb
clean parallel do
...
test=develop
6 years ago
minqiyang
6720d343ce
Remove test_recognize_digits_mlp from Mac
...
test=develop
6 years ago
qingqing01
c52f65e071
Fix the random fail in test_image_classification.py ( #14551 )
...
test=develop
6 years ago
Qiao Longfei
09bca67395
add check if the model does not save model
...
test=develop
6 years ago
Qiao Longfei
e4d8f47fcb
change the target cost of test_label_semantic_roles to speed up test
6 years ago
Qiao Longfei
45eebf69e8
reduce pass num of test_label_semantic_roles to avoid test timeout
...
test=develop
6 years ago
minqiyang
8230b74281
Polish code
...
test=develop
7 years ago
minqiyang
159b0eb7e3
Remove random fail ut
...
test=develop
7 years ago
Xin Pan
d852be7c48
Revert "Make variable::GetMutable robust"
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
JiabinYang
9ae5baebfa
test=develop
7 years ago
Xin Pan
ebf9171df3
Merge pull request #13532 from panyx0718/infer
...
Add a test to load a full model and allow to to post-train from C++
7 years ago
Xin Pan
d3ff3f8a5e
follow comments
7 years ago
Xin Pan
6974265292
support offline train
7 years ago
Yu Yang
606dfb13d5
Merge pull request #13442 from reyoung/feature/remove_trainer_api
...
Move trainer to contrib
7 years ago
Xin Pan
88ae3f169d
further clean
7 years ago
luotao1
ff37993bf3
hidden InferenceTranspiler
7 years ago
qingqing01
c9e5c1e41b
Hidden ParallelDo. ( #13454 )
7 years ago
Yu Yang
e104e70667
Update Unittests
7 years ago
minqiyang
dc863aac7e
Add kids exists detection in Scope
7 years ago
minqiyang
ce24a92007
Disable image_classification_resnet
7 years ago
minqiyang
d3d22a12fd
Polish code
7 years ago
minqiyang
5335ff628e
Polish code
7 years ago
minqiyang
2720330dc5
Disable random fail case
7 years ago
minqiyang
8ef1f9f9b8
Polish code
7 years ago
minqiyang
2bb0ac927b
Polish code
7 years ago
minqiyang
a04d99810e
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_python35_CI_random_fail
7 years ago
Qiao Longfei
6a79ba2f28
Add save inference model to trainer ( #12682 )
...
* add save_inference_model for Trainer
* add comment
* update comment
* fix mac compile
* add unit test
* update API.spec
* revert cpplint-cpp-source
7 years ago
minqiyang
ad9e6476ff
Force object deletion on trainer in unit test
7 years ago
minqiyang
5af0c60fb6
Add compat deps
7 years ago
minqiyang
3420c94994
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_python35_CI_random_fail
7 years ago
minqiyang
d4accfa905
Fix random fail of python35 unit test
7 years ago
chengduo
ef628ab887
Fix high level API(Inference) bug ( #13159 )
...
* fix high level API(Inference) bug
* patch the unit tests
7 years ago
guochaorong
b1fc238694
Revert "Disable in_place in batch_norm API. ( #12736 )"
...
This reverts commit f5d5d7b2d9
.
7 years ago
qingqing01
f5d5d7b2d9
Disable in_place in batch_norm API. ( #12736 )
...
* Disable in_place in batch_norm API.
7 years ago
minqiyang
99d3f08920
Add print_function for all python files
7 years ago
minqiyang
a3539845f2
Polish python code style
7 years ago
minqiyang
e102e5dd83
Fix cifar10 decompress problem
7 years ago
minqiyang
3ec6d60c34
Fix write bytes in dataset download
7 years ago
minqiyang
6abe819f07
Fix pybind11 problem
...
Fix str and bytes problem
Fix sorted problem
Fix math problem
Fix CI problem
7 years ago
minqiyang
4bf3c8c5a1
Use six.moves to migrate zip, map, reduce and pickle in Python2 to Python3
7 years ago
minqiyang
91f0573bc1
Fix the overfix of 2to3 for print function
7 years ago
minqiyang
559d36328c
Apply 2to3 to current paddle main python code
7 years ago
Wei Xu
264e8305b0
Fixed unittests for WITH_GPU=OFF and WITH_DISTRIBUTE=OFF build
7 years ago
yuyang18
6c83dcd622
Hide get_places. Mark it as deprecated
7 years ago