It is noted in the Tensorrt release note that the UFF converter only works in x86 machine. But the problem is that install Tensorrt requires install CUDA first. And there is no x86 version for the current CUDA 9.0/9.1 version. It only has x86-64 version.
So how can I use the UFF converter on a ubuntu x86 machine? Thanks!
Hi,
The website is still linked to the x86-64 version CUDA. Is there an x86 version?
Do you mean this x64 version can also work on 32-bit operating system?
Or do you mean the uff parser not only works for x86, but also works on x86-64 ubuntu operating system?
Hi,
x86 CUDA toolkit support is deprecated from 2013.
[url]Deprecation plans for 32-bit Linux-x86 CUDA toolkit and CUDA driver - Announcements and News - NVIDIA Developer Forums
Since uff parser requires CUDA 8.0/9.0, it cannot be used on a 32-bit operating system.
Thanks.