- 16 8月, 2019 1 次提交
-
-
由 Tao Luo 提交于
* remove unused inference_transpiler unit-tests test=develop * remove InferenceTranspiler usage in quantize_transpiler.py test=develop
-
- 25 11月, 2018 1 次提交
-
-
由 qingqing01 提交于
test=develop
-
- 19 9月, 2018 1 次提交
-
-
由 luotao1 提交于
-
- 23 8月, 2018 2 次提交
-
-
由 guochaorong 提交于
This reverts commit f5d5d7b2.
-
由 qingqing01 提交于
-
- 22 8月, 2018 1 次提交
-
-
由 qingqing01 提交于
* Disable in_place in batch_norm API.
-
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 07 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
Fix str and bytes problem Fix sorted problem Fix math problem Fix CI problem
-
- 26 7月, 2018 2 次提交
- 20 6月, 2018 1 次提交
-
-
由 gongweibao 提交于
-
- 15 5月, 2018 1 次提交
-
-
由 Wu Yi 提交于
-
- 04 5月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* add test float16 inference accuracy example * complete the test * clean code * add argument parse and refine tests * add shell script * add float16 benchmark code * refine code * prepare for contrib/float16 * put things in contrib float16 folder * update benchmark result * further update benchmark report * add float16 inference report * update report
-
- 02 5月, 2018 1 次提交
-
-
由 Yancey1989 提交于
-
- 27 4月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* add float16 transpiler * fix feed fetch target names mismatch * fix cast op input change issue * fix program desc flush error * fix inconsistent var names in block desc bug * code clean up * add float16 infernce C++ example and fix prune bug
-
- 25 4月, 2018 1 次提交
-
-
由 Yang Yang(Tony) 提交于
* remove share lod; it has already been performed in infershape * slightly release test bound of test_image_classification
-
- 19 4月, 2018 1 次提交
-
-
由 Yiqun Liu 提交于
Fix a bug in save_inference_model and prune when the program is initailized by load_inference_model (#10011) * Fix bug in save_inference_model and prune when the program is initialized by load_inference_program. * Save the transpiled program instead.
-
- 17 4月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 13 4月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 10 4月, 2018 2 次提交
- 09 4月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 31 3月, 2018 1 次提交
-
-
由 Helin Wang 提交于
In this way we can build and test using WITH_FLUID_ONLY flag being set to ON. - move paddle.v2.dataset,reader to paddle.dataset,reader - remove unused code (which depends on v2) in paddle.dataset,reader
-
- 06 3月, 2018 1 次提交
-
-
由 kexinzhao 提交于
* fix is_test issue * add paddle enforce * fix bug * add new func * small fix * address comments
-
- 03 3月, 2018 1 次提交
-
-
由 Helin Wang 提交于
-
- 27 2月, 2018 1 次提交
-
-
由 武毅 提交于
* merge fluid dist tests * update cmake
-
- 24 2月, 2018 3 次提交
- 12 2月, 2018 3 次提交
-
-
由 qingqing01 提交于
-
由 Liu Yiqun 提交于
Use a new scope for inference in python unittest to avoid changing the value of variables for training.
-
由 Liu Yiqun 提交于
-
- 08 2月, 2018 2 次提交
- 06 2月, 2018 1 次提交
-
-
由 Siddharth Goyal 提交于
* First basic implementation * Add infer example for image_classification * Address review comments: round 1
-
- 31 1月, 2018 1 次提交
-
-
由 Yang Yu 提交于
-
- 21 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* "fix decode bug" * "follow commnet" * "fix error" * "fix hook bug" * fix based comment * fix copyright * fix based on comment
-
- 15 1月, 2018 1 次提交
-
-
由 dzhwinter 提交于
* add copyright hook * add copyright hook * refine copyright hook * "test copyright hook" * fix check style * fix ci
-
- 14 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Make cast op support bool Also add `elemwise_sub/mul/abs/clip` layers * Make fuild.layers as a module * Move layers as a module * Split layers.py into layers module * Fix CI * Fix CI
-
- 04 12月, 2017 1 次提交
-
-
由 Yu Yang 提交于
* Add DataFeeder A v2 API like data feeder for book demos. We can feed data directly from reader. * Fix CI * Remove batch_size_dim for feeder Also add __all__ to data_feeder.py * Follow comment
-