Commit Graph

33 Commits (53b6ee19540012217f513d20b3335cdec9fe9843)

Author SHA1 Message Date
kexinzhao e5832019a8 Inference example and unit test for label_semantic_roles (#8058)
7 years ago
Siddharth Goyal 78949c073e Inference example for image_classification and unit_test for "inference" (#8020)
7 years ago
fengjiayi e5227c2c40 Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into dev_make_VarDesc_supporting_multiple_tensor
7 years ago
Yiqun Liu 165450ff6c Refine the inference unittest recognize_digits. (#8147)
7 years ago
fengjiayi 7dabee2796 Add type Reader for VarDesc
7 years ago
Yang Yu d11e7b434f Make recognize digits as a normal python unittest
7 years ago
dzhwinter ae7d1c1f8c
Fix/lod (#7714)
7 years ago
Liu Yiqun f5990b4694 Merge branch 'develop' into core_add_inference_unittest
7 years ago
kexinzhao db8da0259a fix comments (#7978)
7 years ago
Liu Yiqun f5d9336825 Unify the definition of kFeedOpType and kFetchOpType.
7 years ago
Liu Yiqun 119da44954 Merge branch 'develop' into core_add_inference_unittest
7 years ago
Siddharth Goyal 311334e083 Implement basic `Load()` and modify example based on updated inference design (#7690)
7 years ago
Liu Yiqun 6ac2e079b3 Enable whole-archive flag in cc_test and use cc_test to rewrite the CMakeLists.txt of inference unittest.
7 years ago
Liu Yiqun eca58a6200 Add unittest for GPU.
7 years ago
Liu Yiqun 438aad24a5 Update the inference unittest using the new Executor.Run().
7 years ago
Liu Yiqun 2cf56367b8 Merge branch 'develop' into core_add_inference_unittest
7 years ago
kexinzhao 788f5c6d43
New Run() method for framework::Executor (#7807)
7 years ago
Liu Yiqun 20d3af62d0 Enable the dependency.
7 years ago
Liu Yiqun f6f7102b1c Merge branch 'develop' into core_add_inference_unittest
7 years ago
Liu Yiqun 250206d1cf Change the example of inference to a unittest.
7 years ago
kexinzhao 5009f7c12f
Fix save load inference model and remove pickle (#7712)
7 years ago
Luo Tao f1c4c80025 Merge branch 'develop' into fluid_infer
7 years ago
Luo Tao a12db45c20 rename libpaddle_fluid_shared.so to libpaddle_fluid.so
7 years ago
Kexin Zhao 6edbf1387c remove ptools
7 years ago
Kexin Zhao ed3e5717ba fix bug
7 years ago
Kexin Zhao dc168ed00a modify programDesc based on feed and fetch names
7 years ago
Luo Tao 2be7cf909a add paddle INSTALL for fluid api
7 years ago
Luo Tao 3cf23bece3 create paddle_fluid_shared.so library
7 years ago
dzhwinter 5f98500009 Make init device on all gpu by default (#7345)
7 years ago
Siddharth Goyal 12e3514139 Modify inference.cc to run example without pickletools (#7262)
7 years ago
Liu Yiqun c7bd77792e Support the link of inference library on mac.
7 years ago
Liu Yiqun 5b3cf4ee61 Use gflags to parse arguments from command-line.
7 years ago
Liu Yiqun 9b3f2c39f2 Add a simple example for fluid to do inference in C++ code.
7 years ago