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 阅读(35) 评论(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 阅读(40) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示