- 12 7月, 2018 1 次提交
-
-
由 guosheng 提交于
Fix the HierarchicalSigmoidGradOpKernel and refine the codes. Now hsigmoid_op is same with V2 implementation and can pass gradient check.
-
- 11 7月, 2018 7 次提交
-
-
由 lemon34 提交于
* change im2sequence for ctc batch inference * Update im2sequence_op.cc * change im2sequence for ctc batch inference * update * change PR by comment * fix ocr test error * fix test_im2sequence * modify the old name to standard name * fix test_layers failed
-
由 baiyf 提交于
* Add flag to set prior_box output order.
-
由 guosheng 提交于
-
由 yuyang18 提交于
-
由 yuyang18 提交于
-
由 视言 提交于
* Add a fake_quantize_op, which quantize an input tensor to a tensor with lower bits.
-
由 Yuan Gao 提交于
* Add region proposal network (RPN) target assign operator and Python API for Faster-RCNN.
-
- 10 7月, 2018 2 次提交
-
-
由 yuyang18 提交于
-
由 qingqing01 提交于
* Fix batch norm when only 1 elements in normzalize dimension during training.
-
- 09 7月, 2018 1 次提交
-
-
由 chenweihang 提交于
-
- 06 7月, 2018 2 次提交
-
-
由 chenweihang 提交于
-
由 yuyang18 提交于
-
- 05 7月, 2018 1 次提交
-
-
由 chenweihang 提交于
-
- 04 7月, 2018 1 次提交
-
-
由 chenweihang 提交于
-
- 03 7月, 2018 4 次提交
-
-
由 chenweihang 提交于
-
由 chenweihang 提交于
-
由 chenweihang 提交于
-
由 fengjiayi 提交于
-
- 02 7月, 2018 4 次提交
-
-
由 Wu Yi 提交于
* make transpiler test reliable * add more * follow comments
-
由 chenweihang 提交于
-
由 fengjiayi 提交于
-
由 Xingyuan Bu 提交于
* Add anchor generator operator for Faster-RCNN. * Add unittest testing. * Add Python API.
-
- 30 6月, 2018 2 次提交
- 29 6月, 2018 4 次提交
-
-
由 chengduo 提交于
* memory init * add env * refine anounce * Add check for Nan * Debug * Add env for cc_test * Add env for py_test and nv_test * Remove py_test env * Add env for py_test * serial test_recognize_digits * Test FLAGS_init_allocated_mem function for unit test * Init allocated mem for op unit test * Add env for all unit test
-
由 chenweihang 提交于
-
由 guochaorong 提交于
This reverts commit bc28cf61.
-
由 whs 提交于
* Fix mean iou op. * Fix crop layer test. * Fix unitest * fix unitest.
-
- 28 6月, 2018 3 次提交
-
-
由 Yancey1989 提交于
-
由 Yancey1989 提交于
-
由 Haichao Zhang 提交于
* Add fill_zeros_array op. This op is used for zero-filling an LoDTensorArray. * merge fill_zeros_array_op with fill_zeros_like_op * add unit_test for fill_zeros_like for array
-
- 27 6月, 2018 5 次提交
-
-
由 pzelazko-intel 提交于
* bnorm+relu fuse for mkldnn * separate fuse_relu function * bug fix * proper while range in inference_transpiler * description fix * review fix * review fix * unit test for fwd batch norm+relu MKLDNN fuse
-
由 baiyf 提交于
* optimize bipartite_match_op in large scale input
-
由 Yancey1989 提交于
-
由 qingqing01 提交于
* Speed depthwise transposed conv2d.
-
由 Yancey1989 提交于
-
- 26 6月, 2018 3 次提交
-
-
由 chengduo 提交于
* change return_numpy[PE] default value * Remove convert to numpy in unit test
-
由 chengduo 提交于
-
由 Tomasz Patejko 提交于
* elementwise_add with bcast: Brian's implementation by Brian added, with default bcasts * elementwise_add with bcast: GetExpectedKernelType added to elementwise_op * elementwise_add with bcast: use_mkldnn attribute added * elementwise_add with bcast: changes after review and some formatting * elementwise_add with bcast: changes after style check * elementwise_add with bcast: changes after style check cont. * elementwise_add with bcast: MKLDNN unittests added * elementwise_add with bcast: original unittests with use_mkldnn flag * elementwise_add with bcast: handling of MKLDNN format corrected * elementwise_add with bcast: setting MKLDNN format turned into lambda * elementwise_add with bcast: MKDNN format setting turned into separate function * elementwise_add with bcast: condition for choosing MKLDNN simplified * elementwise_add with bcast: fix for MKLDNN format set incorrectly in bcasts * elementwise_add with bcast: changes in unittests for broadcasts * elementwise_add with bcast: fixes in unittests regarding dimensions * elementwise_add with bcast: bring back correct format setting in mklml grad path * elementwise_add with bcast: fixed compilation error
-