07 2022 档案

python 多进程,多线程
摘要:python 多进程,多线程 import time from math import sqrt def test_func_1(val): time.sleep(1) return sqrt(val**2) %time [test_func_1(i) for i in range(10)] #多进 阅读全文

posted @ 2022-07-27 14:42 iUpoint 阅读(54) 评论(0) 推荐(0)

模型部署
摘要:1. pytorch docker 部署 环境部署:https://github.com/pytorch/serve/blob/master/ts_scripts/install_dependencies.py demo:https://github.com/pytorch/serve/tree/m 阅读全文

posted @ 2022-07-06 11:00 iUpoint 阅读(53) 评论(0) 推荐(0)

导航