- 24 5月, 2019 17 次提交
-
-
由 Yibing Liu 提交于
test=develop
-
由 Guo Sheng 提交于
* Fix the example code in some Python API. test=develop * Fix the example code in some Python API by adding import. test=develop
-
由 chengduo 提交于
* This PR adds broadcast for multi-process. And it could be used in dynamic graph to broadcast parameters.
-
由 flame 提交于
Python examples of fluid.layers.io.double_buffer and some BuildStrategy's methods.
-
由 Sylwester Fraczek 提交于
* add conv_concat_relu fuse test=develop * add test code test=develop * added missing include with unordered_map test=develop * review fixes for wojtuss test=develop * remove 'should (not) be fused' comment statements one of them was invalid anyway test=develop
-
由 Sylwester Fraczek 提交于
* fix quantize_squash_pass segfault when there is no tensor linked do Bias input test=develop * add googlenet test test=develop * fix concat CreateKey not using input format test=develop
-
由 Kaipeng Deng 提交于
-
由 chengduo 提交于
* add profiler in tracer.cc * add profiler in layer.cc test=develop * add profiler in Layer.cc test=develop
-
由 mozga-intel 提交于
-
由 tianshuo78520a 提交于
* test=develop * test=develop * test=develop * del #
-
由 mozga-intel 提交于
* Enable assign operator for a ngraph, test=develop * Cross_entropy operators needs to be updated
-
由 mozga-intel 提交于
-
由 mozga-intel 提交于
-
由 guru4elephant 提交于
* polish_executor_and_add_ctx_cache
-
由 tensor-tang 提交于
* refine softmax fwd test=develop * refine cpu softmax bwd test=develop * fix batch size test=develop * fix compile issue with gpu test=develop * add value clip
-
由 pkpk 提交于
-
由 chengduo 提交于
test=develop
-
- 23 5月, 2019 15 次提交
-
-
由 Yibing Liu 提交于
* Add exponential moving average test=develop, test=document_preview * Polish documents test=develop, test=document_preview * Update API spec test=develop, test=document_preview
-
由 tensor-tang 提交于
* refine softmax fwd test=develop * fix compile issue wih gpu test=develop * add value clip to avoid exp
-
由 Jiabin Yang 提交于
-
由 Zeng Jinle 提交于
* Revert "Revert "Fix allocator bug"" This reverts commit 174d0d0b. * Revert "fix travis ci" This reverts commit 5656fa9f. test=develop * add inlined_vector.h, test=develop * add inlined_vector_test,test=develop
-
由 mozga-intel 提交于
-
由 pkpk 提交于
* test=develop * test=develop
-
由 Kaipeng Deng 提交于
* fix api example. test=develop * fix API.spec. test=develop * fix spectral_norm format. test=develpp * merge develop * add import. test=develop * fix indent. test=develop * fix indent. test=develop * add import fluid. test=develop
-
由 Qiao Longfei 提交于
* fix distribute doc
-
由 jerrywgz 提交于
* fix concat op vartype check, test=develop
-
由 Qiao Longfei 提交于
Async exe support communicator
-
由 Zhaolong Xing 提交于
ban all trt ut. will fix it later. test=develop
-
由 mozga-intel 提交于
-
由 zhang wenhui 提交于
* fix bpr data_norm teacher_student_sigmoid , test=develop test=document_preview 修复了bpr_loss data_norm teacher_student_sigmoid_loss三个api, 同时修复了continuous_value_model文档英文拼写错误
-
由 lijianshe02 提交于
* fix api doc according to the reviewer's comment test=develop
-
由 wopeizl 提交于
-
- 22 5月, 2019 8 次提交
-
-
由 tianshuo78520a 提交于
* test=develop * test=develop
-
由 lijianshe02 提交于
* modify saved model path in analyzer_save_model.cc test=develop
-
由 Krzysztof Binias 提交于
test=develop
-
由 Jiabin Yang 提交于
* test=develop, fix con2d with no bias * test=develop, fix conv_2d with no bias will have null shape
-
由 Sevin F. Varoglu 提交于
* add increment op to ngraph engine test=develop * fix style errors test=develop
-
由 baojun 提交于
-
由 Yiqun Liu 提交于
* Fix examples of fluid.layers.sums. test=document_preview * Correct the example of DynamicRNN and its functions. test=develop * Add 'import paddle.fluid as fluid' to examples. test=develop * Update API.spec. test=develop * Add space lines. test=develop * Update the API.spec. test=develop
-
由 guomingz 提交于
* Relu6 is the bottleneck op for Mobilenet-v2. As the mkldnn supports the conv/relu6 fusion, we implement it fusion via cpass way. Due to the int8 enabling for this fusion will be supported in MKLDNN v0.20, so this PR is focused on the fp32 optimization. Below table shows the benchmark(FPS) which measured on skx-8180(28 cores) Batch size | with fusion | without fusion -- | -- | -- 1 | 214.7 | 53.4 50 | 1219.727 | 137.280 test=develop * Fix the format issue test=develop * Add the missing nolint comments. test=develop * Fix the typos. test=develop * Register the conv_brelu_mkldnn_fuse_pass for the MKLDNN engine. test=develop * Adjust the indentation. test=develop * Add the test_conv_brelu_mkldnn_fuse_pass case. test=develop * Slightly update the code per Baidu comments. Let the parameter definition embedded into the code. That's will make the code easy to understand. test=develop
-