- 09 8月, 2022 2 次提交
-
-
由 wangzhen38 提交于
* fix auc instag * update ins_tag_w default * update ins_tag_weight default style * update ins_tag_weight default style * optimize * update by reviews of zwh * optmize default value * fix auc_op order
-
由 wangzhen38 提交于
* fix ctr_metric_bundle for instag * fix ctr_metric_bundle for instag * update * fix zero set * fix zero set by to_str * update to_string pare * optmize default value * simple code * update metric for real data * update metric for real data * update metric for real data
-
- 28 1月, 2022 1 次提交
-
-
由 Fan Zhang 提交于
* 12.3 first add metrics module * add Mask/MultiTask * add WuAUC * [PSLIB] Update WuAUC Compute * [PSLIB] Change WuAUC Compute Mehod * [PSLIB] Clean WuAUC Compute * [PSLIB] Clean Metric Module Unused Code * mv metric instance * [PSLIB] Add Metrics Module, Support User-defined Add Metric (#38789) * [PSLIB] Add Metrics Module, Support User-defined Add Metric * [PSLIB] Modify According to CI * [PSLIB] Modify According to CI * [PSLIB] Modify According to CI * [PSLIB] Modify According to CI Coverage * [PSLIB] Modify According to CI * [PSLIB] Modify According to CI * [PSLIB] Modify According to CI * [PSLIB] Modify According to CI * [PSLIB] Modify According to CI * [PSLIB] Modify According to CI Coverage * [PSLIB] Modify According to CI Coverage * [PSLIB] Modify According to CI Coverage * modify role_maker * update CMakeLists.txt
-
- 17 1月, 2022 1 次提交
-
-
由 Fan Zhang 提交于
Co-authored-by: Nyaoxuefeng <yaoxuefeng@baidu.com>
-
- 08 11月, 2021 1 次提交
-
-
由 Fan Zhang 提交于
* add retry in pull sparse * retry Co-authored-by: NThunderbrook <52529258+Thunderbrook@users.noreply.github.com>
-
- 26 10月, 2021 1 次提交
-
-
由 Fan Zhang 提交于
[CPU-PSLIB] Fix bug for consistency insepection of op's embedding name and sparse table name in config_fleet.py (#36215) * [CPU-PSLIB] Add consistency insepection of use_var_list and data_generator data * [CPU-PSLIB] Fix bug for consistency insepection of op's embedding name and sparse table name in config_fleet.py
-
- 07 9月, 2021 2 次提交
- 17 8月, 2021 1 次提交
-
-
由 Fan Zhang 提交于
* [CPU-PSLIB] Fix bug for consistency insepection of op's embedding name and sparse table name in config_fleet.py (#34441) * [CPU-PSLIB] Add config for scale_sparse_grad in config_fleet.py
-
- 12 8月, 2021 1 次提交
-
-
由 Fan Zhang 提交于
[CPU-PSLIB] Fix bug for consistency insepection of op's embedding name and sparse table name in config_fleet.py (#34441) (#34454)
-
- 26 7月, 2021 1 次提交
-
-
由 Fan Zhang 提交于
[CPU-PSLIB] Add consistency insepection of op's embedding name and sparse table name in config_fleet.py (#34287)
-
- 16 7月, 2021 1 次提交
-
-
由 Fan Zhang 提交于
[CPU-PSLIB] Add clearer error log when sparse key name is not int type, test=develop (#34173) (#34206)
-
- 18 5月, 2021 2 次提交
-
-
由 Thunderbrook 提交于
-
由 Thunderbrook 提交于
* save multi table one path * format
-
- 09 4月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 30 3月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* add n-d input support for trt scale converter (#31316) * add n-d input support for trt scale converter * add flatten for ut * fix dims * fix batchnorm when inpu dims < 3 (#31933) * fix batchnorm when inpu dims < 3 * add unittest for batchnorm dims = 2 * fix unittest Co-authored-by: NPei Yang <peiyang@baidu.com>
-
- 24 3月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
* fix conflict * fix compile error * cherry-pick #31316 * Refine cudnn softmax (#25757) * refine cudnn softmax * Trt elementwise plugin serialize (#31587) * add serialize unittest * fix element_op trt plugin serialize bug * remove PassVersionChecker.IsCompatible * fix unittest Co-authored-by: NPei Yang <peiyang@baidu.com> Co-authored-by: NGaoWei8 <53294385+GaoWei8@users.noreply.github.com>
-
- 11 3月, 2021 1 次提交
-
-
由 Shang Zhizhou 提交于
-
- 04 1月, 2021 1 次提交
-
-
由 Wilber 提交于
-
- 31 12月, 2020 1 次提交
-
-
由 Chen Long 提交于
-
- 09 12月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 07 12月, 2020 2 次提交
-
-
由 Shang Zhizhou 提交于
* cherry-pick PR #27933 * fix: cuda version is in varibale CUDA_VERSION in 1.8 cuda.cmake * close unittest failed temporarily * cherry-pick PR #27544, fix layer_norm and softmax bug in tensorRT
-
由 Wilber 提交于
-
- 03 12月, 2020 2 次提交
-
-
由 Shang Zhizhou 提交于
* fix tensorrt output shape error * fix unittest tensorrt_engine_op_test * fix code style for unitest
-
由 Shang Zhizhou 提交于
* cherry-pick a22ea652 * fix analysis_config bug. (#29304) * fix code format Co-authored-by: NWilber <jiweibo@baidu.com>
-
- 01 12月, 2020 2 次提交
-
-
由 yaoxuefeng 提交于
-
由 Wilber 提交于
-
- 25 11月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 24 11月, 2020 1 次提交
-
-
由 yaoxuefeng 提交于
-
- 20 11月, 2020 1 次提交
-
-
由 Wilber 提交于
* update. * fix trt error in ssd model.
-
- 13 11月, 2020 1 次提交
-
-
由 Shang Zhizhou 提交于
* 裁剪transformer模型trt支持;修复tensorRT不支持DeletePass的bug (#28517) * skip_layernorm_op done * add unittest * slice op convertor support trt < 6 * skip_layernorm only work in ernie * fix unittest * fix unittest
-
- 09 11月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 05 11月, 2020 1 次提交
-
-
由 Shang Zhizhou 提交于
* Fix TRT plugin registry without TRT lib (#25982) * fix trt plugin registry without trt lib * support trt4 * refine code style * pick ea851796 from develop * cherry-pick develop PR #26273 && #27796 * fix unittest error * fix unittest error * remove const_cast Co-authored-by: NPei Yang <peiyang@baidu.com>
-
- 13 10月, 2020 1 次提交
-
-
由 wangxinxin08 提交于
-
- 12 10月, 2020 1 次提交
-
-
由 TeslaZhao 提交于
* cherry-pick:Add double grad in Squeeze and Unsqueeze to release/1.8, test=develop Signed-off-by: NTeslaZhao <zhaolisoftware@163.com> * cherry-pick:Add double grad in Squeeze and Unsqueeze to release/1.8, test=develop
-
- 10 10月, 2020 3 次提交
-
-
由 wanghuancoder 提交于
-
由 wangxinxin08 提交于
* add matmul doublegrad op * fix compile errors * modify code according to review * delete float16 * delete GetDimForInput to be consitent with release/1.8
-
由 YUNSHEN XIE 提交于
-
- 28 9月, 2020 1 次提交
-
-
由 Jack Zhou 提交于
[Cherry-Pick] Add Log double grad kernel (#27604)
-
- 27 9月, 2020 1 次提交
-
-
由 Zhong Hui 提交于
double grad support for abs
-