提交 e825103c 编写于 作者: W wangxiao1021

fix bugs

上级 fec9c009
from . import gpu_dev_count, cpu_dev_count
import Queue
try:
import queue
except ImportError:
import Queue as queue
from threading import Thread
dev_count = gpu_dev_count if gpu_dev_count > 0 else cpu_dev_count
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册