YuxinZhaozyx / YuxinZhaozyx.github.io

My blog
http://yuxinzhao.net
0 stars 0 forks source link

python多进程及pytorch多GPU并行推断 - Yuxin Zhao #74

Open YuxinZhaozyx opened 4 years ago

YuxinZhaozyx commented 4 years ago

https://blog.yuxinzhao.top/python-multi-gpu-multiprocessing

本文通过案例介绍我使用python自带的multiprocessing库进行多GPU并行推断的方案。