Liwen Fan
Liwen Fan
Circle loss is recently proposed (https://arxiv.org/abs/2002.10857) for image recognition tasks (face recognition, person re-identification, and image retrieval). The implementation could be summarized as: ``` for i, j in ...: alpha_i...
As MKL blas compact routines are faster, we might need to support compact gemm in the future. https://software.intel.com/en-us/mkl-developer-reference-c-mkl-gemm-compact
Treelite can convert xgboost model into pure C code. https://github.com/dmlc/treelite And pmml is also widely used. https://github.com/jpmml
[bug report on sourceforge](https://sourceforge.net/p/c3p0/bugs/133/) c3p0 version: 0.9.5.2 mysql driver: com.mysql.jdbc.ReplicationDriver 5.1.39 ``` dataSource.setTestConnectionOnCheckin(true); dataSource.setIdleConnectionTestPeriod(300); dataSource.setMaxIdleTimeExcessConnections(240); dataSource.setMaxStatements(180); ``` exception stack ``` Caused by SQLException An SQLException was provoked by the following...
fix de-duplicate issue in ZUNIONTOP/ZUNIONREVTOP #8 https://github.com/RedisLabsModules/redex/issues/8