Would it be possible to generate a new wheel file with a lower compute capability requirement? The one for this version is 6.2, but I have some hardware that needs 6.1 or lower.
So if you could generate a wheel file with 6.1 or lower as compute capability, that would be great!
I build Tensorflow 1.7 and it installed successfully but having issues using it in python 3. i uninstalled my whl file and installed yours. it is working. Thanks !!!
My friend and I flash our TX2 with JetPack3.2 and istall tensorflow1.7 with whl file. We do the same operation on our device seperately, but the result is totally different. I cannot use the GPU to compute with the error’ CUDA driver version is insufficient for CUDA runtime version’, but he can.
This whl contains the libtensorflow.so and libtensorflow_framework.so libraries and inlude/c/api? If not do you know where can I find this libraries compiled to be used by Jetson TX2? I check that the installation of Tensorflow C API only have support for:
Linux, 64-bit, x86
macOS X, Version 10.12.6 (Sierra) or higher
Hi, I was able to install it on TX1 (L4T 28.2 with TensorRT 3.0 flashed using jetpack 3.2). However TF is unable to use the GPU, I get following message :
“ignoring visible gpu device (device: 0, name: NVIDIA Tegra X1, pci bus id: 0000:00:00.0, compute capability: 5.3) with Cuda compute capability 5.3. The minimum required Cuda capability is 6.2”
Are you sure that you added 5.3 compute capability while compiling TF?