You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM registry.baidubce.com/paddlepaddle/paddle:2.2.2-gpu-cuda10.2-cudnn7
RUN git clone https://github.com/PaddlePaddle/Serving
RUN bash Serving/tools/paddle_env_install.sh
RUN cd Serving && pip3 install -r python/requirements.txt
RUN pip3 install paddle-serving-client==0.8.2
RUN pip3 install paddle-serving-app==0.8.2
RUN pip3 install paddle-serving-server-gpu==0.8.2.post102
各位先進跟大佬好
我照着官方教程並使用docker部署模型,遇到一個問題,就是啓動服務放一天預測,發現顯存會異常增長
操作過程
我用docker-compose建立image並run一個可以使用轉換過的模型進行預測的container
經過一段時間預測發現顯存使用量從原本的
1~2 GB
異常增長到7.6 GB
client.py
的片段代碼如下Service端的就沒有代碼了,因爲是直接使用
paddle_serving_server.serve
啓動的想請問是我姿勢不正確還是遇到什麼問題?
非常感謝!
The text was updated successfully, but these errors were encountered: