摘要:
1、CUDA 有两种API,分别是 运行时 API 和 驱动API,即所谓的 Runtime API 与 Driver API。 nvidia-smi 的结果除了有 GPU 驱动版本型号,还有 CUDA Driver API的型号,而nvcc的结果是对应 CUDA Runtime API 2、在安装 阅读全文
摘要:
pip install pycocotools 出现如下bug,则: File "/...../lib/python3.6/site-packages/pycocotools/coco.py", line 308, in loadRes if type(resFile) == str or type 阅读全文