- 14 6月, 2018 4 次提交
-
-
由 whs 提交于
* Add mean_iou op. * Add unitest for mean iou op. * Add optional collections of confusion matrix and mean_iou. * Fix cuda kernel. * Refine code. 1. Merge computing in GPU to two kernel. 2. Use wrong array and correct array instead of confusion matrix. * Add python api and fix cuda kernel. * Fix comments. * Small fix. * Small fix.
-
由 Yang Yang(Tony) 提交于
* fix #11416 * make sgd check tape has been backwarded_ * add error message
-
由 Yang Yang(Tony) 提交于
* change dynamic to tape * update readme link
-
由 Yang Yang(Tony) 提交于
-
- 13 6月, 2018 6 次提交
-
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
由 yi.wu 提交于
-
由 qiaolongfei 提交于
-
由 qiaolongfei 提交于
-
- 12 6月, 2018 7 次提交
-
-
由 qiaolongfei 提交于
-
由 tensor-tang 提交于
-
由 Wu Yi 提交于
* wip * use executor.complete to end trainer * fix build * fix build with distribute off * fix typo * fix cmake typo * fix build
-
由 Luo Tao 提交于
-
由 qiaolongfei 提交于
-
由 qingqing01 提交于
* Add normalization operator. 1. Refine the raw norm_op and let it more general to support to normalize Tensor along any axis. 2. There is a bug in l2_normalize API, which lacks sqrt after `reduce_sum`. 3. Use norm_op to refine the l2_normalize API. 4. Fix bug in test_normalization_wrapper.py.
-
由 Lei Wang 提交于
-
- 11 6月, 2018 23 次提交
-
-
由 whs 提交于
* Add slice op. * Remove using from header file and fix doc. * Fix doc * Small fix.
-
由 qiaolongfei 提交于
-
由 Luo Tao 提交于
-
由 qiaolongfei 提交于
-
由 gongweibao 提交于
-
由 Xin Pan 提交于
The status is updated in the Process() thread and can be checked in another HandleRequest() thread.
-
由 qiaolongfei 提交于
-
由 Luo Tao 提交于
-
由 qiaolongfei 提交于
-
由 dzhwinter 提交于
* "add inplace attribute" * "register inplace attribute" * "change se-next model for memory-reuse" * "fix typo" * repick * fix merge conflict * "fix stupid error"
-
由 qiaolongfei 提交于
-
由 gongweibao 提交于
-
由 qiaolongfei 提交于
-
由 chengduoZH 提交于
replace use_event with use_cuda, because use_event means the program running with CUDA, so use_cuda maybe more intuitive.
-
由 qiaolongfei 提交于
-
由 gongweibao 提交于
-
由 chengduoZH 提交于
-
由 qiaolongfei 提交于
-
由 chengduoZH 提交于
-
由 chengduoZH 提交于
-
由 yuyang18 提交于
-
由 yuyang18 提交于
* Remove unused arg_max/min_op.h * Remove reference parameter. Use pointer insteaded. * undef macro * Always set OutT as int64_t.
-
由 chengduoZH 提交于
-