JackieLee
JackieLee
### 系统环境: - OS: Windows10 - Python: 3.8.10 - Paddle: paddlepaddle-gpu 2.3.0.post112 - Serving: 0.9.0 - paddle-serving-app: 0.9.0 - paddle-serving-client: 0.9.0 - paddle-serving-server: 0.9.0 ### 操作步骤 Windows上按照[示例](https://github.com/PaddlePaddle/Serving/tree/v0.9.0/examples/C%2B%2B/PaddleDetection/yolov4)使用Serving部署Detection服务失败。 执行 `python3 -m...
### Search before asking - [X] I had searched in the [issues](https://github.com/DTStack/chunjun/issues) and found no similar question. - [X] I had googled my question but i didn't get any help....
Create Custom Serving Image with BuildPacks. Then launch the docker image. ``` docker run -ePORT=8080 -p8080:8080 ${DOCKER_USER}/custom-model:v1 ``` It prompts "python -m model: command not found".  When I create...
### 问题确认 Search before asking - [X] 我已经查询[历史issue](https://github.com/PaddlePaddle/PaddleDetection/issues),没有发现相似的bug。I have searched the [issues](https://github.com/PaddlePaddle/PaddleDetection/issues) and found no similar bug report. ### Bug组件 Bug Component Deploy ### Bug描述 Describe the Bug Windows上按照[示例](https://github.com/PaddlePaddle/Serving/tree/v0.9.0/examples/C%2B%2B/PaddleDetection/yolov4)使用Serving部署Detection服务失败。 执行...
Does xorbits support sklearn and which algorithms are supported?
**Ask a question** Error handler regiter on one namespace, but actually the error handler was registered on all namespaces.! *Environment* - Python 3.6.5 - Flask 1.1.2 - Flask-RESTX 0.2.0 *Code*...