hanfengatonline
hanfengatonline
When the concurrency exceeds 100, the function ml/dmlc/xgboost4j/java/XGBoostJNI.XGBoosterPredict occupies more than 49% of the CPU computation time. this model featureNum = 11, and the model file is attached. which is...
Please make sure that this is a bug. As per our [GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md), we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:bug_template **System information**...
 my test code with language scala ,this is one predict, we will predict 100 QPS for a docker val config = ConfigProto.newBuilder .putDeviceCount("CPU", Runtime.getRuntime.availableProcessors) .setInterOpParallelismThreads(8) .setIntraOpParallelismThreads(8) .setOperationTimeoutInMs(3000) .build val...
hello,i got a problem when i run xgboost distribute train in yarn. my parameter : set executor-memory = "32G" set executor-cores = "8" set spark.task.cpus = 8 set spark.driver.maxResultSize="24G" xgboost...