TensorRT_yolo3_module
TensorRT_yolo3_module copied to clipboard
Why pytorch?
In file trt_yolo3_module_1batch.py: Ln 49 a = torch.cuda.FloatTensor() #pytorch必须首先占用部分CUDA Why need pytorch first? Thank you.
你解决了吗?我到这一行报错: TypeError: type torch.cuda.FloatTensor not available. Torch not compiled with CUDA enabled.